ts-hashcode
Version:
A module for generating a hashcode, written in TypeScript.
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "ts-hashcode",
"description": "A module for generating a hashcode, written in TypeScript.",
"version": "1.0.2",
"homepage": "https://github.com/codybonney/ts-hashcode",
"author": "Cody Bonney (https://github.com/codybonney)",
"contributors": [],
"repository": "https://github.com/codybonney/ts-hashcode",
"bugs": {
"url": "https://github.com/codybonney/ts-hashcode"
},
"license": "MIT",
"files": [
"dist/index.js",
"dist/index.d.ts"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "nyc jasmine-ts tsconfig.json --config=./jasmine.json",
"coverage": "nyc npm run test",
"report": "npm run coverage && nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"typeof-util": "^1.0.7"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/jasmine": "^3.4.6",
"@types/node": "^12.12.6",
"coveralls": "^3.0.9",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"jasmine-ts": "^0.3.0",
"nyc": "^14.1.1",
"source-map-support": "^0.5.13",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
},
"keywords": [
"hash",
"hashcode",
"typescript",
"javascript",
"module",
"util",
"utilities",
"helper"
]
}