package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "trim-right@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "trim-right@1.0.1",
  10. "_id": "trim-right@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
  13. "_location": "/trim-right",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "trim-right@1.0.1",
  19. "name": "trim-right",
  20. "escapedName": "trim-right",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/@babel/generator",
  27. "/babel-generator"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/trim-right/download/trim-right-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/trim-right/issues"
  39. },
  40. "description": "Similar to String#trim() but removes only whitespace on the right",
  41. "devDependencies": {
  42. "ava": "0.0.4"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/trim-right#readme",
  51. "keywords": [
  52. "trim",
  53. "right",
  54. "string",
  55. "str",
  56. "util",
  57. "utils",
  58. "utility",
  59. "whitespace",
  60. "space",
  61. "remove",
  62. "delete"
  63. ],
  64. "license": "MIT",
  65. "name": "trim-right",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/trim-right.git"
  69. },
  70. "scripts": {
  71. "test": "node test.js"
  72. },
  73. "version": "1.0.1"
  74. }