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

75 lines
2.3 KiB
JSON

{
"_from": "gatsby-plugin-google-analytics@^2.1.6",
"_id": "gatsby-plugin-google-analytics@2.1.7",
"_inBundle": false,
"_integrity": "sha512-fqIWS+uIXqwFg+wRkFuy1xjB7B8a6xKkNEB94j9ujWUwqlS9wcMv2E332+mNfI4Ql2J6pwrjwTBaUhM42Br1eg==",
"_location": "/gatsby-plugin-google-analytics",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gatsby-plugin-google-analytics@^2.1.6",
"name": "gatsby-plugin-google-analytics",
"escapedName": "gatsby-plugin-google-analytics",
"rawSpec": "^2.1.6",
"saveSpec": null,
"fetchSpec": "^2.1.6"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.1.7.tgz",
"_shasum": "f4511a94ac8d37103699dbe582f6a5ac9ab91a36",
"_spec": "gatsby-plugin-google-analytics@^2.1.6",
"_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,
"dependencies": {
"@babel/runtime": "^7.0.0"
},
"deprecated": false,
"description": "Gatsby plugin to add google analytics onto a site",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@testing-library/react": "^8.0.1",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.1.4"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "c1960a260d3fbd5b6f57fb29317693d45a0686d3",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-analytics#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"google analytics"
],
"license": "MIT",
"main": "index.js",
"name": "gatsby-plugin-google-analytics",
"peerDependencies": {
"gatsby": "^2.0.0",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-plugin-google-analytics"
},
"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.7"
}