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

80 lines
2.2 KiB
JSON

{
"_from": "eslint-plugin-graphql@^3.0.3",
"_id": "eslint-plugin-graphql@3.0.3",
"_inBundle": false,
"_integrity": "sha512-hHwLyxSkC5rkakJ/SNTWwOswPdVhvfyMCnEOloevrLQIOHUNVIQBg1ljCaRe9C40HdzgcGUFUdG5BHLCKm8tuw==",
"_location": "/eslint-plugin-graphql",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-plugin-graphql@^3.0.3",
"name": "eslint-plugin-graphql",
"escapedName": "eslint-plugin-graphql",
"rawSpec": "^3.0.3",
"saveSpec": null,
"fetchSpec": "^3.0.3"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-graphql/-/eslint-plugin-graphql-3.0.3.tgz",
"_shasum": "9ecdaf5ea8397973e29cea9dbf860420694e9df0",
"_spec": "eslint-plugin-graphql@^3.0.3",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Sashko Stubailo"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
},
"bugs": {
"url": "https://github.com/apollostack/eslint-plugin-graphql/issues"
},
"bundleDependencies": false,
"dependencies": {
"graphql-config": "^2.0.1",
"lodash": "^4.11.1"
},
"deprecated": false,
"description": "GraphQL ESLint plugin.",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"eslint": "5.12.1",
"graphql": "14.1.1",
"graphql-tools": "4.0.4",
"mocha": "5.2.0",
"test-all-versions": "3.3.3"
},
"engines": {
"node": ">=6.0"
},
"homepage": "https://github.com/apollostack/eslint-plugin-graphql",
"license": "MIT",
"main": "lib/index.js",
"name": "eslint-plugin-graphql",
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apollostack/eslint-plugin-graphql.git"
},
"scripts": {
"lint": "eslint 'src/**/*.js' 'test/**/*.js'",
"prepublish": "babel ./src --ignore test --out-dir ./lib",
"pretest": "node test/updateSchemaJson.js",
"tav": "tav",
"test": "tav --ci && mocha test/index.js"
},
"version": "3.0.3"
}