| Server IP : 14.225.204.176 / Your IP : 216.73.217.134 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/zinisoft.net-react/node_modules/countup.js/ |
Upload File : |
{
"name": "countup.js",
"description": "Animates a numerical value by counting to it",
"version": "2.6.2",
"license": "MIT",
"author": "Jamie Perkins",
"main": "./dist/countUp.min.js",
"module": "./dist/countUp.min.js",
"types": "./dist/countUp.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/inorganik/countUp.js.git"
},
"scripts": {
"build": "npm run clean && tsc && rollup -c rollup.config.js",
"clean": "rimraf dist/countUp.*",
"lint": "eslint -c .eslintrc.js --ext .ts ./src",
"serve": "http-server -o -c-1 ./",
"start": "npm run build && npm run serve",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-plugin-import": "^2.26.0",
"http-server": "^14.1.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"rimraf": "^5.0.0",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^28.0.8",
"typescript": "^4.8.4"
}
}