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

64 lines
2.1 KiB
JSON

{
"_from": "babel-plugin-remove-graphql-queries@^2.7.2",
"_id": "babel-plugin-remove-graphql-queries@2.7.2",
"_inBundle": false,
"_integrity": "sha512-kkIqi2+oZ7YCLbZbrhOGxPA/HuWpfvzRUxbD75SHqwxl9fZVWSLQhOUl72GEpAuEt4MeCEguKpMX100oDN3MQA==",
"_location": "/babel-plugin-remove-graphql-queries",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel-plugin-remove-graphql-queries@^2.7.2",
"name": "babel-plugin-remove-graphql-queries",
"escapedName": "babel-plugin-remove-graphql-queries",
"rawSpec": "^2.7.2",
"saveSpec": null,
"fetchSpec": "^2.7.2"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.7.2.tgz",
"_shasum": "101c8b26567e35c217e817e892135a9a04a5a805",
"_spec": "babel-plugin-remove-graphql-queries@^2.7.2",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Jason Quense",
"email": "monastic.panic@gmail.com"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"bundleDependencies": false,
"deprecated": false,
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.1.4"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "e900ae106a535668d46fa68bc118af9381595653",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
"license": "MIT",
"main": "index.js",
"name": "babel-plugin-remove-graphql-queries",
"peerDependencies": {
"gatsby": "^2.0.0",
"graphql": "^14.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/babel-plugin-remove-graphql-queries"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"version": "2.7.2"
}