TransFlow/node_modules/@tweenjs/tween.js/package.json

94 lines
3.2 KiB
JSON

{
"_args": [
[
"@tweenjs/tween.js@18.6.4",
"D:\\视频边缘1215\\TransFlow"
]
],
"_from": "@tweenjs/tween.js@18.6.4",
"_id": "@tweenjs/tween.js@18.6.4",
"_inBundle": false,
"_integrity": "sha512-lB9lMjuqjtuJrx7/kOkqQBtllspPIN+96OvTCeJ2j5FEzinoAXTdAMFnDAQT1KVPRlnYfBrqxtqP66vDM40xxQ==",
"_location": "/@tweenjs/tween.js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@tweenjs/tween.js@18.6.4",
"name": "@tweenjs/tween.js",
"escapedName": "@tweenjs%2ftween.js",
"scope": "@tweenjs",
"rawSpec": "18.6.4",
"saveSpec": null,
"fetchSpec": "18.6.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@tweenjs/tween.js/-/tween.js-18.6.4.tgz",
"_spec": "18.6.4",
"_where": "D:\\视频边缘1215\\TransFlow",
"author": {
"name": "tween.js contributors",
"url": "https://github.com/tweenjs/tween.js/graphs/contributors"
},
"bugs": {
"url": "https://github.com/tweenjs/tween.js/issues"
},
"dependencies": {},
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"nodeunit": "^0.11.3",
"prettier": "^2.0.0",
"rimraf": "^3.0.0",
"rollup": "^2.0.0",
"rollup-plugin-dts": "1.4.10",
"tslib": "^1.10.0",
"typescript": "^4.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/tweenjs/tween.js",
"keywords": [
"tween",
"interpolation"
],
"license": "MIT",
"main": "dist/tween.cjs.js",
"module": "dist/tween.esm.js",
"name": "@tweenjs/tween.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tweenjs/tween.js.git"
},
"scripts": {
"_release:push-branch": "git push --follow-tags --set-upstream origin `git rev-parse --abbrev-ref HEAD`",
"build": "rimraf dist .tmp && node scripts/write-version.js && npm run tsc && npm run rollup-build",
"dev": "(npm run tsc-watch -- --preserveWatchOutput & p1=$!; npm run rollup-build -- --watch & p2=$!; wait $p1 $p2)",
"examples": "npx serve .",
"lint": "npm run prettier -- --write && eslint 'src/**/*.ts' --fix",
"prepare": "npm run build",
"prettier": "prettier './**/*.{js,ts,md,json,html,css}'",
"release:major": "npm version major --message 'v%s' && npm publish && npm run _release:push-branch",
"release:minor": "npm version minor --message 'v%s' && npm publish && npm run _release:push-branch",
"release:patch": "npm version patch --message 'v%s' && npm publish && npm run _release:push-branch",
"rollup-build": "rollup -c ./rollup.config.js",
"test": "npm run build && npm run test-unit && npm run test-lint",
"test-lint": "npm run prettier -- --check && eslint 'src/**/*.ts'",
"test-unit": "nodeunit test/unit/nodeunitheadless.js",
"tsc": "tsc",
"tsc-watch": "tsc --watch",
"version": "npm test && git add ."
},
"types": "dist/tween.d.ts",
"version": "18.6.4"
}