package.json 2.3 KB

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