fastiterationmap
Version:
an ES6 typescript Map that can be iterate like an Array
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "fastiterationmap",
"version": "1.3.0",
"description": "an ES6 typescript Map that can be iterate like an Array",
"main": "./dist/index.js",
"types": "./dist/src/FastIterationMap.d.ts",
"scripts": {
"test": "karma start",
"build": "webpack"
},
"keywords": [
"hashMap",
"Map",
"fast iteration hashMap"
],
"author": "jWA86",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jWA86/fastIterationMap"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.26",
"chai": "^4.1.2",
"es6-shim": "^0.35.3",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-typescript": "3.0.8",
"mocha": "^3.5.0",
"ts-loader": "3.5.0",
"typescript": "^2.8.1",
"webpack": "^3.11.0"
}
}