package.json 2.5 KB

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