12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "_from": "graphql",
- "_id": "graphql@15.3.0",
- "_inBundle": false,
- "_integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==",
- "_location": "/graphql",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "graphql",
- "name": "graphql",
- "escapedName": "graphql",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz",
- "_shasum": "3ad2b0caab0d110e3be4a5a9b2aa281e362b5278",
- "_spec": "graphql",
- "_where": "E:\\a-level\\project_js2",
- "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.3.0"
- }
|