package.json 2.66 KB
{
  "_args": [
    [
      {
        "raw": "ignore@^3.2.0",
        "scope": null,
        "escapedName": "ignore",
        "name": "ignore",
        "rawSpec": "^3.2.0",
        "spec": ">=3.2.0 <4.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/eslint"
    ]
  ],
  "_from": "ignore@>=3.2.0 <4.0.0",
  "_id": "ignore@3.2.4",
  "_inCache": true,
  "_location": "/ignore",
  "_nodeVersion": "7.5.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/ignore-3.2.4.tgz_1487564451134_0.239100860664621"
  },
  "_npmUser": {
    "name": "kael",
    "email": "i@kael.me"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ignore@^3.2.0",
    "scope": null,
    "escapedName": "ignore",
    "name": "ignore",
    "rawSpec": "^3.2.0",
    "spec": ">=3.2.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.2.4.tgz",
  "_shasum": "4055e03596729a8fabe45a43c100ad5ed815c4e8",
  "_shrinkwrap": null,
  "_spec": "ignore@^3.2.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/eslint",
  "author": {
    "name": "kael"
  },
  "bugs": {
    "url": "https://github.com/kaelzhang/node-ignore/issues"
  },
  "dependencies": {},
  "description": "Ignore is a manager and filter for .gitignore rules.",
  "devDependencies": {
    "chai": "~1.7.2",
    "codecov": "^1.0.1",
    "istanbul": "^0.4.5",
    "mocha": "~1.13.0"
  },
  "directories": {},
  "dist": {
    "shasum": "4055e03596729a8fabe45a43c100ad5ed815c4e8",
    "tarball": "https://registry.npmjs.org/ignore/-/ignore-3.2.4.tgz"
  },
  "files": [
    "ignore.js",
    "LICENSE-MIT"
  ],
  "gitHead": "d2dd09ba2a8c35f4a283536c59f2f1b19ca151bd",
  "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  "keywords": [
    "ignore",
    ".gitignore",
    "gitignore",
    "npmignore",
    "rules",
    "manager",
    "filter",
    "regexp",
    "regex",
    "fnmatch",
    "glob",
    "asterisks",
    "regular-expression"
  ],
  "license": "MIT",
  "main": "./ignore.js",
  "maintainers": [
    {
      "name": "kael",
      "email": "i@kael.me"
    }
  ],
  "name": "ignore",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  },
  "scripts": {
    "cov-report": "istanbul report",
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
    "test-no-cov": "mocha --reporter spec ./test/ignore.js"
  },
  "version": "3.2.4"
}