package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "findup-sync@^2.0.0",
  3. "_id": "findup-sync@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=",
  6. "_location": "/findup-sync",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "findup-sync@^2.0.0",
  12. "name": "findup-sync",
  13. "escapedName": "findup-sync",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/liftoff"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
  22. "_shasum": "9326b1488c22d1a6088650a86901b2d9a90a2cbc",
  23. "_spec": "findup-sync@^2.0.0",
  24. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/liftoff",
  25. "author": {
  26. "name": "\"Cowboy\" Ben Alman",
  27. "url": "http://benalman.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/js-cli/node-findup-sync/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "detect-file": "^1.0.0",
  35. "is-glob": "^3.1.0",
  36. "micromatch": "^3.0.4",
  37. "resolve-dir": "^1.0.1"
  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. "homedir-polyfill": "^1.0.1",
  43. "is-absolute": "^1.0.0",
  44. "jshint": "^2.9.5",
  45. "mocha": "^3.5.0",
  46. "normalize-path": "^2.1.1",
  47. "resolve": "^1.4.0"
  48. },
  49. "engines": {
  50. "node": ">= 0.10"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/js-cli/node-findup-sync#readme",
  56. "keywords": [
  57. "file",
  58. "find",
  59. "find-up",
  60. "findup",
  61. "glob",
  62. "match",
  63. "pattern",
  64. "resolve",
  65. "search"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "findup-sync",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/js-cli/node-findup-sync.git"
  73. },
  74. "scripts": {
  75. "lint": "jshint index.js test/support/index.js test/test.js",
  76. "test": "npm run lint && mocha"
  77. },
  78. "version": "2.0.0"
  79. }