You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

85 lines
1.9 KiB

{
"_from": "@google/maps",
"_id": "@google/maps@0.4.5",
"_inBundle": false,
"_integrity": "sha1-cuuc+OfelEYZJF0Pjz+WlXHqhNg=",
"_location": "/@google/maps",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@google/maps",
"name": "@google/maps",
"escapedName": "@google%2fmaps",
"scope": "@google",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@google/maps/-/maps-0.4.5.tgz",
"_shasum": "72eb9cf8e7de944619245d0f8f3f969571ea84d8",
"_spec": "@google/maps",
"_where": "/var/www/htdocs/ordine",
"author": {
"name": "Google Inc."
},
"bin": {
"googlemaps": "bin/run.js"
},
"bugs": {
"url": "https://github.com/googlemaps/google-maps-services-js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Stephen Farrar",
"email": "step@google.com"
},
{
"name": "Stephen McDonald",
"email": "stephenmcd@google.com"
}
],
"deprecated": false,
"description": "Node.js client library for Google Maps API Web Services",
"devDependencies": {
"jasmine": ">=2.3.2 <2.5.0",
"jsdoc": "^3.4.0",
"priorityqueuejs": "^1.0.0",
"q": "^1.4.1"
},
"files": [
"lib",
"bin"
],
"homepage": "https://github.com/googlemaps/google-maps-services-js",
"keywords": [
"google",
"maps",
"googlemaps",
"geo",
"geocode",
"timezone",
"api",
"client",
"roads",
"directions",
"navigation"
],
"license": "Apache-2.0",
"main": "./lib",
"name": "@google/maps",
"repository": {
"type": "git",
"url": "git+https://github.com/googlemaps/google-maps-services-js.git"
},
"scripts": {
"jsdoc": "jsdoc -c docs/conf.json",
"test": "jasmine && jasmine spec/e2e/*.js"
},
"version": "0.4.5"
}