File: //home/arjun/projects/buyercall/node_modules/findup-sync/package.json
{
"_args": [
[
"findup-sync@5.0.0",
"/home/arjun/projects/buyercall"
]
],
"_development": true,
"_from": "findup-sync@5.0.0",
"_id": "findup-sync@5.0.0",
"_inBundle": false,
"_integrity": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==",
"_location": "/findup-sync",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "findup-sync@5.0.0",
"name": "findup-sync",
"escapedName": "findup-sync",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-5.0.0.tgz",
"_spec": "5.0.0",
"_where": "/home/arjun/projects/buyercall",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "https://gulpjs.com/"
},
"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"
}
],
"dependencies": {
"detect-file": "^1.0.0",
"is-glob": "^4.0.3",
"micromatch": "^4.0.4",
"resolve-dir": "^1.0.1"
},
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
"devDependencies": {
"eslint": "^7.21.0",
"eslint-config-gulp": "^5.0.1",
"eslint-plugin-node": "^11.1.0",
"expect": "^27.3.1",
"homedir-polyfill": "^1.0.3",
"mocha": "^6.1.4",
"normalize-path": "^3.0.0",
"nyc": "^15.1.0",
"resolve": "^1.20.0"
},
"engines": {
"node": ">= 10.13.0"
},
"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",
"nyc": {
"reporter": [
"lcov",
"text-summary"
]
},
"prettier": {
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/findup-sync.git"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha --async-only"
},
"version": "5.0.0"
}