innovationDriveApp/node_modules/react-google-maps/package.json
2018-07-08 22:49:17 +10:00

173 lines
4.7 KiB
JSON

{
"_args": [
[
"react-google-maps@9.2.2",
"/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2"
]
],
"_from": "react-google-maps@9.2.2",
"_id": "react-google-maps@9.2.2",
"_inBundle": false,
"_integrity": "sha512-3l5Vzl5HFgWCUh8HiomCfJEEiU4DjjAe1siy1JoOB8d0zYXojL1LVjfd4N0uhfVBSiTvW3yLsr24O8KTGLkwdw==",
"_location": "/react-google-maps",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-google-maps@9.2.2",
"name": "react-google-maps",
"escapedName": "react-google-maps",
"rawSpec": "9.2.2",
"saveSpec": null,
"fetchSpec": "9.2.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-google-maps/-/react-google-maps-9.2.2.tgz",
"_spec": "9.2.2",
"_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2",
"author": {
"name": "tomchentw",
"email": "developer@tomchentw.com",
"url": "https://github.com/tomchentw"
},
"babel": {
"plugins": [
"lodash",
"transform-class-properties",
"transform-object-rest-spread",
"transform-runtime"
],
"presets": [
[
"env",
{
"targets": {
"ie": 9
}
}
],
"react"
]
},
"bugs": {
"url": "https://github.com/tomchentw/react-google-maps/issues"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"can-use-dom": "^0.1.0",
"google-maps-infobox": "^1.1.13",
"invariant": "^2.2.1",
"lodash": "^4.16.2",
"marker-clusterer-plus": "^2.1.4",
"markerwithlabel": "^2.0.1",
"prop-types": "^15.5.8",
"recompose": "^0.26.0",
"scriptjs": "^2.5.8",
"warning": "^3.0.0"
},
"description": "React.js Google Maps integration component",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"cheerio": "^1.0.0-rc.2",
"cross-env": "^5.0.5",
"glob": "^7.1.2",
"husky": "^0.14.3",
"isomorphic-fetch": "^2.2.1",
"jscodeshift": "^0.3.32",
"lint-staged": "^4.1.3",
"make-fetch-happen": "^2.5.0",
"mkdirp": "^0.5.1",
"prettier": "^1.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-icons": "^2.2.5",
"react-scripts": "^1.0.13",
"react-styleguidist": "^6.0.24",
"rimraf": "^2.6.2",
"standard-version": "^4.2.0",
"to-markdown": "^3.1.0"
},
"files": [
"lib/",
"src/",
"CHANGELOG.md"
],
"homepage": "https://tomchentw.github.io/react-google-maps/",
"keywords": [
"React",
"Google",
"Map",
"react-component",
"recompose",
"hoc",
"addons/InfoBox",
"addons/MarkerClusterer",
"Circle",
"DirectionsRenderer",
"drawing/DrawingManager",
"FusionTablesLayer",
"GoogleMap",
"InfoWindow",
"KmlLayer",
"Marker",
"OverlayView",
"places/SearchBox",
"Polygon",
"Polyline",
"Rectangle",
"StreetViewPanorama",
"TrafficLayer",
"visualization/HeatmapLayer",
"withGoogleMap",
"withScriptjs"
],
"license": "MIT",
"lint-staged": {
"*.{js,jsx,json,css}": [
"prettier --write",
"git add"
]
},
"main": "lib/index.js",
"name": "react-google-maps",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"prettier": {
"semi": false,
"singleQuote": false,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomchentw/react-google-maps.git"
},
"scripts": {
"build:lib": "cross-env NODE_ENV=production babel src --out-dir lib --ignore macros,tx,spec.js",
"build:src": "babel-node src/tx/jscodeshift",
"commit:docs": "git add -A && git commit -m 'docs: compile from src with `styleguidist`'",
"commit:lib": "git add -A && git commit -m 'chore(lib): compile from src with `babel`'",
"commit:src": "git add -A && git commit -m 'chore(src/components): compile from src/macros with `babel`'",
"prebuild:lib": "rimraf lib",
"precommit": "lint-staged",
"precommit:docs": "npm run styleguide:build",
"precommit:lib": "npm run build:lib",
"precommit:src": "npm run build:src",
"prerelease": "npm run commit:src && npm run commit:lib && npm run commit:docs",
"release": "standard-version",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"test": "react-scripts test --env=jsdom",
"test:once": "cross-env CI=true npm test"
},
"version": "9.2.2"
}