Current section

Files

Jump to
common_graphql_client priv npm node_modules apollo-utilities package.json
Raw

priv/npm/node_modules/apollo-utilities/package.json

{
"_from": "apollo-utilities@^1.3.0",
"_id": "apollo-utilities@1.3.3",
"_inBundle": false,
"_integrity": "sha512-F14aX2R/fKNYMvhuP2t9GD9fggID7zp5I96MF5QeKYWDWTrkRdHRp4+SVfXUVN+cXOaB/IebfvRtzPf25CM0zw==",
"_location": "/apollo-utilities",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "apollo-utilities@^1.3.0",
"name": "apollo-utilities",
"escapedName": "apollo-utilities",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/apollo-link"
],
"_resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.3.3.tgz",
"_shasum": "f1854715a7be80cd810bc3ac95df085815c0787c",
"_spec": "apollo-utilities@^1.3.0",
"_where": "/home/adi/Documents/code/elixir/workspace/common_graphql_client/priv/npm/node_modules/apollo-link",
"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.10.0"
},
"deprecated": false,
"description": "Utilities for working with GraphQL ASTs",
"gitHead": "68fa57751ce201ba6b72efdbf8fdda1729c991cc",
"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.3"
}