| Current Path : /home/emeraadmin/public_html/test/emeraltd_prod/node_modules/@emotion/hash/ |
| Current File : /home/emeraadmin/public_html/test/emeraltd_prod/node_modules/@emotion/hash/package.json |
{
"_from": "@emotion/hash@^0.9.1",
"_id": "@emotion/hash@0.9.1",
"_inBundle": false,
"_integrity": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==",
"_location": "/@emotion/hash",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@emotion/hash@^0.9.1",
"name": "@emotion/hash",
"escapedName": "@emotion%2fhash",
"scope": "@emotion",
"rawSpec": "^0.9.1",
"saveSpec": null,
"fetchSpec": "^0.9.1"
},
"_requiredBy": [
"/@emotion/serialize"
],
"_resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz",
"_shasum": "4ffb0055f7ef676ebc3a5a91fb621393294e2f43",
"_spec": "@emotion/hash@^0.9.1",
"_where": "C:\\xampp\\htdocs\\emeraltd\\node_modules\\@emotion\\serialize",
"bundleDependencies": false,
"deprecated": false,
"description": "A MurmurHash2 implementation",
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"typescript": "^4.5.5"
},
"exports": {
".": {
"module": "./dist/emotion-hash.esm.js",
"import": "./dist/emotion-hash.cjs.mjs",
"default": "./dist/emotion-hash.cjs.js"
},
"./package.json": "./package.json"
},
"files": [
"src",
"dist",
"types/*.d.ts"
],
"license": "MIT",
"main": "dist/emotion-hash.cjs.js",
"module": "dist/emotion-hash.esm.js",
"name": "@emotion/hash",
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/main/packages/hash"
},
"scripts": {
"test:typescript": "dtslint types"
},
"types": "types/index.d.ts",
"version": "0.9.1"
}