1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/glob/package.json

78 lines
1.8 KiB
JSON

{
"_args": [
[
"glob@4.5.3",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_from": "glob@4.5.3",
"_id": "glob@4.5.3",
"_inBundle": false,
"_integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=",
"_location": "/glob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "glob@4.5.3",
"name": "glob",
"escapedName": "glob",
"rawSpec": "4.5.3",
"saveSpec": null,
"fetchSpec": "4.5.3"
},
"_requiredBy": [
"/glob-stream"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
"_spec": "4.5.3",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"dependencies": {
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^2.0.1",
"once": "^1.3.0"
},
"description": "a little globber",
"devDependencies": {
"mkdirp": "0",
"rimraf": "^2.2.8",
"tap": "^0.5.0",
"tick": "0.0.6"
},
"engines": {
"node": "*"
},
"files": [
"glob.js",
"sync.js",
"common.js"
],
"homepage": "https://github.com/isaacs/node-glob#readme",
"license": "ISC",
"main": "glob.js",
"name": "glob",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
},
"scripts": {
"bench": "bash benchmark.sh",
"benchclean": "bash benchclean.sh",
"prepublish": "npm run benchclean",
"prof": "bash prof.sh && cat profile.txt",
"profclean": "rm -f v8.log profile.txt",
"test": "npm run profclean && tap test/*.js",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
},
"version": "4.5.3"
}