You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "findup-sync@^3.0.0",
  3. "_id": "findup-sync@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==",
  6. "_location": "/findup-sync",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "findup-sync@^3.0.0",
  12. "name": "findup-sync",
  13. "escapedName": "findup-sync",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/liftoff"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz",
  22. "_shasum": "17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1",
  23. "_spec": "findup-sync@^3.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\liftoff",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/findup-sync/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Ben Alman",
  37. "email": "cowboy@rj3.net"
  38. },
  39. {
  40. "name": "Tyler Kellen",
  41. "email": "tyler@sleekcode.net"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "email": "jon.schlinkert@sellside.com"
  46. },
  47. {
  48. "name": "Blaine Bublitz",
  49. "email": "blaine.bublitz@gmail.com"
  50. }
  51. ],
  52. "dependencies": {
  53. "detect-file": "^1.0.0",
  54. "is-glob": "^4.0.0",
  55. "micromatch": "^3.0.4",
  56. "resolve-dir": "^1.0.1"
  57. },
  58. "deprecated": false,
  59. "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  60. "devDependencies": {
  61. "eslint": "^2.13.0",
  62. "eslint-config-gulp": "^3.0.1",
  63. "expect": "^1.20.2",
  64. "homedir-polyfill": "^1.0.1",
  65. "istanbul": "^0.4.3",
  66. "istanbul-coveralls": "^1.0.3",
  67. "mocha": "^3.5.3",
  68. "normalize-path": "^3.0.0",
  69. "resolve": "^1.4.0"
  70. },
  71. "engines": {
  72. "node": ">= 0.10"
  73. },
  74. "files": [
  75. "index.js",
  76. "LICENSE"
  77. ],
  78. "homepage": "https://github.com/gulpjs/findup-sync#readme",
  79. "keywords": [
  80. "file",
  81. "find",
  82. "find-up",
  83. "findup",
  84. "glob",
  85. "match",
  86. "pattern",
  87. "resolve",
  88. "search"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "findup-sync",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/gulpjs/findup-sync.git"
  96. },
  97. "scripts": {
  98. "cover": "istanbul cover _mocha --report lcovonly",
  99. "coveralls": "npm run cover && istanbul-coveralls",
  100. "lint": "eslint .",
  101. "pretest": "npm run lint",
  102. "test": "mocha --async-only"
  103. },
  104. "version": "3.0.0"
  105. }