package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "strip-indent@^1.0.1",
  6. "scope": null,
  7. "escapedName": "strip-indent",
  8. "name": "strip-indent",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/redent"
  14. ]
  15. ],
  16. "_from": "strip-indent@>=1.0.1 <2.0.0",
  17. "_id": "strip-indent@1.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/strip-indent",
  21. "_nodeVersion": "0.12.0",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "2.5.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "strip-indent@^1.0.1",
  30. "scope": null,
  31. "escapedName": "strip-indent",
  32. "name": "strip-indent",
  33. "rawSpec": "^1.0.1",
  34. "spec": ">=1.0.1 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/redent"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
  41. "_shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
  42. "_shrinkwrap": null,
  43. "_spec": "strip-indent@^1.0.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/redent",
  45. "author": {
  46. "name": "Sindre Sorhus",
  47. "email": "sindresorhus@gmail.com",
  48. "url": "http://sindresorhus.com"
  49. },
  50. "bin": {
  51. "strip-indent": "cli.js"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/strip-indent/issues"
  55. },
  56. "dependencies": {
  57. "get-stdin": "^4.0.1"
  58. },
  59. "description": "Strip leading whitespace from every line in a string",
  60. "devDependencies": {
  61. "mocha": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
  66. "tarball": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js",
  73. "cli.js"
  74. ],
  75. "gitHead": "addcf90a56001ea122e9f1254987016bc87e5b5f",
  76. "homepage": "https://github.com/sindresorhus/strip-indent",
  77. "keywords": [
  78. "cli",
  79. "bin",
  80. "browser",
  81. "strip",
  82. "normalize",
  83. "remove",
  84. "indent",
  85. "indentation",
  86. "whitespace",
  87. "space",
  88. "tab",
  89. "string",
  90. "str"
  91. ],
  92. "license": "MIT",
  93. "maintainers": [
  94. {
  95. "name": "sindresorhus",
  96. "email": "sindresorhus@gmail.com"
  97. }
  98. ],
  99. "name": "strip-indent",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/strip-indent.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "version": "1.0.1"
  110. }