UNPKG

rust-map

Version:

A Rust inspired Map API for JS/TS

43 lines (42 loc) 1.08 kB
{ "name": "rust-map", "version": "2.0.2", "description": "A Rust inspired Map API for JS/TS", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "rust", "map", "ergonomics", "key", "value", "entry", "retain", "orInsert", "orInsertWith", "orConstruct" ], "scripts": { "test": "tsc && node ./dist/test.js", "build": "tsc" }, "author": "rope_ <rope.hmg@gmail.com>", "bugs": { "url": "https://github.com/rope-hmg/rust-map/issues" }, "repository": { "type": "git", "url": "https://github.com/rope-hmg/rust-map.git" }, "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.25.0", "@typescript-eslint/parser": "^2.25.0", "absolute_unit_test": "^1.0.6", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-prettier": "^3.1.2", "prettier": "^2.0.2", "typescript": "^3.8.3" } }