package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "trim-right@^1.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/babel-generator"
  6. ]
  7. ],
  8. "_from": "trim-right@>=1.0.1 <2.0.0",
  9. "_id": "trim-right@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/trim-right",
  13. "_nodeVersion": "0.12.5",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.11.2",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "trim-right",
  22. "raw": "trim-right@^1.0.1",
  23. "rawSpec": "^1.0.1",
  24. "scope": null,
  25. "spec": ">=1.0.1 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/babel-generator"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
  32. "_shasum": "cb2e1203067e0c8de1f614094b9fe45704ea6003",
  33. "_shrinkwrap": null,
  34. "_spec": "trim-right@^1.0.1",
  35. "_where": "/home/seleznev/project Angular/Quality system/node_modules/babel-generator",
  36. "author": {
  37. "email": "sindresorhus@gmail.com",
  38. "name": "Sindre Sorhus",
  39. "url": "sindresorhus.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/sindresorhus/trim-right/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Similar to String#trim() but removes only whitespace on the right",
  46. "devDependencies": {
  47. "ava": "0.0.4"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "cb2e1203067e0c8de1f614094b9fe45704ea6003",
  52. "tarball": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "gitHead": "105fb46669afb0deb49d14bd688b276297e59dff",
  61. "homepage": "https://github.com/sindresorhus/trim-right",
  62. "keywords": [
  63. "delete",
  64. "remove",
  65. "right",
  66. "space",
  67. "str",
  68. "string",
  69. "trim",
  70. "util",
  71. "utility",
  72. "utils",
  73. "whitespace"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "sindresorhus",
  79. "email": "sindresorhus@gmail.com"
  80. }
  81. ],
  82. "name": "trim-right",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/trim-right.git"
  88. },
  89. "scripts": {
  90. "test": "node test.js"
  91. },
  92. "version": "1.0.1"
  93. }