package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "numeral@^2.0.6",
  3. "_id": "numeral@2.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qaKRmtYPZ5qdw4jWJD6bxEf1FJEqllJrwxCLIm0sQU/A7v2/czigzOb+C2uSiFsa9lBUzeH7M1oK+Q+OLxL3kA==",
  6. "_location": "/numeral",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "numeral@^2.0.6",
  12. "name": "numeral",
  13. "escapedName": "numeral",
  14. "rawSpec": "^2.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.6"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/numeral/-/numeral-2.0.6.tgz",
  22. "_shasum": "4ad080936d443c2561aed9f2197efffe25f4e506",
  23. "_spec": "numeral@^2.0.6",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "Adam Draper",
  27. "email": "adamwdraper@gmail.com",
  28. "url": "http://github.com/adamwdraper"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/adamwdraper/Numeral-js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Format and manipulate numbers.",
  36. "devDependencies": {
  37. "chai": "^3.5.0",
  38. "grunt": "latest",
  39. "grunt-contrib-copy": "^1.0.0",
  40. "grunt-contrib-jshint": "latest",
  41. "grunt-contrib-nodeunit": "1.0.0",
  42. "grunt-contrib-uglify": "latest",
  43. "grunt-karma": "^2.0.0",
  44. "grunt-mocha-test": "^0.13.2",
  45. "grunt-saucelabs": "*",
  46. "grunt-string-replace": "^1.3.1",
  47. "karma": "^1.3.0",
  48. "karma-chai": "^0.1.0",
  49. "karma-chrome-launcher": "^2.0.0",
  50. "karma-firefox-launcher": "^1.0.0",
  51. "karma-mocha": "^1.3.0",
  52. "karma-mocha-reporter": "^2.2.1",
  53. "karma-sauce-launcher": "^1.1.0",
  54. "load-grunt-tasks": "^3.5.2",
  55. "mocha": "^3.1.2",
  56. "uglify-js": "latest"
  57. },
  58. "ender": "./ender.js",
  59. "engines": {
  60. "node": "*"
  61. },
  62. "homepage": "http://numeraljs.com",
  63. "keywords": [
  64. "numeral",
  65. "number",
  66. "format",
  67. "time",
  68. "money",
  69. "percentage"
  70. ],
  71. "license": "MIT",
  72. "main": "./numeral.js",
  73. "name": "numeral",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/adamwdraper/Numeral-js.git"
  77. },
  78. "scripts": {
  79. "test": "grunt"
  80. },
  81. "version": "2.0.6"
  82. }