UNPKG

gerald-react-scripts-fork

Version:

Gerald's fork of the configuration and scripts for Create React App.

118 lines (117 loc) 3.08 kB
{ "_args": [ [ { "raw": "test-exclude@^2.1.1", "scope": null, "escapedName": "test-exclude", "name": "test-exclude", "rawSpec": "^2.1.1", "spec": ">=2.1.1 <3.0.0", "type": "range" }, "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/babel-plugin-istanbul" ] ], "_from": "test-exclude@>=2.1.1 <3.0.0", "_id": "test-exclude@2.1.3", "_inCache": true, "_location": "/test-exclude", "_nodeVersion": "6.5.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/test-exclude-2.1.3.tgz_1475270861719_0.9202085055876523" }, "_npmUser": { "name": "bcoe", "email": "ben@npmjs.com" }, "_npmVersion": "3.10.3", "_phantomChildren": {}, "_requested": { "raw": "test-exclude@^2.1.1", "scope": null, "escapedName": "test-exclude", "name": "test-exclude", "rawSpec": "^2.1.1", "spec": ">=2.1.1 <3.0.0", "type": "range" }, "_requiredBy": [ "/babel-plugin-istanbul" ], "_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-2.1.3.tgz", "_shasum": "a8d8968e1da83266f9864f2852c55e220f06434a", "_shrinkwrap": null, "_spec": "test-exclude@^2.1.1", "_where": "/Users/gerald/Code/gerald/project-scaffold/geralds-react-scripts/packages/react-scripts/node_modules/babel-plugin-istanbul", "author": { "name": "Ben Coe", "email": "ben@npmjs.com" }, "bugs": { "url": "https://github.com/istanbuljs/test-exclude/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", "coveralls": "^2.11.12", "mocha": "^2.5.3", "nyc": "^7.1.0", "standard": "^7.1.2", "standard-version": "^2.4.0" }, "directories": {}, "dist": { "shasum": "a8d8968e1da83266f9864f2852c55e220f06434a", "tarball": "https://registry.npmjs.org/test-exclude/-/test-exclude-2.1.3.tgz" }, "gitHead": "74533000658fe836a104c1d24e7bbd46129355f2", "homepage": "https://github.com/istanbuljs/test-exclude#readme", "keywords": [ "exclude", "include", "glob", "package", "config" ], "license": "ISC", "main": "index.js", "maintainers": [ { "name": "bcoe", "email": "ben@npmjs.com" } ], "name": "test-exclude", "nyc": { "check-coverage": true, "statements": 100, "branches": 96, "lines": 100, "functions": 100, "reporter": [ "lcov", "text" ] }, "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/istanbuljs/test-exclude.git" }, "scripts": { "pretest": "standard", "release": "standard-version", "test": "nyc mocha ./test/*.js" }, "version": "2.1.3" }