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

70 lines
2.1 KiB
JSON

{
"_from": "@gatsbyjs/relay-compiler@2.0.0-printer-fix.2",
"_id": "@gatsbyjs/relay-compiler@2.0.0-printer-fix.2",
"_inBundle": false,
"_integrity": "sha512-7GeCCEQ7O15lMTT/SXy9HuRde4cv5vs465ZnLK2QCajSDLior+20yrMqHn1PGsJYK6nNZH7p3lw9qTCpqmuc7Q==",
"_location": "/@gatsbyjs/relay-compiler",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@gatsbyjs/relay-compiler@2.0.0-printer-fix.2",
"name": "@gatsbyjs/relay-compiler",
"escapedName": "@gatsbyjs%2frelay-compiler",
"scope": "@gatsbyjs",
"rawSpec": "2.0.0-printer-fix.2",
"saveSpec": null,
"fetchSpec": "2.0.0-printer-fix.2"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/@gatsbyjs/relay-compiler/-/relay-compiler-2.0.0-printer-fix.2.tgz",
"_shasum": "214db0e6072d40ea78ad5fabdb49d56bc95f4e99",
"_spec": "@gatsbyjs/relay-compiler@2.0.0-printer-fix.2",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"bin": {
"relay-compiler": "bin/relay-compiler"
},
"bugs": {
"url": "https://github.com/facebook/relay/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/generator": "^7.0.0",
"@babel/parser": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@babel/types": "^7.0.0",
"babel-preset-fbjs": "^3.1.2",
"chalk": "^2.4.1",
"fast-glob": "^2.2.2",
"fb-watchman": "^2.0.0",
"fbjs": "^1.0.0",
"immutable": "~3.7.6",
"nullthrows": "^1.1.0",
"relay-runtime": "2.0.0",
"signedsource": "^1.0.0",
"yargs": "^9.0.0"
},
"deprecated": false,
"description": "A compiler tool for building GraphQL-driven applications.",
"homepage": "https://facebook.github.io/relay/",
"keywords": [
"graphql",
"relay"
],
"license": "MIT",
"main": "RelayCompilerPublic",
"name": "@gatsbyjs/relay-compiler",
"peerDependencies": {
"graphql": "^14.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/relay.git"
},
"version": "2.0.0-printer-fix.2"
}