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

84 lines
2.4 KiB
JSON

{
"_from": "gatsby-plugin-react-helmet@^3.1.2",
"_id": "gatsby-plugin-react-helmet@3.1.3",
"_inBundle": false,
"_integrity": "sha512-S/1B/9JxHFEyeZ/d0BFzJYX9Gd5XBNvLJ7vLd7f7ZzFiqOYpNchnliF87cX+/BuR1gj+v2ypZ7tLRA4LE4PyBw==",
"_location": "/gatsby-plugin-react-helmet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gatsby-plugin-react-helmet@^3.1.2",
"name": "gatsby-plugin-react-helmet",
"escapedName": "gatsby-plugin-react-helmet",
"rawSpec": "^3.1.2",
"saveSpec": null,
"fetchSpec": "^3.1.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.1.3.tgz",
"_shasum": "a18033a5fec7ec39614204831a1e5094337e56e1",
"_spec": "gatsby-plugin-react-helmet@^3.1.2",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code",
"author": {
"name": "Kyle Mathews",
"email": "matthews.kyle@gmail.com"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.0.0"
},
"deprecated": false,
"description": "Manage document head data with react-helmet. Provides drop-in server rendering support for Gatsby.",
"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": "f455c217d34c1bce412a3260d056ce27b4649019",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-react-helmet#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"favicon",
"react-helmet",
"seo",
"document",
"head",
"title",
"meta",
"link",
"script",
"base",
"noscript",
"style"
],
"license": "MIT",
"main": "index.js",
"name": "gatsby-plugin-react-helmet",
"peerDependencies": {
"gatsby": "^2.0.0",
"react-helmet": "^5.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-plugin-react-helmet"
},
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__,**/__mocks__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__,**/__mocks__"
},
"version": "3.1.3"
}