package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "trim-newlines@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/meow"
  6. ]
  7. ],
  8. "_from": "trim-newlines@>=1.0.0 <2.0.0",
  9. "_id": "trim-newlines@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/trim-newlines",
  13. "_nodeVersion": "4.1.1",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.14.4",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "trim-newlines",
  22. "raw": "trim-newlines@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/meow"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
  32. "_shasum": "5887966bb582a4503a41eb524f7d35011815a613",
  33. "_shrinkwrap": null,
  34. "_spec": "trim-newlines@^1.0.0",
  35. "_where": "/home/seleznev/project Angular/Quality system/node_modules/meow",
  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-newlines/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Trim newlines from the start and/or end of a string",
  46. "devDependencies": {
  47. "ava": "*",
  48. "xo": "*"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "5887966bb582a4503a41eb524f7d35011815a613",
  53. "tarball": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "gitHead": "f651a2d4cbf382c2936e6e53edee9316602e4ce7",
  62. "homepage": "https://github.com/sindresorhus/trim-newlines",
  63. "keywords": [
  64. "crlf",
  65. "delete",
  66. "end",
  67. "left",
  68. "lf",
  69. "linebreak",
  70. "newline",
  71. "newlines",
  72. "remove",
  73. "right",
  74. "start",
  75. "str",
  76. "string",
  77. "strip",
  78. "trim"
  79. ],
  80. "license": "MIT",
  81. "maintainers": [
  82. {
  83. "name": "sindresorhus",
  84. "email": "sindresorhus@gmail.com"
  85. }
  86. ],
  87. "name": "trim-newlines",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/sindresorhus/trim-newlines.git"
  93. },
  94. "scripts": {
  95. "test": "xo && ava"
  96. },
  97. "version": "1.0.0"
  98. }