package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "trim-right@1.0.1",
  5. "E:\\amr1.0\\AMR"
  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. ],
  28. "_resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/trim-right/issues"
  38. },
  39. "description": "Similar to String#trim() but removes only whitespace on the right",
  40. "devDependencies": {
  41. "ava": "0.0.4"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/trim-right#readme",
  50. "keywords": [
  51. "trim",
  52. "right",
  53. "string",
  54. "str",
  55. "util",
  56. "utils",
  57. "utility",
  58. "whitespace",
  59. "space",
  60. "remove",
  61. "delete"
  62. ],
  63. "license": "MIT",
  64. "name": "trim-right",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/trim-right.git"
  68. },
  69. "scripts": {
  70. "test": "node test.js"
  71. },
  72. "version": "1.0.1"
  73. }