-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
庄园abb
committed
Jan 5, 2023
1 parent
b89d4a2
commit 99da524
Showing
1 changed file
with
63 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,63 @@ | ||
{"name":"@pikaz/location","version":"1.0.0","description":"used to obtain location from the browser","private":false,"main":"lib/pikazLocation.js","scripts":{"compress":"node utils/compress.js","analysisip":"node utils/analysisIp.js","build":"webpack"},"keywords":["geolocation","location","longitude","latitude","province","city","district"],"files":["lib"],"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/pikaz-18/pikaz-location.git"},"author":"pikaz","license":"MIT","bugs":{"url":"https://github.com/pikaz-18/pikaz-location/issues"},"homepage":"https://github.com/pikaz-18/pikaz-location#readme","devDependencies":{"clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^10.2.0","object-hash":"^3.0.0","webpack":"^5.65.0","webpack-cli":"^4.9.1"},"dependencies":{"localforage":"^1.10.0","lz-string":"^1.4.4","point-in-polygon":"^1.1.0"},"fileDate":{"areaList":"202212301139","city":"202212301139","district":"202212301139","ip":"2023151123","province":"202212301139"},"fileCode":{"areaList":"64b5a33f94b14ae208fca152fdc89dca1048360a","city":"7827eb2bc906b83df109ab24242ce68f98f9558b","district":"14d77ce6236e2025a4b1e3900cc70d0c32a62d0b","ip":"0dc7c417520c4fea771e5e5cac6dd957858b893f","province":"eb502058a39fc7497890103957f74be2df617198"}} | ||
{ | ||
"name": "@pikaz/location", | ||
"version": "1.0.1", | ||
"description": "used to obtain location from the browser", | ||
"private": false, | ||
"main": "lib/pikazLocation.js", | ||
"scripts": { | ||
"compress": "node utils/compress.js", | ||
"analysisip": "node utils/analysisIp.js", | ||
"build": "webpack" | ||
}, | ||
"keywords": [ | ||
"geolocation", | ||
"location", | ||
"longitude", | ||
"latitude", | ||
"province", | ||
"city", | ||
"district" | ||
], | ||
"files": [ | ||
"lib" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pikaz-18/pikaz-location.git" | ||
}, | ||
"author": "pikaz", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/pikaz-18/pikaz-location/issues" | ||
}, | ||
"homepage": "https://github.com/pikaz-18/pikaz-location#readme", | ||
"devDependencies": { | ||
"clean-webpack-plugin": "^4.0.0", | ||
"copy-webpack-plugin": "^10.2.0", | ||
"object-hash": "^3.0.0", | ||
"webpack": "^5.65.0", | ||
"webpack-cli": "^4.9.1" | ||
}, | ||
"dependencies": { | ||
"localforage": "^1.10.0", | ||
"lz-string": "^1.4.4", | ||
"point-in-polygon": "^1.1.0" | ||
}, | ||
"fileDate": { | ||
"areaList": "202212301139", | ||
"city": "202212301139", | ||
"district": "202212301139", | ||
"ip": "2023151125", | ||
"province": "202212301139" | ||
}, | ||
"fileCode": { | ||
"areaList": "64b5a33f94b14ae208fca152fdc89dca1048360a", | ||
"city": "7827eb2bc906b83df109ab24242ce68f98f9558b", | ||
"district": "14d77ce6236e2025a4b1e3900cc70d0c32a62d0b", | ||
"ip": "4d7ad47f8875e841951409cde2a2f0b5a272946b", | ||
"province": "eb502058a39fc7497890103957f74be2df617198" | ||
} | ||
} |