github-pages-deploy-action/node_modules/imurmurhash/package.json

69 lines
1.5 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"imurmurhash@0.1.4",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
"_from": "imurmurhash@0.1.4",
"_id": "imurmurhash@0.1.4",
"_inBundle": false,
"_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
"_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": [
2020-03-31 20:54:32 +08:00
"/eslint",
"/write-file-atomic"
2020-03-22 05:13:25 +08:00
],
"_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
"_spec": "0.1.4",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Jens Taylor",
"email": "jensyt@gmail.com",
"url": "https://github.com/homebrewing"
},
"bugs": {
"url": "https://github.com/jensyt/imurmurhash-js/issues"
},
"dependencies": {},
2020-01-28 13:07:56 +08:00
"description": "An incremental implementation of MurmurHash3",
2020-03-22 05:13:25 +08:00
"devDependencies": {},
"engines": {
"node": ">=0.8.19"
},
2020-01-28 13:07:56 +08:00
"files": [
"imurmurhash.js",
"imurmurhash.min.js",
"package.json",
"README.md"
],
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/jensyt/imurmurhash-js",
2020-01-28 13:07:56 +08:00
"keywords": [
"murmur",
"murmurhash",
"murmurhash3",
"hash",
"incremental"
],
"license": "MIT",
2020-03-22 05:13:25 +08:00
"main": "imurmurhash.js",
"name": "imurmurhash",
"repository": {
"type": "git",
"url": "git+https://github.com/jensyt/imurmurhash-js.git"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"version": "0.1.4"
2020-01-28 13:07:56 +08:00
}