typescript-map
Version:
ES6 Map Implemented in TypeScript
50 lines (49 loc) • 1.13 kB
JSON
{
"name": "typescript-map",
"version": "0.1.0",
"description": "ES6 Map Implemented in TypeScript",
"main": "index.js",
"scripts": {
"build": "bash build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/only_cliches/typescript-map.git"
},
"typescript": {
"definition": "index.d.ts"
},
"keywords": [
"collection",
"es6",
"shim",
"harmony",
"list",
"hash",
"map",
"polyfill",
"ponyfill",
"ecmascript",
"typescript",
"generics",
"data",
"structures",
"collections",
"dictionary",
"tree",
"stack",
"queue",
"set"
],
"author": "Scott Lott @only_cliches",
"license": "MIT",
"bugs": {
"url": "https://github.com/only_cliches/typescript-map/issues"
},
"homepage": "https://github.com/only_cliches/typescript-map#readme",
"devDependencies": {
"typescript": "^4.1.3",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0"
}
}