123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "_from": "graphql@^15.5.0",
- "_id": "graphql@15.5.0",
- "_inBundle": false,
- "_integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==",
- "_location": "/graphql",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "graphql@^15.5.0",
- "name": "graphql",
- "escapedName": "graphql",
- "rawSpec": "^15.5.0",
- "saveSpec": null,
- "fetchSpec": "^15.5.0"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz",
- "_shasum": "39d19494dbe69d1ea719915b578bf920344a69d5",
- "_spec": "graphql@^15.5.0",
- "_where": "/home/pvvvm505/Документы/Project/Back",
- "bugs": {
- "url": "https://github.com/graphql/graphql-js/issues"
- },
- "bundleDependencies": false,
- "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.5.0"
- }
|