Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
joplin / usr / lib / joplin / resources / app / node_modules / @emotion / hash / package.json
Size: Mime:
{
  "name": "@emotion/hash",
  "version": "0.9.0",
  "description": "A MurmurHash2 implementation",
  "main": "dist/emotion-hash.cjs.js",
  "module": "dist/emotion-hash.esm.js",
  "types": "types/index.d.ts",
  "license": "MIT",
  "repository": "https://github.com/emotion-js/emotion/tree/main/packages/hash",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "dist",
    "types/*.d.ts"
  ],
  "scripts": {
    "test:typescript": "dtslint types"
  },
  "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"
  }
}