Files
Arbitrate-FrontendH5/node_modules/imurmurhash/package.json
T

68 lines
1.6 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"imurmurhash@0.1.4",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "imurmurhash@0.1.4",
"_id": "imurmurhash@0.1.4",
"_inBundle": false,
"_integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
"_location": "/imurmurhash",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "imurmurhash@0.1.4",
"name": "imurmurhash",
"escapedName": "imurmurhash",
"rawSpec": "0.1.4",
"saveSpec": null,
"fetchSpec": "0.1.4"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
"_spec": "0.1.4",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Jens Taylor",
"email": "jensyt@gmail.com",
"url": "https://github.com/homebrewing"
},
"bugs": {
"url": "https://github.com/jensyt/imurmurhash-js/issues"
},
"dependencies": {},
2024-01-18 10:46:33 +08:00
"description": "An incremental implementation of MurmurHash3",
2024-04-08 16:23:29 +08:00
"devDependencies": {},
"engines": {
"node": ">=0.8.19"
},
2024-01-18 10:46:33 +08:00
"files": [
"imurmurhash.js",
"imurmurhash.min.js",
"package.json",
"README.md"
],
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/jensyt/imurmurhash-js",
2024-01-18 10:46:33 +08:00
"keywords": [
"murmur",
"murmurhash",
"murmurhash3",
"hash",
"incremental"
],
"license": "MIT",
2024-04-08 16:23:29 +08:00
"main": "imurmurhash.js",
"name": "imurmurhash",
"repository": {
"type": "git",
"url": "git+https://github.com/jensyt/imurmurhash-js.git"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"version": "0.1.4"
2024-01-18 10:46:33 +08:00
}