package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "detect-file@^1.0.0",
  3. "_id": "detect-file@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=",
  6. "_location": "/detect-file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detect-file@^1.0.0",
  12. "name": "detect-file",
  13. "escapedName": "detect-file",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/findup-sync"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
  22. "_shasum": "f0d66d03672a825cb1b73bdb3fe62310c8e552b7",
  23. "_spec": "detect-file@^1.0.0",
  24. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/findup-sync",
  25. "author": {
  26. "name": "Brian Woodward",
  27. "url": "https://github.com/doowb"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/doowb/detect-file/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Detects if a file exists and returns the resolved filepath.",
  36. "devDependencies": {
  37. "gulp-format-md": "*",
  38. "mocha": "*"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/doowb/detect-file",
  47. "keywords": [
  48. "detect",
  49. "exists",
  50. "file",
  51. "file exists",
  52. "file-path",
  53. "filepath",
  54. "path",
  55. "resolve",
  56. "resolve file",
  57. "resolve filepath"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "detect-file",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/doowb/detect-file.git"
  65. },
  66. "scripts": {
  67. "test": "mocha"
  68. },
  69. "verb": {
  70. "layout": "default",
  71. "tasks": [
  72. "readme"
  73. ],
  74. "plugins": [
  75. "gulp-format-md"
  76. ],
  77. "related": {
  78. "list": [
  79. "fs-exists-sync"
  80. ]
  81. },
  82. "reflinks": [
  83. "verb",
  84. "verb-readme-generator"
  85. ],
  86. "lint": {
  87. "reflinks": true
  88. }
  89. },
  90. "version": "1.0.0"
  91. }