{
  "_args": [
    [
      "domino@2.1.3",
      "/Users/mac/mdcn"
    ]
  ],
  "_from": "domino@2.1.3",
  "_id": "domino@2.1.3",
  "_inBundle": false,
  "_integrity": "sha512-EwjTbUv1Q/RLQOdn9k7ClHutrQcWGsfXaRQNOnM/KgK4xDBoLFEcIRFuBSxAx13Vfa63X029gXYrNFrSy+DOSg==",
  "_location": "/domino",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "domino@2.1.3",
    "name": "domino",
    "escapedName": "domino",
    "rawSpec": "2.1.3",
    "saveSpec": null,
    "fetchSpec": "2.1.3"
  },
  "_requiredBy": [
    "/@angular/platform-server"
  ],
  "_resolved": "https://registry.npmjs.org/domino/-/domino-2.1.3.tgz",
  "_spec": "2.1.3",
  "_where": "/Users/mac/mdcn",
  "author": {
    "name": "Felix Gnass",
    "email": "fgnass@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/fgnass/domino/issues"
  },
  "description": "Server-side DOM implementation based on Mozilla's dom.js",
  "devDependencies": {
    "jquery": "^3.3.1",
    "jshint": "^2.10.1",
    "mocha": "^5.2.0",
    "should": "^13.2.3"
  },
  "homepage": "https://github.com/fgnass/domino",
  "license": "BSD-2-Clause",
  "main": "./lib",
  "name": "domino",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fgnass/domino.git"
  },
  "scripts": {
    "bump-version": "npm version patch -m 'Release domino %s.' && tools/bump-version.js && npm run version && git add package.json && git commit -m 'Bump version after release.'",
    "lint": "jshint lib test/*.js",
    "mocha": "mocha",
    "mocha-spec": "mocha -R spec",
    "regen-html5lib-tests": "node test/tools/update-html5lib-tests.js test/html5lib-tests.json",
    "test": "npm run lint && npm run mocha",
    "test-spec": "npm run lint && npm run mocha-spec",
    "version": "tools/update-changelog.js && git add CHANGELOG.md"
  },
  "types": "lib/index.d.ts",
  "version": "2.1.3"
}
