1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "test-exclude@4.2.3",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "test-exclude@4.2.3",
- "_id": "test-exclude@4.2.3",
- "_inBundle": false,
- "_integrity": "sha1-qaXmRHTkOYM5JFoKdprXwvSpfCA=",
- "_location": "/test-exclude",
- "_phantomChildren": {
- "arr-flatten": "1.1.0",
- "expand-range": "1.8.2",
- "filename-regex": "2.0.1",
- "is-buffer": "1.1.6",
- "is-posix-bracket": "0.1.1",
- "object.omit": "2.0.1",
- "parse-glob": "3.0.4",
- "preserve": "0.2.0",
- "regex-cache": "0.4.4",
- "remove-trailing-separator": "1.1.0",
- "repeat-element": "1.1.3"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "test-exclude@4.2.3",
- "name": "test-exclude",
- "escapedName": "test-exclude",
- "rawSpec": "4.2.3",
- "saveSpec": null,
- "fetchSpec": "4.2.3"
- },
- "_requiredBy": [
- "/babel-plugin-istanbul"
- ],
- "_resolved": "https://registry.npm.taobao.org/test-exclude/download/test-exclude-4.2.3.tgz",
- "_spec": "4.2.3",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Ben Coe",
- "email": "ben@npmjs.com"
- },
- "bugs": {
- "url": "https://github.com/istanbuljs/istanbuljs/issues"
- },
- "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"
- },
- "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
- "devDependencies": {
- "chai": "^3.5.0",
- "mocha": "^3.1.2",
- "standard": "^9.0.0"
- },
- "files": [
- "index.js"
- ],
- "greenkeeper": {
- "ignore": [
- "read-pkg-up"
- ]
- },
- "homepage": "https://github.com/istanbuljs/istanbuljs#readme",
- "keywords": [
- "exclude",
- "include",
- "glob",
- "package",
- "config"
- ],
- "license": "ISC",
- "main": "index.js",
- "name": "test-exclude",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/istanbuljs/istanbuljs.git"
- },
- "scripts": {
- "pretest": "standard",
- "test": "mocha"
- },
- "version": "4.2.3"
- }
|