github-pages-deploy-action/node_modules/graphql/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"graphql@15.0.0-rc.2",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "graphql@15.0.0-rc.2",
"_id": "graphql@15.0.0-rc.2",
"_inBundle": false,
"_integrity": "sha512-X9ZybETBiZ5zndyXm/Yn3dd0nJqiCNZ7w06lnd0zMiCtBR/KQGgxJmnf47Y/P/Fy7JXM4QDF+MeeoH724yc3DQ==",
"_location": "/graphql",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "graphql@15.0.0-rc.2",
"name": "graphql",
"escapedName": "graphql",
"rawSpec": "15.0.0-rc.2",
"saveSpec": null,
"fetchSpec": "15.0.0-rc.2"
},
"_requiredBy": [
"/eslint-plugin-relay"
],
"_resolved": "https://registry.npmjs.org/graphql/-/graphql-15.0.0-rc.2.tgz",
"_spec": "15.0.0-rc.2",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
2020-03-07 11:45:40 +08:00
"bugs": {
"url": "https://github.com/graphql/graphql-js/issues"
},
2020-03-22 05:13:25 +08:00
"dependencies": {},
"description": "A Query Language and Runtime which can target any service.",
"engines": {
"node": ">= 10.x"
2020-03-07 11:45:40 +08:00
},
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/graphql/graphql-js",
2020-03-07 11:45:40 +08:00
"keywords": [
"graphql",
"graphql-js"
],
2020-03-22 05:13:25 +08:00
"license": "MIT",
"main": "index",
"module": "index.mjs",
"name": "graphql",
2020-03-07 11:45:40 +08:00
"publishConfig": {
"tag": "rc"
2020-03-22 05:13:25 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphql/graphql-js.git"
},
"sideEffects": false,
"types": "index.d.ts",
"version": "15.0.0-rc.2"
2020-03-07 11:45:40 +08:00
}