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

85 lines
2.5 KiB
JSON

{
"_from": "gatsby-plugin-page-creator@^2.1.5",
"_id": "gatsby-plugin-page-creator@2.1.5",
"_inBundle": false,
"_integrity": "sha512-nUcsaJAaMy9UQS66QY0Dys6Xx+2CGG2EVyvDQ4NQ713la62jicOU764Bmi5G7sE2QGgpNoBtUQCW+aE6UMGpLQ==",
"_location": "/gatsby-plugin-page-creator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gatsby-plugin-page-creator@^2.1.5",
"name": "gatsby-plugin-page-creator",
"escapedName": "gatsby-plugin-page-creator",
"rawSpec": "^2.1.5",
"saveSpec": null,
"fetchSpec": "^2.1.5"
},
"_requiredBy": [
"#DEV:/",
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.5.tgz",
"_shasum": "723fc0392a67978cab649a402ad88f6f06b74e4c",
"_spec": "gatsby-plugin-page-creator@^2.1.5",
"_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": "Steven Natera",
"email": "tektekpush@gmail.com",
"url": "https://twitter.com/stevennatera"
}
],
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.0.5",
"glob": "^7.1.1",
"lodash": "^4.17.14",
"micromatch": "^3.1.10"
},
"deprecated": false,
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.0.5"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "930533fccb1e172e01a40f2ce2a8a33d0b8e4d17",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-page-creator#readme",
"keywords": [
"gatsby",
"gatsby-plugin"
],
"license": "MIT",
"main": "index.js",
"name": "gatsby-plugin-page-creator",
"peerDependencies": {
"gatsby": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-plugin-page-creator"
},
"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"
}