Gazebo_simulation-Frontend/node_modules/test-exclude/package.json

51 lines
1.2 KiB
JSON

{
"name": "test-exclude",
"version": "4.2.3",
"description": "test for inclusion or exclusion of paths using pkg-conf and globs",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"pretest": "standard",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/istanbuljs.git"
},
"keywords": [
"exclude",
"include",
"glob",
"package",
"config"
],
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"homepage": "https://github.com/istanbuljs/istanbuljs#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2",
"standard": "^9.0.0"
},
"dependencies": {
"arrify": "^1.0.1",
"micromatch": "^2.3.11",
"object-assign": "^4.1.0",
"read-pkg-up": "^1.0.1",
"require-main-filename": "^1.0.1"
},
"greenkeeper": {
"ignore": [
"read-pkg-up"
]
}
,"_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-4.2.3.tgz"
,"_integrity": "sha512-SYbXgY64PT+4GAL2ocI3HwPa4Q4TBKm0cwAVeKOt/Aoc0gSpNRjJX8w0pA1LMKZ3LBmd8pYBqApFNQLII9kavA=="
,"_from": "test-exclude@4.2.3"
}