72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"_from": "deglob@^4.0.0",
|
|
"_id": "deglob@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/g+RDZ7yf2HvoW+E5Cy+K94YhgcFgr6C8LuHZD1O5HoNPkf3KY6RfXJ0DBGlB/NkLi5gml+G9zqRzk9S0mHZCg==",
|
|
"_location": "/deglob",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "deglob@^4.0.0",
|
|
"name": "deglob",
|
|
"escapedName": "deglob",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/standard-engine"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/deglob/-/deglob-4.0.1.tgz",
|
|
"_shasum": "0685c6383992fd6009be10653a2b1116696fad55",
|
|
"_spec": "deglob@^4.0.0",
|
|
"_where": "/home/juan/bigint-crypto-utils/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": "^5.0.0",
|
|
"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": "4.0.1"
|
|
}
|