{
  "_from": "@emotion/hash@^0.9.0",
  "_id": "@emotion/hash@0.9.0",
  "_inBundle": false,
  "_integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==",
  "_location": "/@emotion/hash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@emotion/hash@^0.9.0",
    "name": "@emotion/hash",
    "escapedName": "@emotion%2fhash",
    "scope": "@emotion",
    "rawSpec": "^0.9.0",
    "saveSpec": null,
    "fetchSpec": "^0.9.0"
  },
  "_requiredBy": [
    "/@emotion/babel-plugin",
    "/@emotion/serialize"
  ],
  "_resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz",
  "_shasum": "c5153d50401ee3c027a57a177bc269b16d889cb7",
  "_spec": "@emotion/hash@^0.9.0",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/@emotion/babel-plugin",
  "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",
      "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",
  "publishConfig": {
    "access": "public"
  },
  "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.0"
}
