package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "detect-file@^0.1.0",
  6. "scope": null,
  7. "escapedName": "detect-file",
  8. "name": "detect-file",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/findup-sync"
  14. ]
  15. ],
  16. "_from": "detect-file@>=0.1.0 <0.2.0",
  17. "_id": "detect-file@0.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/detect-file",
  21. "_nodeVersion": "5.1.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/detect-file-0.1.0.tgz_1467841748733_0.7613796112127602"
  25. },
  26. "_npmUser": {
  27. "name": "doowb",
  28. "email": "brian.woodward@gmail.com"
  29. },
  30. "_npmVersion": "3.7.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "detect-file@^0.1.0",
  34. "scope": null,
  35. "escapedName": "detect-file",
  36. "name": "detect-file",
  37. "rawSpec": "^0.1.0",
  38. "spec": ">=0.1.0 <0.2.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/findup-sync"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
  45. "_shasum": "4935dedfd9488648e006b0129566e9386711ea63",
  46. "_shrinkwrap": null,
  47. "_spec": "detect-file@^0.1.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/findup-sync",
  49. "author": {
  50. "name": "Brian Woodward",
  51. "url": "https://github.com/doowb"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/doowb/detect-file/issues"
  55. },
  56. "dependencies": {
  57. "fs-exists-sync": "^0.1.0"
  58. },
  59. "description": "Detect if a filepath exists and resolves the full filepath.",
  60. "devDependencies": {
  61. "gulp-format-md": "*",
  62. "mocha": "*"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "4935dedfd9488648e006b0129566e9386711ea63",
  67. "tarball": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "0e4111c071470ce4be0804c01a0248331418f8c6",
  76. "homepage": "https://github.com/doowb/detect-file",
  77. "keywords": [],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "name": "doowb",
  83. "email": "brian.woodward@gmail.com"
  84. }
  85. ],
  86. "name": "detect-file",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/doowb/detect-file.git"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "verb": {
  97. "layout": "default",
  98. "plugins": [
  99. "gulp-format-md"
  100. ],
  101. "related": {
  102. "list": [
  103. "fs-exists-sync"
  104. ]
  105. },
  106. "reflinks": [
  107. "verb",
  108. "verb-readme-generator"
  109. ]
  110. },
  111. "version": "0.1.0"
  112. }