package.json 1.74 KB
{
  "_from": "tap-yaml@^1.0.0",
  "_id": "tap-yaml@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-TjFEOlSJ4Fyou7PjbO9xtd7GljU=",
  "_location": "/tap-yaml",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tap-yaml@^1.0.0",
    "name": "tap-yaml",
    "escapedName": "tap-yaml",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/tap-mocha-reporter",
    "/tap-parser"
  ],
  "_resolved": "https://registry.npm.taobao.org/tap-yaml/download/tap-yaml-1.0.0.tgz",
  "_shasum": "4e31443a5489e05ca8bbb3e36cef71b5dec69635",
  "_spec": "tap-yaml@^1.0.0",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap-mocha-reporter",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me"
  },
  "bugs": {
    "url": "https://github.com/tapjs/tap-yaml/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "yaml": "^1.5.0"
  },
  "deprecated": false,
  "description": "Yaml handling for TAP parsers and generators",
  "devDependencies": {
    "tap": "^13.0.0-rc.21"
  },
  "files": [
    "index.js",
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/tapjs/tap-yaml#readme",
  "keywords": [
    "tap",
    "yaml",
    "test",
    "testanything"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "tap-yaml",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/tap-yaml.git"
  },
  "scripts": {
    "postpublish": "git push origin --all; git push origin --tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap test/*.js",
    "test": "tap test/*.js"
  },
  "tap": {
    "check-coverage": true
  },
  "version": "1.0.0"
}