{
  "_from": "zone.js@0.6.23",
  "_id": "zone.js@0.6.23",
  "_inBundle": false,
  "_integrity": "sha1-eP/x4nQl5fgvuHXI2kNWgYULcBg=",
  "_location": "/zone.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "zone.js@0.6.23",
    "name": "zone.js",
    "escapedName": "zone.js",
    "rawSpec": "0.6.23",
    "saveSpec": null,
    "fetchSpec": "0.6.23"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.6.23.tgz",
  "_shasum": "78fff1e27425e5f82fb875c8da435681850b7018",
  "_spec": "zone.js@0.6.23",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "author": {
    "name": "Brian Ford"
  },
  "browser": "dist/zone.js",
  "bugs": {
    "url": "https://github.com/angular/zone.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Zones for JavaScript",
  "devDependencies": {
    "@types/jasmine": "^2.2.33",
    "@types/node": "^6.0.38",
    "@types/systemjs": "^0.19.30",
    "concurrently": "^2.2.0",
    "es6-promise": "^3.0.2",
    "gulp": "^3.8.11",
    "gulp-rename": "^1.2.2",
    "gulp-rollup": "^2.3.0",
    "gulp-tsc": "^1.1.4",
    "gulp-uglify": "^1.2.0",
    "gulp-util": "^3.0.7",
    "jasmine": "^2.4.1",
    "jasmine-core": "^2.2.0",
    "karma": "^0.13.14",
    "karma-chrome-launcher": "^0.2.1",
    "karma-firefox-launcher": "^0.1.4",
    "karma-jasmine": "^0.3.6",
    "karma-safari-launcher": "^0.1.1",
    "karma-sauce-launcher": "^0.2.10",
    "karma-sourcemap-loader": "^0.3.6",
    "karma-webpack": "^1.7.0",
    "nodejs-websocket": "^1.2.0",
    "pump": "^1.0.1",
    "systemjs": "^0.19.37",
    "ts-loader": "^0.6.0",
    "typescript": "^2.0.2"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "files": [
    "lib",
    "dist"
  ],
  "homepage": "https://github.com/angular/zone.js#readme",
  "license": "MIT",
  "main": "dist/zone-node.js",
  "name": "zone.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/angular/zone.js.git"
  },
  "scripts": {
    "prepublish": "tsc && gulp build",
    "serve": "python -m SimpleHTTPServer 8000",
    "test": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run ws-server\" \"karma start karma.conf.js\"",
    "test-node": "gulp test/node",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "ws-server": "node ./test/ws-server.js"
  },
  "typings": "dist/zone.js.d.ts",
  "version": "0.6.23"
}
