{ "_from": "zen-observable-ts@^0.8.6", "_id": "zen-observable-ts@0.8.20", "_inBundle": false, "_integrity": "sha512-2rkjiPALhOtRaDX6pWyNqK1fnP5KkJJybYebopNSn6wDG1lxBoFs2+nwwXKoA6glHIrtwrfBBy6da0stkKtTAA==", "_location": "/zen-observable-ts", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "zen-observable-ts@^0.8.6", "name": "zen-observable-ts", "escapedName": "zen-observable-ts", "rawSpec": "^0.8.6", "saveSpec": null, "fetchSpec": "^0.8.6" }, "_requiredBy": [ "/apollo-link" ], "_resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-0.8.20.tgz", "_shasum": "44091e335d3fcbc97f6497e63e7f57d5b516b163", "_spec": "zen-observable-ts@^0.8.6", "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/apollo-link", "author": { "name": "Evans Hauser", "email": "evanshauser@gmail.com" }, "bugs": { "url": "https://github.com/apollographql/apollo-link/issues" }, "bundleDependencies": false, "contributors": [], "dependencies": { "tslib": "^1.9.3", "zen-observable": "^0.8.0" }, "deprecated": false, "description": "An Implementation of ES Observables in Typescript", "devDependencies": { "@types/jest": "24.0.18", "jest": "24.9.0", "rimraf": "2.7.1", "rollup": "1.20.3", "ts-jest": "22.4.6", "tslint": "5.17.0", "typescript": "3.0.3" }, "gitHead": "74d412528dd474fc41ee0bf504e36e01d7e05e2b", "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" }, "license": "MIT", "main": "./lib/index.js", "module": "./lib/bundle.esm.js", "name": "zen-observable-ts", "repository": { "type": "git", "url": "git+https://github.com/apollographql/apollo-link.git" }, "scripts": { "build": "tsc && rollup -c", "clean": "rimraf lib/* && rimraf coverage/*", "coverage": "jest --coverage", "filesize": "../../scripts/minify", "lint": "tslint -c \"../../tslint.json\" -p tsconfig.json -c ../../tslint.json src/*.ts", "prebuild": "npm run clean", "prepare": "npm run build", "test": "npm run lint && jest", "watch": "tsc -w -p ." }, "sideEffects": false, "typings": "./lib/index.d.ts", "version": "0.8.20" }