{ "_args": [ [ "glob-escape@0.0.2", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_development": true, "_from": "glob-escape@0.0.2", "_id": "glob-escape@0.0.2", "_inBundle": false, "_integrity": "sha512-L/cXYz8x7qer1HAyUQ+mbjcUsJVdpRxpAf7CwqHoNBs9vTpABlGfNN4tzkDxt+u3Z7ZncVyKlCNPtzb0R/7WbA==", "_location": "/glob-escape", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "glob-escape@0.0.2", "name": "glob-escape", "escapedName": "glob-escape", "rawSpec": "0.0.2", "saveSpec": null, "fetchSpec": "0.0.2" }, "_requiredBy": [ "/@dcloudio/uni-cli-shared" ], "_resolved": "https://registry.npmmirror.com/glob-escape/-/glob-escape-0.0.2.tgz", "_spec": "0.0.2", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "author": { "name": "Sven Schönung", "email": "sven.schoenung@gmail.com", "url": "http://sven.schoenung.org/" }, "bugs": { "url": "https://github.com/svenschoenung/glob-escape/issues" }, "dependencies": {}, "description": "Escape glob patterns", "devDependencies": { "chai": "^3.5.0", "codacy-coverage": "^1.1.3", "coveralls": "^2.11.6", "istanbul": "^0.4.2", "minimatch": "^3.0.2", "mocha": "^2.2.4", "mocha-lcov-reporter": "^1.0.0" }, "engines": { "node": ">= 0.10" }, "homepage": "https://github.com/svenschoenung/glob-escape.git", "keywords": [ "backslash", "escape", "glob", "globbing", "globs", "gulpfriendly", "match", "matcher", "minimatch", "pattern", "patterns", "wildcard", "wildcards" ], "license": "MIT", "name": "glob-escape", "repository": { "type": "git", "url": "git://github.com/svenschoenung/glob-escape.git" }, "scripts": { "codacy": "istanbul cover ./node_modules/mocha/bin/_mocha test.js -x test.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage", "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha test.js -x test.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "test": "istanbul cover ./node_modules/mocha/bin/_mocha test.js -x test.js --report html -- -R spec" }, "version": "0.0.2" }