UNPKG

type-gimei

Version:

type-gimei generates Japanese Language random data.

57 lines (56 loc) 1.28 kB
{ "name": "type-gimei", "version": "1.0.3", "description": "type-gimei generates Japanese Language random data.", "main": "./index.js", "keywords": [ "gimei", "type-gimei", "test data", "dummy data", "japanese", "ダミー", "日本語" ], "author": "abcb2", "contributors": [ { "name": "huideyeren" } ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/abcb2/type-gimei.git" }, "bugs": { "url": "https://github.com/abcb2/type-gimei/issues" }, "homepage": "https://github.com/abcb2/type-gimei", "dependencies": { "@types/js-yaml": "^3.12.6", "@types/node": "^10.17.55", "jaconv": "^1.0.4", "js-yaml": ">=3.13.1", "tslib": "^1.14.1" }, "devDependencies": { "@types/chai": "^4.2.15", "@types/lodash": "^4.14.168", "@types/mocha": "^5.2.7", "chai": "^4.3.4", "cross-env": "^5.2.1", "fs-extra": "^7.0.1", "klaw-sync": "^6.0.0", "lodash": ">=4.17.19", "mocha": "^9.1.3", "npm-run-all": "^4.1.3", "shx": "^0.3.3", "ts-node": "^7.0.1", "tsconfig-paths": "^3.9.0", "typescript": "^3.9.9" }, "typings": "./index.d.ts", "module": "./_esm5/index.js", "es2015": "./_esm2015/index.js" }