package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "detect-file@^0.1.0",
  3. "_id": "detect-file@0.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-STXe39lIhkjgBrASlWbpOGcR6mM=",
  6. "_location": "/detect-file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detect-file@^0.1.0",
  12. "name": "detect-file",
  13. "escapedName": "detect-file",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/findup-sync"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/detect-file/download/detect-file-0.1.0.tgz",
  22. "_shasum": "4935dedfd9488648e006b0129566e9386711ea63",
  23. "_spec": "detect-file@^0.1.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\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. "fs-exists-sync": "^0.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "Detect if a filepath exists and resolves the full filepath.",
  38. "devDependencies": {
  39. "gulp-format-md": "*",
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/doowb/detect-file",
  49. "keywords": [],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "detect-file",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/doowb/detect-file.git"
  56. },
  57. "scripts": {
  58. "test": "mocha"
  59. },
  60. "verb": {
  61. "layout": "default",
  62. "plugins": [
  63. "gulp-format-md"
  64. ],
  65. "related": {
  66. "list": [
  67. "fs-exists-sync"
  68. ]
  69. },
  70. "reflinks": [
  71. "verb",
  72. "verb-readme-generator"
  73. ]
  74. },
  75. "version": "0.1.0"
  76. }