{
  "_args": [
    [
      "apollo-link-state@0.4.2",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "apollo-link-state@0.4.2",
  "_id": "apollo-link-state@0.4.2",
  "_inBundle": false,
  "_integrity": "sha512-xMPcAfuiPVYXaLwC6oJFIZrKgV3GmdO31Ag2eufRoXpvT0AfJZjdaPB4450Nu9TslHRePN9A3quxNueILlQxlw==",
  "_location": "/apollo-link-state",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "apollo-link-state@0.4.2",
    "name": "apollo-link-state",
    "escapedName": "apollo-link-state",
    "rawSpec": "0.4.2",
    "saveSpec": null,
    "fetchSpec": "0.4.2"
  },
  "_requiredBy": [
    "/vue-cli-plugin-apollo"
  ],
  "_resolved": "https://registry.npmjs.org/apollo-link-state/-/apollo-link-state-0.4.2.tgz",
  "_spec": "0.4.2",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "James Baxley",
    "email": "james@meteor.com"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-link-state/issues"
  },
  "bundlesize": [
    {
      "name": "apollo-link-state",
      "path": "./lib/bundle.min.js",
      "threshold": "1 Kb"
    }
  ],
  "dependencies": {
    "apollo-utilities": "^1.0.8",
    "graphql-anywhere": "^4.1.0-alpha.0"
  },
  "description": "An easy way to manage local state with Apollo Link",
  "devDependencies": {
    "@types/graphql": "0.12.7",
    "@types/jest": "22.1.x",
    "apollo-cache-inmemory": "^1.1.5",
    "apollo-client": "^2.2.0",
    "apollo-link": "^1.0.0",
    "browserify": "14.5.0",
    "bundlesize": "0.15.3",
    "codecov": "3.0.0",
    "danger": "1.2.0",
    "graphql": "0.12.3",
    "graphql-tag": "2.5.0",
    "jest": "21.2.1",
    "lint-staged": "4.3.0",
    "pre-commit": "1.2.2",
    "prettier": "1.7.4",
    "rimraf": "2.6.1",
    "rollup": "0.56.x",
    "rollup-plugin-local-resolve": "1.0.x",
    "rollup-plugin-sourcemaps": "0.4.x",
    "ts-jest": "21.1.4",
    "tslint": "5.8.0",
    "typescript": "2.5.1",
    "uglify-js": "3.1.5"
  },
  "homepage": "https://github.com/apollographql/apollo-link-state#readme",
  "jest": {
    "mapCoverage": true,
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ]
  },
  "jsnext:main": "./lib/index.js",
  "license": "MIT",
  "lint-staged": {
    "*.{ts, tsx, js, jsx}": [
      "prettier --trailing-comma all --single-quote --write",
      "git add"
    ],
    "!(package).json": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "./lib/bundle.umd.js",
  "module": "./lib/index.js",
  "name": "apollo-link-state",
  "peerDependencies": {
    "apollo-link": "^1.0.0"
  },
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-link-state.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "build:browser": "browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere -i graphql && npm run minify:browser",
    "bundle": "rollup -c",
    "clean": "rimraf lib/* && rimraf coverage/*",
    "coverage": "npm run lint && jest --coverage",
    "filesize": "npm run build && npm run build:browser && bundlesize",
    "lint": "tslint --type-check -p tsconfig.json -c tslint.json src/*.ts",
    "lint-fix": "prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"",
    "lint-staged": "lint-staged",
    "minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
    "postbuild": "npm run bundle",
    "prebuild": "npm run clean",
    "prelint": "npm run lint-fix",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "jest",
    "watch": "trap 'kill -9 %1' SIGINT; tsc -w -p . & rollup -w -c"
  },
  "typings": "./lib/index.d.ts",
  "version": "0.4.2"
}
