{
  "_from": "domino@^1.0.29",
  "_id": "domino@1.0.30",
  "_inBundle": false,
  "_integrity": "sha512-ikq8WiDSkICdkElud317F2Sigc6A3EDpWsxWBwIZqOl95km4p/Vc9Rj98id7qKgsjDmExj0AVM7JOd4bb647Xg==",
  "_location": "/domino",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "domino@^1.0.29",
    "name": "domino",
    "escapedName": "domino",
    "rawSpec": "^1.0.29",
    "saveSpec": null,
    "fetchSpec": "^1.0.29"
  },
  "_requiredBy": [
    "/@angular/platform-server"
  ],
  "_resolved": "https://registry.npmjs.org/domino/-/domino-1.0.30.tgz",
  "_shasum": "54a4154ecae968616680f8feba3cedff355c71f4",
  "_spec": "domino@^1.0.29",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend\\node_modules\\@angular\\platform-server",
  "author": {
    "name": "Felix Gnass",
    "email": "fgnass@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/fgnass/domino/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Server-side DOM implementation based on Mozilla's dom.js",
  "devDependencies": {
    "jshint": "^2.9.1",
    "mocha": "^3.5.3",
    "should": "^13.1.2"
  },
  "homepage": "https://github.com/fgnass/domino",
  "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"
  },
  "version": "1.0.30"
}
