package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "countup.js@2.0.7",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "countup.js@2.0.7",
  9. "_id": "countup.js@2.0.7",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Vrcqh/wO48rbODVsJGzKyI+wqMw=",
  12. "_location": "/countup.js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "countup.js@2.0.7",
  18. "name": "countup.js",
  19. "escapedName": "countup.js",
  20. "rawSpec": "2.0.7",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.7"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/countup.js/download/countup.js-2.0.7.tgz",
  28. "_spec": "2.0.7",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  30. "author": {
  31. "name": "@inorganik"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/inorganik/countUp.js/issues"
  35. },
  36. "dependencies": {},
  37. "description": "Animates a numerical value by counting to it",
  38. "devDependencies": {
  39. "@types/jest": "^24.9.1",
  40. "browserify": "^16.5.1",
  41. "del": "^3.0.0",
  42. "gulp": "^4.0.2",
  43. "gulp-concat": "^2.6.1",
  44. "gulp-uglify": "^3.0.2",
  45. "http-server": "^0.12.3",
  46. "jest": "^24.9.0",
  47. "rollup": "^2.18.1",
  48. "ts-jest": "^24.3.0",
  49. "tslint": "^5.20.1",
  50. "typescript": "^3.9.5",
  51. "uglify-es": "^3.3.9"
  52. },
  53. "homepage": "https://github.com/inorganik/countUp.js#readme",
  54. "license": "MIT",
  55. "main": "./dist/countUp.min.js",
  56. "name": "countup.js",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/inorganik/countUp.js.git"
  60. },
  61. "scripts": {
  62. "build": "npm run clean && tsc && gulp && npm run build:umd",
  63. "build:umd": "rollup dist/countUp.js --format umd --file dist/countUp.umd.js --name countUp",
  64. "clean": "gulp clean",
  65. "lint": "tslint --project tsconfig.json",
  66. "serve": "http-server ./",
  67. "start": "npm run build && npm run serve",
  68. "test": "jest",
  69. "test:watch": "jest --watch"
  70. },
  71. "types": "./dist/countUp.d.ts",
  72. "version": "2.0.7"
  73. }