2020-03-07 11:45:40 +08:00
|
|
|
{
|
2020-03-22 05:13:25 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"eslint-plugin-graphql@3.1.1",
|
|
|
|
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_development": true,
|
|
|
|
"_from": "eslint-plugin-graphql@3.1.1",
|
|
|
|
"_id": "eslint-plugin-graphql@3.1.1",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-VNu2AipS8P1BAnE/tcJ2EmBWjFlCnG+1jKdUlFNDQjocWZlFiPpMu9xYNXePoEXK+q+jG51M/6PdhOjEgJZEaQ==",
|
|
|
|
"_location": "/eslint-plugin-graphql",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "eslint-plugin-graphql@3.1.1",
|
|
|
|
"name": "eslint-plugin-graphql",
|
|
|
|
"escapedName": "eslint-plugin-graphql",
|
|
|
|
"rawSpec": "3.1.1",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "3.1.1"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"_requiredBy": [
|
|
|
|
"/eslint-plugin-github"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-graphql/-/eslint-plugin-graphql-3.1.1.tgz",
|
|
|
|
"_spec": "3.1.1",
|
|
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
|
|
|
|
"author": {
|
|
|
|
"name": "Sashko Stubailo"
|
|
|
|
},
|
|
|
|
"babel": {
|
|
|
|
"presets": [
|
|
|
|
"es2015",
|
|
|
|
"stage-0"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollostack/eslint-plugin-graphql/issues"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"dependencies": {
|
|
|
|
"graphql-config": "^2.0.1",
|
|
|
|
"lodash": "^4.11.1"
|
|
|
|
},
|
|
|
|
"description": "GraphQL ESLint plugin.",
|
2020-03-07 11:45:40 +08:00
|
|
|
"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.16.0",
|
|
|
|
"graphql": "14.4.2",
|
|
|
|
"graphql-tools": "4.0.5",
|
|
|
|
"mocha": "6.2.0",
|
|
|
|
"pretty-quick": "1.11.1",
|
|
|
|
"test-all-versions": "4.1.1"
|
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=6.0"
|
2020-03-07 11:45:40 +08:00
|
|
|
},
|
2020-03-22 05:13:25 +08:00
|
|
|
"homepage": "https://github.com/apollostack/eslint-plugin-graphql",
|
2020-03-07 11:45:40 +08:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2020-03-22 05:13:25 +08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"name": "eslint-plugin-graphql",
|
2020-03-07 11:45:40 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
|
2020-03-22 05:13:25 +08:00
|
|
|
},
|
|
|
|
"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.1.1"
|
2020-03-07 11:45:40 +08:00
|
|
|
}
|