Fourth-assignment-vue/node_modules/string-hash/package.json

28 lines
494 B
JSON
Raw Normal View History

2024-11-08 03:03:26 +00:00
{
"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"
}
}