Files
freeCodeCamp/probot/presolver/node_modules/deglob/package.json
2018-12-05 11:23:55 +05:30

79 lines
2.0 KiB
JSON

{
"_from": "deglob@^2.1.0",
"_id": "deglob@2.1.1",
"_inBundle": false,
"_integrity": "sha512-2kjwuGGonL7gWE1XU4Fv79+vVzpoQCl0V+boMwWtOQJV2AGDabCwez++nB1Nli/8BabAfZQ/UuHPlp6AymKdWw==",
"_location": "/deglob",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "deglob@^2.1.0",
"name": "deglob",
"escapedName": "deglob",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/standard-engine"
],
"_resolved": "https://registry.npmjs.org/deglob/-/deglob-2.1.1.tgz",
"_shasum": "d268e168727799862e8eac07042e165957c1f3be",
"_spec": "deglob@^2.1.0",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/standard-engine",
"author": {
"name": "Dan Flettre",
"email": "fletd01@yahoo.com"
},
"bugs": {
"url": "https://github.com/flet/deglob/issues"
},
"bundleDependencies": false,
"dependencies": {
"find-root": "^1.0.0",
"glob": "^7.0.5",
"ignore": "^3.0.9",
"pkg-config": "^1.1.0",
"run-parallel": "^1.1.2",
"uniq": "^1.0.1"
},
"deprecated": false,
"description": "Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.",
"devDependencies": {
"standard": "*",
"tap-spec": "^5.0.0",
"tape": "^4.0.0"
},
"homepage": "https://github.com/flet/deglob",
"keywords": [
"cli",
"command",
"deglob",
"files",
"glob",
"unglob",
"gitignore",
"ignore",
"file"
],
"license": "ISC",
"main": "index.js",
"name": "deglob",
"repository": {
"type": "git",
"url": "git+https://github.com/flet/deglob.git"
},
"scripts": {
"test": "standard && tape test/*.js | tap-spec"
},
"version": "2.1.1"
}