package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "nzh@^1.0.5",
  3. "_id": "nzh@1.0.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-K3npIPUq155Oqal3KHZZ8fjiAiBw3NOGcdisTbxr0KQ4N1xlqgsMwzJ1a/oagcsl7f1FWnFh56MSS15fqvCF+Q==",
  6. "_location": "/nzh",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nzh@^1.0.5",
  12. "name": "nzh",
  13. "escapedName": "nzh",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/nzh/-/nzh-1.0.13.tgz",
  22. "_shasum": "76a6dfa52bde391b6807f2346bfbcc653e8bf830",
  23. "_spec": "nzh@^1.0.5",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "cnwhy",
  27. "email": "w.why@163.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/cnwhy/nzh/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "数字转中文,大写,金额",
  35. "devDependencies": {
  36. "gulp": "^3.9.1",
  37. "gulp-browserify": "^0.5.1",
  38. "gulp-header": "^1.8.8",
  39. "gulp-mocha": "^3.0.1",
  40. "gulp-mocha-phantomjs": "^0.12.1",
  41. "gulp-rename": "^1.2.2",
  42. "gulp-uglify": "^2.0.1",
  43. "rollup": "^0.63.4",
  44. "rollup-plugin-commonjs": "^9.1.3",
  45. "rollup-plugin-node-resolve": "^3.3.0"
  46. },
  47. "exports": {
  48. ".": {
  49. "types": "./nzh.d.ts",
  50. "import": "./nzh.js",
  51. "require": "./nzh.js"
  52. },
  53. "./cn": {
  54. "types": "./nzh.d.ts",
  55. "import": "./cn.js",
  56. "require": "./cn.js"
  57. },
  58. "./hk": {
  59. "types": "./nzh.d.ts",
  60. "import": "./hk.js",
  61. "require": "./hk.js"
  62. }
  63. },
  64. "files": [
  65. "src/*",
  66. "dist/*",
  67. "nzh.js",
  68. "cn.js",
  69. "hk.js",
  70. "nzh.d.ts"
  71. ],
  72. "homepage": "http://cnwhy.github.io/nzh",
  73. "keywords": [
  74. "数字转中文",
  75. "数字转金额",
  76. "中文数字转阿拉伯数字",
  77. "中文数字"
  78. ],
  79. "license": "BSD-2-Clause",
  80. "main": "nzh.js",
  81. "name": "nzh",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/cnwhy/nzh.git"
  85. },
  86. "scripts": {
  87. "build": "gulp build",
  88. "test": "_mocha test/test_mocha.js"
  89. },
  90. "types": "nzh.d.ts",
  91. "version": "1.0.13"
  92. }