79 lines
2.3 KiB
JSON
79 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"countup.js@2.6.0",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "countup.js@2.6.0",
|
|
"_id": "countup.js@2.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-GeORCrCcaFUHP3RNf0/dWK+XQX+fsdtrMO31mNvsbKXNNG+DMTcgZ4dWpIG9BnOS8t5+iJbaRXgaaG9oLs0N4g==",
|
|
"_location": "/countup.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "countup.js@2.6.0",
|
|
"name": "countup.js",
|
|
"escapedName": "countup.js",
|
|
"rawSpec": "2.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-countup"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.6.0.tgz",
|
|
"_spec": "2.6.0",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "@inorganik"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/inorganik/countUp.js/issues"
|
|
},
|
|
"description": "Animates a numerical value by counting to it",
|
|
"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",
|
|
"browserify": "^17.0.0",
|
|
"del": "^6.1.1",
|
|
"eslint": "^8.26.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-uglify": "^3.0.2",
|
|
"http-server": "^14.1.1",
|
|
"jest": "^28.1.3",
|
|
"jest-environment-jsdom": "^28.1.3",
|
|
"rollup": "^2.79.1",
|
|
"ts-jest": "^28.0.8",
|
|
"typescript": "^4.8.4",
|
|
"uglify-es": "^3.3.9"
|
|
},
|
|
"homepage": "https://github.com/inorganik/countUp.js#readme",
|
|
"license": "MIT",
|
|
"main": "./dist/countUp.umd.js",
|
|
"module": "./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": "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"
|
|
},
|
|
"types": "./dist/countUp.d.ts",
|
|
"version": "2.6.0"
|
|
}
|