123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "test-exclude",
- "version": "5.2.3",
- "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
- "main": "index.js",
- "files": [
- "index.js"
- ],
- "scripts": {
- "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://istanbul.js.org/",
- "dependencies": {
- "glob": "^7.1.3",
- "minimatch": "^3.0.4",
- "read-pkg-up": "^4.0.0",
- "require-main-filename": "^2.0.0"
- },
- "engines": {
- "node": ">=6"
- },
- "gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
- }
|