package.json 2.0 KB

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