代码拉取完成,页面将自动刷新
{
"name": "ola",
"version": "1.2.1",
"description": "Smooth animation library for interpolating numbers in real time",
"homepage": "https://github.com/franciscop/ola#readme",
"repository": "https://github.com/franciscop/ola.git",
"bugs": "https://github.com/franciscop/ola/issues",
"funding": {
"url": "https://www.paypal.me/franciscopresencia/19"
},
"author": "Francisco Presencia <public@francisco.io> (https://francisco.io/)",
"license": "MIT",
"scripts": {
"build": "rollup ola.js --name Ola --output.format umd | uglifyjs -o ola.min.js",
"ugly": "uglifyjs --version",
"test": "jest --coverage",
"size": "echo \"$(gzip -c ola.min.js | wc -c) bytes\" # Only for Unix",
"watch": "jest --watch"
},
"keywords": [
"value",
"interpolation",
"inbetweening",
"animation",
"transition",
"smooth",
"tween",
"js"
],
"main": "ola.min.js",
"files": [],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"rollup": "^1.11.3",
"uglify-es": "^3.3.9"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。