| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_from": "nzh@^1.0.5",
- "_id": "nzh@1.0.13",
- "_inBundle": false,
- "_integrity": "sha512-K3npIPUq155Oqal3KHZZ8fjiAiBw3NOGcdisTbxr0KQ4N1xlqgsMwzJ1a/oagcsl7f1FWnFh56MSS15fqvCF+Q==",
- "_location": "/nzh",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "nzh@^1.0.5",
- "name": "nzh",
- "escapedName": "nzh",
- "rawSpec": "^1.0.5",
- "saveSpec": null,
- "fetchSpec": "^1.0.5"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/nzh/-/nzh-1.0.13.tgz",
- "_shasum": "76a6dfa52bde391b6807f2346bfbcc653e8bf830",
- "_spec": "nzh@^1.0.5",
- "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
- "author": {
- "name": "cnwhy",
- "email": "w.why@163.com"
- },
- "bugs": {
- "url": "https://github.com/cnwhy/nzh/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "数字转中文,大写,金额",
- "devDependencies": {
- "gulp": "^3.9.1",
- "gulp-browserify": "^0.5.1",
- "gulp-header": "^1.8.8",
- "gulp-mocha": "^3.0.1",
- "gulp-mocha-phantomjs": "^0.12.1",
- "gulp-rename": "^1.2.2",
- "gulp-uglify": "^2.0.1",
- "rollup": "^0.63.4",
- "rollup-plugin-commonjs": "^9.1.3",
- "rollup-plugin-node-resolve": "^3.3.0"
- },
- "exports": {
- ".": {
- "types": "./nzh.d.ts",
- "import": "./nzh.js",
- "require": "./nzh.js"
- },
- "./cn": {
- "types": "./nzh.d.ts",
- "import": "./cn.js",
- "require": "./cn.js"
- },
- "./hk": {
- "types": "./nzh.d.ts",
- "import": "./hk.js",
- "require": "./hk.js"
- }
- },
- "files": [
- "src/*",
- "dist/*",
- "nzh.js",
- "cn.js",
- "hk.js",
- "nzh.d.ts"
- ],
- "homepage": "http://cnwhy.github.io/nzh",
- "keywords": [
- "数字转中文",
- "数字转金额",
- "中文数字转阿拉伯数字",
- "中文数字"
- ],
- "license": "BSD-2-Clause",
- "main": "nzh.js",
- "name": "nzh",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cnwhy/nzh.git"
- },
- "scripts": {
- "build": "gulp build",
- "test": "_mocha test/test_mocha.js"
- },
- "types": "nzh.d.ts",
- "version": "1.0.13"
- }
|