WIP - add extractor, generate snippet_data
This commit is contained in:
86
node_modules/gatsby-plugin-netlify/package.json
generated
vendored
Normal file
86
node_modules/gatsby-plugin-netlify/package.json
generated
vendored
Normal file
@ -0,0 +1,86 @@
|
||||
{
|
||||
"_from": "gatsby-plugin-netlify@^2.1.3",
|
||||
"_id": "gatsby-plugin-netlify@2.1.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-3lZwKE33HVqSqQC5Mr3oovruGOFq70RWnFlZORCggaVH83nS2lhNLMsCPa1Zg4I1kQddWv+8qdQFDxrIyA+1/g==",
|
||||
"_location": "/gatsby-plugin-netlify",
|
||||
"_phantomChildren": {
|
||||
"graceful-fs": "4.2.2",
|
||||
"jsonfile": "4.0.0",
|
||||
"universalify": "0.1.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "gatsby-plugin-netlify@^2.1.3",
|
||||
"name": "gatsby-plugin-netlify",
|
||||
"escapedName": "gatsby-plugin-netlify",
|
||||
"rawSpec": "^2.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gatsby-plugin-netlify/-/gatsby-plugin-netlify-2.1.5.tgz",
|
||||
"_shasum": "c6780e706adda40577d2b89bec8b6c5c7cfb7a3c",
|
||||
"_spec": "gatsby-plugin-netlify@^2.1.3",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
|
||||
"author": {
|
||||
"name": "Kyle Mathews",
|
||||
"email": "mathews.kyle@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Nathanael Beisiegel",
|
||||
"email": "pknb.dev@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"fs-extra": "^4.0.2",
|
||||
"kebab-hash": "^0.1.2",
|
||||
"lodash": "^4.17.14",
|
||||
"webpack-assets-manifest": "^3.0.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A Gatsby plugin which generates a _headers file for netlify",
|
||||
"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": "c57b0de9e200e9b2a8943735ef84575728154a34",
|
||||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-netlify#readme",
|
||||
"keywords": [
|
||||
"gatsby",
|
||||
"gatsby-plugin",
|
||||
"http/2-server-push",
|
||||
"netlify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "gatsby-plugin-netlify",
|
||||
"peerDependencies": {
|
||||
"gatsby": "^2.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gatsbyjs/gatsby.git",
|
||||
"directory": "packages/gatsby-plugin-netlify"
|
||||
},
|
||||
"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.1.5"
|
||||
}
|
||||
Reference in New Issue
Block a user