{
"_from": "apollo-utilities@^1.0.1",
"_id": "apollo-utilities@1.3.2",
"_inBundle": false,
"_integrity": "sha512-JWNHj8XChz7S4OZghV6yc9FNnzEXj285QYp/nLNh943iObycI5GTDO3NGR9Dth12LRrSFMeDOConPfPln+WGfg==",
"_location": "/apollo-utilities",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "apollo-utilities@^1.0.1",
"name": "apollo-utilities",
"escapedName": "apollo-utilities",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/apollo-link",
"/graphql-tools"
],
"_resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.3.2.tgz",
"_shasum": "8cbdcf8b012f664cd6cb5767f6130f5aed9115c9",
"_spec": "apollo-utilities@^1.0.1",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/graphql-tools",
"author": {
"name": "James Baxley",
"email": "james@meteor.com"
},
"bugs": {
"url": "https://github.com/apollographql/apollo-client/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "James Baxley",
"email": "james@meteor.com"
},
{
"name": "Jonas Helfer",
"email": "jonas@helfer.email"
},
{
"name": "Sashko Stubailo",
"email": "sashko@stubailo.com"
},
{
"name": "James Burgess",
"email": "jamesmillerburgess@gmail.com"
}
],
"dependencies": {
"@wry/equality": "^0.1.2",
"fast-json-stable-stringify": "^2.0.0",
"ts-invariant": "^0.4.0",
"tslib": "^1.9.3"
},
"deprecated": false,
"description": "Utilities for working with GraphQL ASTs",
"gitHead": "656fd9fbcf82df5cd6b9512e4c9b90b808e300ad",
"homepage": "https://github.com/apollographql/apollo-client#readme",
"license": "MIT",
"main": "./lib/bundle.cjs.js",
"module": "./lib/bundle.esm.js",
"name": "apollo-utilities",
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client.git"
},
"scripts": {
"build": "tsc -b .",
"bundle": "../../node_modules/rollup/bin/rollup -c rollup.config.js",
"clean": "rm -rf coverage/* lib/*",
"coverage": "jest --coverage",
"lint": "tslint -c \"../../config/tslint.json\" -p tsconfig.json src/*.ts",
"postbuild": "npm run bundle",
"prebuild": "npm run clean",
"prepare": "npm run lint && npm run build",
"prepublishOnly": "npm run clean && npm run build",
"test": "tsc -p tsconfig.json --noEmit && jest",
"watch": "../../node_modules/tsc-watch/index.js --onSuccess \"npm run postbuild\""
},
"sideEffects": false,
"typings": "./lib/index.d.ts",
"version": "1.3.2"
}