You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
{
|
|
"_from": "filelist@^1.0.4",
|
|
"_id": "filelist@1.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
|
|
"_location": "/filelist",
|
|
"_phantomChildren": {
|
|
"balanced-match": "1.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "filelist@^1.0.4",
|
|
"name": "filelist",
|
|
"escapedName": "filelist",
|
|
"rawSpec": "^1.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/jake"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
|
|
"_shasum": "f78978a1e944775ff9e62e744424f215e58352b5",
|
|
"_spec": "filelist@^1.0.4",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\jake",
|
|
"author": {
|
|
"name": "Matthew Eernisse",
|
|
"email": "mde@fleegix.org",
|
|
"url": "http://fleegix.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mde/filelist/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"minimatch": "^5.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Lazy-evaluating list of files, based on globs or regex patterns",
|
|
"homepage": "https://github.com/mde/filelist",
|
|
"keywords": [
|
|
"file",
|
|
"utility",
|
|
"glob"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"name": "filelist",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mde/filelist.git"
|
|
},
|
|
"scripts": {
|
|
"test": "jake test"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "1.0.4"
|
|
}
|
|
|