初始化fy
This commit is contained in:
27
uni_modules/UniDevTools/node_modules/string-hash/package.json
generated
vendored
Normal file
27
uni_modules/UniDevTools/node_modules/string-hash/package.json
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "string-hash",
|
||||
"version": "1.1.3",
|
||||
"description": "fast string hashing function",
|
||||
"license": "CC0-1.0",
|
||||
"keywords": [
|
||||
"string",
|
||||
"hashing"
|
||||
],
|
||||
"author": {
|
||||
"name": "The Dark Sky Company",
|
||||
"email": "developer@darksky.net"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/darkskyapp/string-hash.git"
|
||||
},
|
||||
"main": "./index",
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user