wishthis/node_modules/findup-sync/package.json

109 lines
2.5 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"findup-sync@3.0.0",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_from": "findup-sync@3.0.0",
"_id": "findup-sync@3.0.0",
"_inBundle": false,
"_integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==",
"_location": "/findup-sync",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "findup-sync@3.0.0",
"name": "findup-sync",
"escapedName": "findup-sync",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/liftoff"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/gulpjs/findup-sync/issues"
},
"contributors": [
{
"name": "Ben Alman",
"email": "cowboy@rj3.net"
},
{
"name": "Tyler Kellen",
"email": "tyler@sleekcode.net"
},
{
"name": "Jon Schlinkert",
"email": "jon.schlinkert@sellside.com"
},
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
2022-01-21 08:28:41 +00:00
"dependencies": {
"detect-file": "^1.0.0",
"is-glob": "^4.0.0",
"micromatch": "^3.0.4",
"resolve-dir": "^1.0.1"
},
2022-02-23 16:41:13 +00:00
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"homedir-polyfill": "^1.0.1",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3",
"normalize-path": "^3.0.0",
"resolve": "^1.4.0"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/gulpjs/findup-sync#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"file",
"find",
"find-up",
"findup",
"glob",
"match",
"pattern",
"resolve",
"search"
2022-02-23 16:41:13 +00:00
],
"license": "MIT",
"main": "index.js",
"name": "findup-sync",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/findup-sync.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "3.0.0"
2022-01-21 08:28:41 +00:00
}