package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "countup@^1.8.2",
  3. "_id": "countup@1.8.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1qOuy+h+dgLY4TroLb4ZC2hK7HYS2Z7mnSUvdzoYAU7EZbqOse1mKZta/KYPhDPfd9lPDyP3Tb4pH6a10RkoCw==",
  6. "_location": "/countup",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "countup@^1.8.2",
  12. "name": "countup",
  13. "escapedName": "countup",
  14. "rawSpec": "^1.8.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.8.2"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/countup/-/countup-1.8.2.tgz",
  22. "_shasum": "021ccc6a6f964540c6b27ed64681af27fb55f010",
  23. "_spec": "countup@^1.8.2",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  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. "@angular/core": "^2.2.3",
  34. "@types/core-js": "^0.9.34",
  35. "del": "~0.1.3",
  36. "gulp": "~3.8.10",
  37. "gulp-rename": "~1.2.0",
  38. "gulp-typescript": "^3.1.3",
  39. "gulp-uglify": "^1.4.2",
  40. "gulp-wrap-umd": "~0.2.1",
  41. "rxjs": "^5.0.1",
  42. "typescript": "^2.0.10",
  43. "zone.js": "^0.7.2"
  44. },
  45. "homepage": "https://github.com/inorganik/countUp.js#readme",
  46. "licenses": "MIT",
  47. "main": "./dist/countUp.min.js",
  48. "name": "countup",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/inorganik/countUp.js.git"
  52. },
  53. "scripts": {
  54. "build": "gulp",
  55. "clean": "gulp clean"
  56. },
  57. "version": "1.8.2"
  58. }