| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "countup.js@2.0.7",
- "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
- ]
- ],
- "_from": "countup.js@2.0.7",
- "_id": "countup.js@2.0.7",
- "_inBundle": false,
- "_integrity": "sha1-Vrcqh/wO48rbODVsJGzKyI+wqMw=",
- "_location": "/countup.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "countup.js@2.0.7",
- "name": "countup.js",
- "escapedName": "countup.js",
- "rawSpec": "2.0.7",
- "saveSpec": null,
- "fetchSpec": "2.0.7"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npm.taobao.org/countup.js/download/countup.js-2.0.7.tgz",
- "_spec": "2.0.7",
- "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
- "author": {
- "name": "@inorganik"
- },
- "bugs": {
- "url": "https://github.com/inorganik/countUp.js/issues"
- },
- "dependencies": {},
- "description": "Animates a numerical value by counting to it",
- "devDependencies": {
- "@types/jest": "^24.9.1",
- "browserify": "^16.5.1",
- "del": "^3.0.0",
- "gulp": "^4.0.2",
- "gulp-concat": "^2.6.1",
- "gulp-uglify": "^3.0.2",
- "http-server": "^0.12.3",
- "jest": "^24.9.0",
- "rollup": "^2.18.1",
- "ts-jest": "^24.3.0",
- "tslint": "^5.20.1",
- "typescript": "^3.9.5",
- "uglify-es": "^3.3.9"
- },
- "homepage": "https://github.com/inorganik/countUp.js#readme",
- "license": "MIT",
- "main": "./dist/countUp.min.js",
- "name": "countup.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/inorganik/countUp.js.git"
- },
- "scripts": {
- "build": "npm run clean && tsc && gulp && npm run build:umd",
- "build:umd": "rollup dist/countUp.js --format umd --file dist/countUp.umd.js --name countUp",
- "clean": "gulp clean",
- "lint": "tslint --project tsconfig.json",
- "serve": "http-server ./",
- "start": "npm run build && npm run serve",
- "test": "jest",
- "test:watch": "jest --watch"
- },
- "types": "./dist/countUp.d.ts",
- "version": "2.0.7"
- }
|