mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"eslint-plugin-relay@1.7.0",
|
|
"."
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "eslint-plugin-relay@1.7.0",
|
|
"_id": "eslint-plugin-relay@1.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-JmAMQFr9CxXFLo5BppdN/sleofrE1J/cERIgkFqnYdTq0KAeUNGnz3jO41cqcp1y92/D+KJdmEKFsPfnqnDByQ==",
|
|
"_location": "/eslint-plugin-relay",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "eslint-plugin-relay@1.7.0",
|
|
"name": "eslint-plugin-relay",
|
|
"escapedName": "eslint-plugin-relay",
|
|
"rawSpec": "1.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint-plugin-github"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eslint-plugin-relay/-/eslint-plugin-relay-1.7.0.tgz",
|
|
"_spec": "1.7.0",
|
|
"_where": ".",
|
|
"bugs": {
|
|
"url": "https://github.com/relayjs/eslint-plugin-relay/issues"
|
|
},
|
|
"dependencies": {
|
|
"graphql": "^14.0.0 | ^15.0.0-rc.1"
|
|
},
|
|
"description": "ESLint plugin for Relay.",
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.15.1",
|
|
"eslint-config-prettier": "^4.1.0",
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
"mocha": "^6.0.2",
|
|
"prettier": "^1.19.1"
|
|
},
|
|
"files": [
|
|
"eslint-plugin-relay.js",
|
|
"src/",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/relayjs/eslint-plugin-relay#readme",
|
|
"license": "MIT",
|
|
"main": "eslint-plugin-relay",
|
|
"name": "eslint-plugin-relay",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/relayjs/eslint-plugin-relay.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint eslint-plugin-relay.js src",
|
|
"prettier": "prettier --write '**/*.js'",
|
|
"test": "mocha",
|
|
"test-watch": "mocha --watch"
|
|
},
|
|
"version": "1.7.0"
|
|
}
|