f6b20355deca9365217217a963db4e0fe1a63e27.svn-base 2.23 KB
{
  "_from": "treport@^1.0.2",
  "_id": "treport@1.0.2",
  "_inBundle": true,
  "_integrity": "sha512-QCAbFtzIjQN+9k+alo8e6oo8j0eSLsttdahAgNLoC3U36rls8XRy/R11QOhHmPz7CDcB2ar29eLe4OFJoPnsPA==",
  "_location": "/tap/treport",
  "_phantomChildren": {
    "@types/color-name": "1.1.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "treport@^1.0.2",
    "name": "treport",
    "escapedName": "treport",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/treport/-/treport-1.0.2.tgz",
  "_shasum": "5f99e68198982984415434a2a84df2af2dd7171d",
  "_spec": "treport@^1.0.2",
  "_where": "/Users/isaacs/dev/js/tap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/tapjs/treport/issues"
  },
  "dependencies": {
    "cardinal": "^2.1.1",
    "chalk": "^3.0.0",
    "import-jsx": "^3.1.0",
    "ink": "^2.6.0",
    "ms": "^2.1.2",
    "string-length": "^3.1.0",
    "tap-parser": "^10.0.1",
    "unicode-length": "^2.0.2"
  },
  "deprecated": false,
  "description": "Reporters for node-tap",
  "devDependencies": {
    "events-to-array": "^1.1.2",
    "ink-testing-library": "^1.0.2",
    "minipass": "^3.1.1",
    "react": "^16.8.6",
    "tap": "^14.10.5"
  },
  "files": [
    "index.js",
    "types.js",
    "lib/**/!(*.test).js"
  ],
  "homepage": "https://github.com/tapjs/treport#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "treport",
  "nyc": {
    "all": true,
    "include": [
      "index.js",
      "lib/**/!(*.test).js"
    ]
  },
  "peerDependencies": {
    "react": "^16.8.6"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tapjs/treport.git"
  },
  "scripts": {
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "test-env": [
      "TERM_PROGRAM=iTerm.app",
      "TERM=xterm-256color",
      "TERM_PROGRAM_VERSION=3.2.7",
      "COLORTERM=truecolor",
      "FORCE_COLOR=1"
    ],
    "coverage-map": "map.js"
  },
  "version": "1.0.2"
}