package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "fs-exists-sync@^0.1.0",
  3. "_id": "fs-exists-sync@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=",
  6. "_location": "/fs-exists-sync",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fs-exists-sync@^0.1.0",
  12. "name": "fs-exists-sync",
  13. "escapedName": "fs-exists-sync",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/detect-file"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/fs-exists-sync/download/fs-exists-sync-0.1.0.tgz",
  22. "_shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
  23. "_spec": "fs-exists-sync@^0.1.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\detect-file",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/fs-exists-sync/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "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.",
  35. "devDependencies": {
  36. "gulp-format-md": "^0.1.7",
  37. "mocha": "^2.4.5"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/jonschlinkert/fs-exists-sync",
  46. "keywords": [
  47. "access",
  48. "check",
  49. "exist",
  50. "exists",
  51. "file",
  52. "file-system",
  53. "filepath",
  54. "filesystem",
  55. "fs",
  56. "is-file",
  57. "isfile",
  58. "path",
  59. "stat",
  60. "sync"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "fs-exists-sync",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonschlinkert/fs-exists-sync.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "verb": {
  73. "layout": "default",
  74. "plugins": [
  75. "gulp-format-md"
  76. ],
  77. "reflinks": [
  78. "verb",
  79. "path-exists",
  80. "fs-exists",
  81. "file-exists",
  82. "exists"
  83. ],
  84. "related": {
  85. "list": [
  86. "try-open",
  87. "parse-filepath",
  88. "is-absolute"
  89. ]
  90. },
  91. "run": true,
  92. "toc": false,
  93. "tasks": [
  94. "readme"
  95. ],
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "0.1.0"
  101. }