package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "countup.js@^1.9.3",
  3. "_id": "countup.js@1.9.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-zj5QzXFgRB5HjwfaMYle3MDxyd0=",
  6. "_location": "/countup.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "countup.js@^1.9.3",
  12. "name": "countup.js",
  13. "escapedName": "countup.js",
  14. "rawSpec": "^1.9.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.9.3"
  17. },
  18. "_requiredBy": [
  19. "/@smallwei/avue"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/countup.js/-/countup.js-1.9.3.tgz",
  22. "_shasum": "ce3e50cd7160441e478f07da31895edcc0f1c9dd",
  23. "_spec": "countup.js@^1.9.3",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@smallwei\\avue",
  25. "bugs": {
  26. "url": "https://github.com/inorganik/countUp.js/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {},
  30. "deprecated": false,
  31. "description": "Animates a numerical value by counting to it",
  32. "devDependencies": {
  33. "del": "~0.1.3",
  34. "gulp": "~3.8.10",
  35. "gulp-rename": "~1.2.0",
  36. "gulp-uglify": "^1.4.2",
  37. "gulp-wrap-umd": "~0.2.1"
  38. },
  39. "homepage": "https://github.com/inorganik/countUp.js#readme",
  40. "license": "MIT",
  41. "main": "./dist/countUp.min.js",
  42. "name": "countup.js",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/inorganik/countUp.js.git"
  46. },
  47. "scripts": {
  48. "build": "gulp",
  49. "clean": "gulp clean"
  50. },
  51. "version": "1.9.3"
  52. }