Files
30-seconds-of-code/node_modules/graphql/package.json
2019-08-20 15:52:05 +02:00

53 lines
1.4 KiB
JSON

{
"_from": "graphql@^14.2.0",
"_id": "graphql@14.4.2",
"_inBundle": false,
"_integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==",
"_location": "/graphql",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "graphql@^14.2.0",
"name": "graphql",
"escapedName": "graphql",
"rawSpec": "^14.2.0",
"saveSpec": null,
"fetchSpec": "^14.2.0"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz",
"_shasum": "553a7d546d524663eda49ed6df77577be3203ae3",
"_spec": "graphql@^14.2.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"bugs": {
"url": "https://github.com/graphql/graphql-js/issues"
},
"bundleDependencies": false,
"dependencies": {
"iterall": "^1.2.2"
},
"deprecated": false,
"description": "A Query Language and Runtime which can target any service.",
"engines": {
"node": ">= 6.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,
"version": "14.4.2"
}