package.json 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "@tweenjs/tween.js@18.6.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@tweenjs/tween.js@18.6.4",
  10. "_id": "@tweenjs/tween.js@18.6.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QKPQqTZHEkhy3sjg/RvVkmaVtso=",
  13. "_location": "/@tweenjs/tween.js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@tweenjs/tween.js@18.6.4",
  19. "name": "@tweenjs/tween.js",
  20. "escapedName": "@tweenjs%2ftween.js",
  21. "scope": "@tweenjs",
  22. "rawSpec": "18.6.4",
  23. "saveSpec": null,
  24. "fetchSpec": "18.6.4"
  25. },
  26. "_requiredBy": [
  27. "/three-render-objects"
  28. ],
  29. "_resolved": "https://registry.nlark.com/@tweenjs/tween.js/download/@tweenjs/tween.js-18.6.4.tgz",
  30. "_spec": "18.6.4",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "tween.js contributors",
  34. "url": "https://github.com/tweenjs/tween.js/graphs/contributors"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/tweenjs/tween.js/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
  41. "devDependencies": {
  42. "@typescript-eslint/eslint-plugin": "^3.1.0",
  43. "@typescript-eslint/parser": "^3.1.0",
  44. "eslint": "^7.1.0",
  45. "eslint-config-prettier": "^6.7.0",
  46. "eslint-plugin-prettier": "^3.1.1",
  47. "nodeunit": "^0.11.3",
  48. "prettier": "^2.0.0",
  49. "rimraf": "^3.0.0",
  50. "rollup": "^2.0.0",
  51. "rollup-plugin-dts": "1.4.10",
  52. "tslib": "^1.10.0",
  53. "typescript": "^4.0.0"
  54. },
  55. "files": [
  56. "dist",
  57. "README.md",
  58. "LICENSE"
  59. ],
  60. "homepage": "https://github.com/tweenjs/tween.js",
  61. "keywords": [
  62. "tween",
  63. "interpolation"
  64. ],
  65. "license": "MIT",
  66. "main": "dist/tween.cjs.js",
  67. "module": "dist/tween.esm.js",
  68. "name": "@tweenjs/tween.js",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/tweenjs/tween.js.git"
  72. },
  73. "scripts": {
  74. "_release:push-branch": "git push --follow-tags --set-upstream origin `git rev-parse --abbrev-ref HEAD`",
  75. "build": "rimraf dist .tmp && node scripts/write-version.js && npm run tsc && npm run rollup-build",
  76. "dev": "(npm run tsc-watch -- --preserveWatchOutput & p1=$!; npm run rollup-build -- --watch & p2=$!; wait $p1 $p2)",
  77. "examples": "npx serve .",
  78. "lint": "npm run prettier -- --write && eslint 'src/**/*.ts' --fix",
  79. "prepare": "npm run build",
  80. "prettier": "prettier './**/*.{js,ts,md,json,html,css}'",
  81. "release:major": "npm version major --message 'v%s' && npm publish && npm run _release:push-branch",
  82. "release:minor": "npm version minor --message 'v%s' && npm publish && npm run _release:push-branch",
  83. "release:patch": "npm version patch --message 'v%s' && npm publish && npm run _release:push-branch",
  84. "rollup-build": "rollup -c ./rollup.config.js",
  85. "test": "npm run build && npm run test-unit && npm run test-lint",
  86. "test-lint": "npm run prettier -- --check && eslint 'src/**/*.ts'",
  87. "test-unit": "nodeunit test/unit/nodeunitheadless.js",
  88. "tsc": "tsc",
  89. "tsc-watch": "tsc --watch",
  90. "version": "npm test && git add ."
  91. },
  92. "types": "dist/tween.d.ts",
  93. "version": "18.6.4"
  94. }