package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fs-exists-sync@^0.1.0",
  6. "scope": null,
  7. "escapedName": "fs-exists-sync",
  8. "name": "fs-exists-sync",
  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/detect-file"
  14. ]
  15. ],
  16. "_from": "fs-exists-sync@>=0.1.0 <0.2.0",
  17. "_id": "fs-exists-sync@0.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/fs-exists-sync",
  21. "_nodeVersion": "5.5.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/fs-exists-sync-0.1.0.tgz_1460202025245_0.6282676137052476"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.6.0",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "fs-exists-sync@^0.1.0",
  34. "scope": null,
  35. "escapedName": "fs-exists-sync",
  36. "name": "fs-exists-sync",
  37. "rawSpec": "^0.1.0",
  38. "spec": ">=0.1.0 <0.2.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/detect-file"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
  45. "_shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
  46. "_shrinkwrap": null,
  47. "_spec": "fs-exists-sync@^0.1.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/detect-file",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/fs-exists-sync/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.",
  58. "devDependencies": {
  59. "gulp-format-md": "^0.1.7",
  60. "mocha": "^2.4.5"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
  65. "tarball": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "3b44654977775bac2d1151520c9b6257249a6374",
  74. "homepage": "https://github.com/jonschlinkert/fs-exists-sync",
  75. "keywords": [
  76. "access",
  77. "check",
  78. "exist",
  79. "exists",
  80. "file",
  81. "file-system",
  82. "filepath",
  83. "filesystem",
  84. "fs",
  85. "is-file",
  86. "isfile",
  87. "path",
  88. "stat",
  89. "sync"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "maintainers": [
  94. {
  95. "name": "jonschlinkert",
  96. "email": "github@sellside.com"
  97. }
  98. ],
  99. "name": "fs-exists-sync",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/fs-exists-sync.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "layout": "default",
  111. "plugins": [
  112. "gulp-format-md"
  113. ],
  114. "reflinks": [
  115. "verb",
  116. "path-exists",
  117. "fs-exists",
  118. "file-exists",
  119. "exists"
  120. ],
  121. "related": {
  122. "list": [
  123. "try-open",
  124. "parse-filepath",
  125. "is-absolute"
  126. ]
  127. },
  128. "run": true,
  129. "toc": false,
  130. "tasks": [
  131. "readme"
  132. ],
  133. "lint": {
  134. "reflinks": true
  135. }
  136. },
  137. "version": "0.1.0"
  138. }