File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/graphql-anywhere/package.json
{
"_args": [
[
"graphql-anywhere@4.2.7",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_development": true,
"_from": "graphql-anywhere@4.2.7",
"_id": "graphql-anywhere@4.2.7",
"_inBundle": false,
"_integrity": "sha512-fJHvVywWVWjiHuPIMs16Nfjf4zdQUwSO1LKycwBJCWIPeoeQ8LqXK2BgYoZAHkhKEFktZZeYyzS4o/uIUG0z5A==",
"_location": "/graphql-anywhere",
"_phantomChildren": {
"tslib": "1.11.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "graphql-anywhere@4.2.7",
"name": "graphql-anywhere",
"escapedName": "graphql-anywhere",
"rawSpec": "4.2.7",
"saveSpec": null,
"fetchSpec": "4.2.7"
},
"_requiredBy": [
"/apollo-link-state"
],
"_resolved": "https://registry.npmjs.org/graphql-anywhere/-/graphql-anywhere-4.2.7.tgz",
"_spec": "4.2.7",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Sashko Stubailo",
"email": "sashko@stubailo.com"
},
"bugs": {
"url": "https://github.com/apollographql/apollo-client/issues"
},
"contributors": [
{
"name": "James Burgess",
"email": "jamesmillerburgess@gmail.com"
}
],
"dependencies": {
"apollo-utilities": "^1.3.4",
"ts-invariant": "^0.3.2",
"tslib": "^1.10.0"
},
"description": "Run GraphQL queries with no schema and just one resolver",
"gitHead": "d22394c419ff7d678afb5e7d4cd1df16ed803ead",
"homepage": "https://github.com/apollographql/apollo-client/tree/master/packages/graphql-anywhere",
"keywords": [
"ecmascript",
"es2015",
"jsnext",
"javascript",
"relay",
"npm",
"react"
],
"license": "MIT",
"main": "./lib/bundle.cjs.js",
"module": "./lib/bundle.esm.js",
"name": "graphql-anywhere",
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client.git"
},
"scripts": {
"build": "tsc -b .",
"bundle": "npx 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",
"prepare": "npm run lint && npm run build",
"prepublishOnly": "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": "4.2.7"
}