package.json 3.3 KB

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