hensei-web/node_modules/string-hash/package.json
2020-09-11 06:44:42 -07:00

55 lines
1.4 KiB
JSON

{
"_from": "string-hash@^1.1.1",
"_id": "string-hash@1.1.3",
"_inBundle": false,
"_integrity": "sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=",
"_location": "/string-hash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "string-hash@^1.1.1",
"name": "string-hash",
"escapedName": "string-hash",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/postcss-modules"
],
"_resolved": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz",
"_shasum": "e8aafc0ac1855b4666929ed7dd1275df5d6c811b",
"_spec": "string-hash@^1.1.1",
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/postcss-modules",
"author": {
"name": "The Dark Sky Company",
"email": "developer@darksky.net"
},
"bugs": {
"url": "https://github.com/darkskyapp/string-hash/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "fast string hashing function",
"devDependencies": {
"mocha": "*"
},
"homepage": "https://github.com/darkskyapp/string-hash#readme",
"keywords": [
"string",
"hashing"
],
"license": "CC0-1.0",
"main": "./index",
"name": "string-hash",
"repository": {
"type": "git",
"url": "git://github.com/darkskyapp/string-hash.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.3"
}