package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "findup-sync@^0.4.2",
  3. "_id": "findup-sync@0.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QAQ5Kee8YK3wt/SCfExudaDeyhI=",
  6. "_location": "/findup-sync",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "findup-sync@^0.4.2",
  12. "name": "findup-sync",
  13. "escapedName": "findup-sync",
  14. "rawSpec": "^0.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.2"
  17. },
  18. "_requiredBy": [
  19. "/liftoff"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/findup-sync/download/findup-sync-0.4.3.tgz",
  22. "_shasum": "40043929e7bc60adf0b7f4827c4c6e75a0deca12",
  23. "_spec": "findup-sync@^0.4.2",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\liftoff",
  25. "author": {
  26. "name": "\"Cowboy\" Ben Alman",
  27. "url": "http://benalman.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/cowboy/node-findup-sync/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "detect-file": "^0.1.0",
  35. "is-glob": "^2.0.1",
  36. "micromatch": "^2.3.7",
  37. "resolve-dir": "^0.1.0"
  38. },
  39. "deprecated": false,
  40. "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  41. "devDependencies": {
  42. "fs-exists-sync": "^0.1.0",
  43. "grunt": "^1.0.1",
  44. "grunt-contrib-jshint": "^0.12.0",
  45. "is-absolute": "^0.2.3",
  46. "minimist": "^1.2.0",
  47. "mocha": "^2.4.5",
  48. "normalize-path": "^2.0.1",
  49. "os-homedir": "^1.0.1",
  50. "resolve": "^1.1.7"
  51. },
  52. "engines": {
  53. "node": ">= 0.8.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/cowboy/node-findup-sync",
  59. "keywords": [
  60. "file",
  61. "find",
  62. "find-up",
  63. "findup",
  64. "glob",
  65. "match",
  66. "pattern",
  67. "resolve",
  68. "search"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "findup-sync",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/cowboy/node-findup-sync.git"
  76. },
  77. "scripts": {
  78. "test": "grunt && mocha"
  79. },
  80. "version": "0.4.3"
  81. }