43e6d26df8d6b31226b49ce688b11ed2fdc6de5b.svn-base 1.66 KB
{
  "_from": "tap-yaml@^1.0.0",
  "_id": "tap-yaml@1.0.0",
  "_inBundle": true,
  "_integrity": "sha512-Rxbx4EnrWkYk0/ztcm5u3/VznbyFJpyXO12dDBHKWiDVxy7O2Qw6MRrwO5H6Ww0U5YhRY/4C/VzWmFPhBQc4qQ==",
  "_location": "/tap/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",
    "/tap/tap-parser"
  ],
  "_resolved": "https://registry.npmjs.org/tap-yaml/-/tap-yaml-1.0.0.tgz",
  "_shasum": "4e31443a5489e05ca8bbb3e36cef71b5dec69635",
  "_spec": "tap-yaml@^1.0.0",
  "_where": "/Users/isaacs/dev/js/tap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me"
  },
  "bugs": {
    "url": "https://github.com/tapjs/tap-yaml/issues"
  },
  "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"
}