{
  "_args": [
    [
      "zen-observable-ts@0.8.13",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "zen-observable-ts@0.8.13",
  "_id": "zen-observable-ts@0.8.13",
  "_inBundle": false,
  "_integrity": "sha512-WDb8SM0tHCb6c0l1k60qXWlm1ok3zN9U4VkLdnBKQwIYwUoB9psH7LIFgR+JVCCMmBxUgOjskIid8/N02k/2Bg==",
  "_location": "/zen-observable-ts",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "zen-observable-ts@0.8.13",
    "name": "zen-observable-ts",
    "escapedName": "zen-observable-ts",
    "rawSpec": "0.8.13",
    "saveSpec": null,
    "fetchSpec": "0.8.13"
  },
  "_requiredBy": [
    "/apollo-link"
  ],
  "_resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-0.8.13.tgz",
  "_spec": "0.8.13",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Evans Hauser",
    "email": "evanshauser@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-link/issues"
  },
  "contributors": [],
  "dependencies": {
    "zen-observable": "^0.8.0"
  },
  "description": "An Implementation of ES Observables in Typescript",
  "devDependencies": {
    "@types/jest": "22.2.3",
    "browserify": "16.2.3",
    "jest": "22.4.4",
    "rimraf": "2.6.2",
    "rollup": "0.67.4",
    "ts-jest": "22.4.6",
    "tslint": "5.11.0",
    "typescript": "3.0.3",
    "uglify-js": "3.4.9"
  },
  "homepage": "https://github.com/zenparsing/zen-observable",
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "testURL": "http://localhost"
  },
  "jsnext:main": "./lib/index.js",
  "license": "MIT",
  "main": "./lib/bundle.umd.js",
  "module": "./lib/index.js",
  "name": "zen-observable-ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-link.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "build:browser": "browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i zen-observable && npm run minify:browser",
    "bundle": "rollup -c",
    "clean": "rimraf lib/* && rimraf coverage/*",
    "coverage": "jest --coverage",
    "filesize": "npm run build && npm run build:browser",
    "lint": "tslint --type-check -p tsconfig.json -c ../../tslint.json src/*.ts",
    "minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
    "postbuild": "npm run bundle",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "jest",
    "watch": "tsc -w -p ."
  },
  "typings": "./lib/index.d.ts",
  "version": "0.8.13"
}
