mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-24 14:44:45 +00:00
.
This commit is contained in:
parent
beb1329f9f
commit
2b95e76931
7736 changed files with 1874747 additions and 51184 deletions
67
node_modules/imurmurhash/package.json
generated
vendored
Normal file
67
node_modules/imurmurhash/package.json
generated
vendored
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"imurmurhash@0.1.4",
|
||||
"/Users/eric/repos/actions/setup-node"
|
||||
]
|
||||
],
|
||||
"_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": [
|
||||
"/write-file-atomic"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
||||
"_spec": "0.1.4",
|
||||
"_where": "/Users/eric/repos/actions/setup-node",
|
||||
"author": {
|
||||
"name": "Jens Taylor",
|
||||
"email": "jensyt@gmail.com",
|
||||
"url": "https://github.com/homebrewing"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jensyt/imurmurhash-js/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "An incremental implementation of MurmurHash3",
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
"node": ">=0.8.19"
|
||||
},
|
||||
"files": [
|
||||
"imurmurhash.js",
|
||||
"imurmurhash.min.js",
|
||||
"package.json",
|
||||
"README.md"
|
||||
],
|
||||
"homepage": "https://github.com/jensyt/imurmurhash-js",
|
||||
"keywords": [
|
||||
"murmur",
|
||||
"murmurhash",
|
||||
"murmurhash3",
|
||||
"hash",
|
||||
"incremental"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "imurmurhash.js",
|
||||
"name": "imurmurhash",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/jensyt/imurmurhash-js.git"
|
||||
},
|
||||
"version": "0.1.4"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue