package.json 2.6 KB

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