package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "findup-sync@^2.0.0",
  3. "_id": "findup-sync@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==",
  6. "_location": "/findup-sync",
  7. "_phantomChildren": {
  8. "is-extglob": "2.1.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "findup-sync@^2.0.0",
  14. "name": "findup-sync",
  15. "escapedName": "findup-sync",
  16. "rawSpec": "^2.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.0"
  19. },
  20. "_requiredBy": [
  21. "/liftoff"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
  24. "_shasum": "9326b1488c22d1a6088650a86901b2d9a90a2cbc",
  25. "_spec": "findup-sync@^2.0.0",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\liftoff",
  27. "author": {
  28. "name": "\"Cowboy\" Ben Alman",
  29. "url": "http://benalman.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/js-cli/node-findup-sync/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "detect-file": "^1.0.0",
  37. "is-glob": "^3.1.0",
  38. "micromatch": "^3.0.4",
  39. "resolve-dir": "^1.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  43. "devDependencies": {
  44. "homedir-polyfill": "^1.0.1",
  45. "is-absolute": "^1.0.0",
  46. "jshint": "^2.9.5",
  47. "mocha": "^3.5.0",
  48. "normalize-path": "^2.1.1",
  49. "resolve": "^1.4.0"
  50. },
  51. "engines": {
  52. "node": ">= 0.10"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/js-cli/node-findup-sync#readme",
  58. "keywords": [
  59. "file",
  60. "find",
  61. "find-up",
  62. "findup",
  63. "glob",
  64. "match",
  65. "pattern",
  66. "resolve",
  67. "search"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "findup-sync",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/js-cli/node-findup-sync.git"
  75. },
  76. "scripts": {
  77. "lint": "jshint index.js test/support/index.js test/test.js",
  78. "test": "npm run lint && mocha"
  79. },
  80. "version": "2.0.0"
  81. }