106 lines
2.7 KiB
JSON
106 lines
2.7 KiB
JSON
{
|
|
"_from": "findup-sync@^4.0.0",
|
|
"_id": "findup-sync@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==",
|
|
"_location": "/findup-sync",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "findup-sync@^4.0.0",
|
|
"name": "findup-sync",
|
|
"escapedName": "findup-sync",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-load-plugins"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz",
|
|
"_shasum": "956c9cdde804052b881b428512905c4a5f2cdef0",
|
|
"_spec": "findup-sync@^4.0.0",
|
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/gulp-load-plugins",
|
|
"author": {
|
|
"name": "Gulp Team",
|
|
"email": "team@gulpjs.com",
|
|
"url": "https://gulpjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/findup-sync/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"detect-file": "^1.0.0",
|
|
"is-glob": "^4.0.0",
|
|
"micromatch": "^4.0.2",
|
|
"resolve-dir": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
|
|
"devDependencies": {
|
|
"coveralls": "github:phated/node-coveralls#2.x",
|
|
"eslint": "^6.0.1",
|
|
"eslint-config-gulp": "^3.0.1",
|
|
"expect": "^1.20.2",
|
|
"homedir-polyfill": "^1.0.1",
|
|
"mocha": "^6.1.4",
|
|
"normalize-path": "^3.0.0",
|
|
"nyc": "^14.1.1",
|
|
"resolve": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/gulpjs/findup-sync#readme",
|
|
"keywords": [
|
|
"file",
|
|
"find",
|
|
"find-up",
|
|
"findup",
|
|
"glob",
|
|
"match",
|
|
"pattern",
|
|
"resolve",
|
|
"search"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "findup-sync",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gulpjs/findup-sync.git"
|
|
},
|
|
"scripts": {
|
|
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
|
"lint": "eslint .",
|
|
"pretest": "npm run lint",
|
|
"test": "nyc mocha --async-only"
|
|
},
|
|
"version": "4.0.0"
|
|
}
|