package.json 2.92 KB
{
  "_args": [
    [
      {
        "raw": "test-exclude@^3.3.0",
        "scope": null,
        "escapedName": "test-exclude",
        "name": "test-exclude",
        "rawSpec": "^3.3.0",
        "spec": ">=3.3.0 <4.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/babel-plugin-istanbul"
    ]
  ],
  "_from": "test-exclude@>=3.3.0 <4.0.0",
  "_id": "test-exclude@3.3.0",
  "_inCache": true,
  "_location": "/test-exclude",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/test-exclude-3.3.0.tgz_1479797602694_0.012697829864919186"
  },
  "_npmUser": {
    "name": "bcoe",
    "email": "ben@npmjs.com"
  },
  "_npmVersion": "4.0.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "test-exclude@^3.3.0",
    "scope": null,
    "escapedName": "test-exclude",
    "name": "test-exclude",
    "rawSpec": "^3.3.0",
    "spec": ">=3.3.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-plugin-istanbul"
  ],
  "_resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-3.3.0.tgz",
  "_shasum": "7a17ca1239988c98367b0621456dbb7d4bc38977",
  "_shrinkwrap": null,
  "_spec": "test-exclude@^3.3.0",
  "_where": "/Users/admin/Documents/workspace/programming/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": "^3.1.2",
    "nyc": "^8.4.0",
    "standard": "^8.5.0",
    "standard-version": "^3.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "7a17ca1239988c98367b0621456dbb7d4bc38977",
    "tarball": "https://registry.npmjs.org/test-exclude/-/test-exclude-3.3.0.tgz"
  },
  "gitHead": "cf979c7c259fa547755fdb0fbc6b4d8c8ad7d371",
  "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": "3.3.0"
}