Files
fitness_walk_nwnu/node_modules/glob-escape/package.json
T
2026-09-08 20:28:54 +08:00

49 lines
1.4 KiB
JSON

{
"name": "glob-escape",
"description": "Escape glob patterns",
"version": "0.0.2",
"author": {
"name": "Sven Schönung <sven.schoenung@gmail.com> (http://sven.schoenung.org/)"
},
"homepage": "https://github.com/svenschoenung/glob-escape.git",
"repository": {
"type": "git",
"url": "git://github.com/svenschoenung/glob-escape.git"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
},
"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"
},
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha test.js -x test.js --report html -- -R spec",
"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",
"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"
},
"keywords": [
"backslash",
"escape",
"glob",
"globbing",
"globs",
"gulpfriendly",
"match",
"matcher",
"minimatch",
"pattern",
"patterns",
"wildcard",
"wildcards"
],
"license": "MIT"
}