spaceout/front_end/node_modules/@emotion/hash/package.json
2020-12-12 10:25:30 -05:00

61 lines
1.5 KiB
JSON

{
"_args": [
[
"@emotion/hash@0.8.0",
"/home/chinmay/Desktop/HackTJ2020/frontend"
]
],
"_from": "@emotion/hash@0.8.0",
"_id": "@emotion/hash@0.8.0",
"_inBundle": false,
"_integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
"_location": "/@emotion/hash",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@emotion/hash@0.8.0",
"name": "@emotion/hash",
"escapedName": "@emotion%2fhash",
"scope": "@emotion",
"rawSpec": "0.8.0",
"saveSpec": null,
"fetchSpec": "0.8.0"
},
"_requiredBy": [
"/@material-ui/styles"
],
"_resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
"_spec": "0.8.0",
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
"browser": {
"./dist/hash.cjs.js": "./dist/hash.browser.cjs.js",
"./dist/hash.esm.js": "./dist/hash.browser.esm.js"
},
"description": "A MurmurHash2 implementation",
"devDependencies": {
"dtslint": "^0.3.0"
},
"files": [
"src",
"dist",
"types"
],
"license": "MIT",
"main": "dist/hash.cjs.js",
"module": "dist/hash.esm.js",
"name": "@emotion/hash",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/master/packages/hash"
},
"scripts": {
"test:typescript": "dtslint types"
},
"types": "types/index.d.ts",
"version": "0.8.0"
}