package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "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. "/matchdep"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
  25. "_shasum": "9326b1488c22d1a6088650a86901b2d9a90a2cbc",
  26. "_spec": "findup-sync@^2.0.0",
  27. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/liftoff",
  28. "author": {
  29. "name": "\"Cowboy\" Ben Alman",
  30. "url": "http://benalman.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/js-cli/node-findup-sync/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "detect-file": "^1.0.0",
  38. "is-glob": "^3.1.0",
  39. "micromatch": "^3.0.4",
  40. "resolve-dir": "^1.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  44. "devDependencies": {
  45. "homedir-polyfill": "^1.0.1",
  46. "is-absolute": "^1.0.0",
  47. "jshint": "^2.9.5",
  48. "mocha": "^3.5.0",
  49. "normalize-path": "^2.1.1",
  50. "resolve": "^1.4.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.10"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/js-cli/node-findup-sync#readme",
  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/js-cli/node-findup-sync.git"
  76. },
  77. "scripts": {
  78. "lint": "jshint index.js test/support/index.js test/test.js",
  79. "test": "npm run lint && mocha"
  80. },
  81. "version": "2.0.0"
  82. }