Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/graphql/package.json
{
"_from": "graphql",
"_id": "graphql@15.0.0",
"_inBundle": false,
"_integrity": "sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ==",
"_location": "/graphql",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "graphql",
"name": "graphql",
"escapedName": "graphql",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/graphql/-/graphql-15.0.0.tgz",
"_shasum": "042a5eb5e2506a2e2111ce41eb446a8e570b8be9",
"_spec": "graphql",
"_where": "/home/adi/Documents/code/elixir/workspace/common_graphql_client/priv/npm",
"bugs": {
"url": "https://github.com/graphql/graphql-js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A Query Language and Runtime which can target any service.",
"engines": {
"node": ">= 10.x"
},
"homepage": "https://github.com/graphql/graphql-js",
"keywords": [
"graphql",
"graphql-js"
],
"license": "MIT",
"main": "index",
"module": "index.mjs",
"name": "graphql",
"repository": {
"type": "git",
"url": "git+https://github.com/graphql/graphql-js.git"
},
"sideEffects": false,
"types": "index.d.ts",
"version": "15.0.0"
}