7c77fb68057cc043f7c482c3b93f3ac7b15dabad.svn-base 2.03 KB
{
  "_from": "istanbul-lib-processinfo@^1.0.0",
  "_id": "istanbul-lib-processinfo@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-bAtZQR0olzE+oJFl/ZVGSjK+VhA=",
  "_location": "/istanbul-lib-processinfo",
  "_phantomChildren": {
    "isexe": "2.0.0",
    "nice-try": "1.0.5",
    "path-key": "2.0.1",
    "shebang-command": "1.2.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "istanbul-lib-processinfo@^1.0.0",
    "name": "istanbul-lib-processinfo",
    "escapedName": "istanbul-lib-processinfo",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npm.taobao.org/istanbul-lib-processinfo/download/istanbul-lib-processinfo-1.0.0.tgz",
  "_shasum": "6c0b59411d2897313ea09165fd95464a32be5610",
  "_spec": "istanbul-lib-processinfo@^1.0.0",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
  "bugs": {
    "url": "https://github.com/istanbuljs/istanbul-lib-processinfo/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "archy": "^1.0.0",
    "cross-spawn": "^6.0.5",
    "istanbul-lib-coverage": "^2.0.3",
    "rimraf": "^2.6.3",
    "uuid": "^3.3.2"
  },
  "deprecated": false,
  "description": "A utility for managing the `processinfo` folder that NYC uses.",
  "devDependencies": {
    "nyc": "^14.0.0-rc.1",
    "tap": "^13.0.0-rc.23"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/istanbuljs/istanbul-lib-processinfo#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "istanbul-lib-processinfo",
  "nyc": {
    "include": "index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/istanbuljs/istanbul-lib-processinfo.git"
  },
  "scripts": {
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap -j1",
    "test": "tap -j1"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.0"
}