package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "detect-file@0.1.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "detect-file@0.1.0",
  10. "_id": "detect-file@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-STXe39lIhkjgBrASlWbpOGcR6mM=",
  13. "_location": "/detect-file",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "detect-file@0.1.0",
  19. "name": "detect-file",
  20. "escapedName": "detect-file",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/findup-sync"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
  29. "_spec": "0.1.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Brian Woodward",
  33. "url": "https://github.com/doowb"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/doowb/detect-file/issues"
  37. },
  38. "dependencies": {
  39. "fs-exists-sync": "^0.1.0"
  40. },
  41. "description": "Detect if a filepath exists and resolves the full filepath.",
  42. "devDependencies": {
  43. "gulp-format-md": "*",
  44. "mocha": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/doowb/detect-file",
  53. "keywords": [],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "detect-file",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/doowb/detect-file.git"
  60. },
  61. "scripts": {
  62. "test": "mocha"
  63. },
  64. "verb": {
  65. "layout": "default",
  66. "plugins": [
  67. "gulp-format-md"
  68. ],
  69. "related": {
  70. "list": [
  71. "fs-exists-sync"
  72. ]
  73. },
  74. "reflinks": [
  75. "verb",
  76. "verb-readme-generator"
  77. ]
  78. },
  79. "version": "0.1.0"
  80. }