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

77 lines
2.2 KiB
JSON

{
"_from": "gatsby-page-utils@^0.0.5",
"_id": "gatsby-page-utils@0.0.5",
"_inBundle": false,
"_integrity": "sha512-yHL4OKgVEOWOuTUCO2ZPPmWyA1bAtSUPrf+W5w3p24pUwqMkz2Yu2hii/PhgQs+2ap6BkpSwBjBSYS2YLRmTNg==",
"_location": "/gatsby-page-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gatsby-page-utils@^0.0.5",
"name": "gatsby-page-utils",
"escapedName": "gatsby-page-utils",
"rawSpec": "^0.0.5",
"saveSpec": null,
"fetchSpec": "^0.0.5"
},
"_requiredBy": [
"/gatsby-plugin-page-creator"
],
"_resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.5.tgz",
"_shasum": "faefc2ece9f14bfd161ddd0104d1e12b54ef7a70",
"_spec": "gatsby-page-utils@^0.0.5",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-page-creator",
"author": {
"name": "Yvonnick FRIN",
"email": "frin.yvonnick@gmail.com"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0",
"chokidar": "2.1.2",
"fs-exists-cached": "^1.0.0",
"glob": "^7.1.1",
"lodash": "^4.17.14",
"micromatch": "^3.1.10",
"slash": "^1.0.0"
},
"deprecated": false,
"description": "Gatsby library that helps creating pages",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.0.5"
},
"files": [
"dist/*"
],
"gitHead": "930533fccb1e172e01a40f2ce2a8a33d0b8e4d17",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "dist/index.js",
"name": "gatsby-page-utils",
"peerDependencies": {
"gatsby": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-page-utils"
},
"scripts": {
"build": "babel src --out-dir dist/ --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__"
},
"version": "0.0.5"
}