factory-map
Version:
Extension of ECMAScript 6 Map to provide default values where no key exists.
39 lines (38 loc) • 997 B
JSON
{
"name": "factory-map",
"version": "2.0.6",
"description": "Extension of ECMAScript 6 Map to provide default values where no key exists.",
"keywords": [
"map",
"default",
"factory"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BryceCicada/FactoryMap.git"
},
"homepage": "https://github.com/BryceCicada/FactoryMap",
"bugs": {
"url": "https://github.com/BryceCicada/FactoryMap/issues"
},
"declaration": true,
"main": "dist/FactoryMap.js",
"types": "dist/FactoryMap.d.ts",
"scripts": {
"lint": "./node_modules/.bin/tslint -p .",
"unittest": "./node_modules/.bin/mocha -r ts-node/register test/**/*",
"test": "npm run lint && npm run unittest",
"build": "tsc"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.2.3",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
}
}