package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "request-frame@1.5.3",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_from": "request-frame@1.5.3",
  9. "_id": "request-frame@1.5.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-gTwxYNmwI1g4iaqpdzibaPyqLj0=",
  12. "_location": "/request-frame",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "request-frame@1.5.3",
  18. "name": "request-frame",
  19. "escapedName": "request-frame",
  20. "rawSpec": "1.5.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.3"
  23. },
  24. "_requiredBy": [
  25. "/xgplayer"
  26. ],
  27. "_resolved": "https://registry.npm.taobao.org/request-frame/download/request-frame-1.5.3.tgz",
  28. "_spec": "1.5.3",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  30. "author": {
  31. "name": "Julien Etienne"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/julienetie/request-frame/issues"
  35. },
  36. "description": "requestAnimationFrame & cancelAnimationFrame polyfill for optimal cross-browser development.",
  37. "devDependencies": {
  38. "babel-cli": "*",
  39. "babel-preset-es2015": "*",
  40. "babel-preset-es2015-rollup": "^1.2.0",
  41. "chai": "*",
  42. "gulp": "^3.9.1",
  43. "gulp-bump": "*",
  44. "gulp-concat": "*",
  45. "gulp-es-next": "*",
  46. "gulp-header": "*",
  47. "gulp-rename": "*",
  48. "http-server": "*",
  49. "mocha": "*",
  50. "requirejs": "*",
  51. "rollup": "*",
  52. "rollup-plugin-babel": "*",
  53. "rollup-watch": "*"
  54. },
  55. "homepage": "https://github.com/julienetie/request-frame",
  56. "jsnext:main": "dist/request-frame.es.js",
  57. "keywords": [
  58. "requestAnimationFrame",
  59. "webkitRequestAnimationFrame",
  60. "mozRequestAnimationFrame",
  61. "cancelAnimationFrame",
  62. "mozCancelAnimationFrame",
  63. "webkitCancelAnimationFrame",
  64. "webkitCancelRequestAnimationFrame",
  65. "setTimeout",
  66. "cancelTimeout",
  67. "timing functions",
  68. "requestAnimationFrame polyfill",
  69. "polyfill",
  70. "animation timing",
  71. "animation timestamp"
  72. ],
  73. "license": "MIT",
  74. "main": "dist/request-frame.js",
  75. "name": "request-frame",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/julienetie/request-frame.git"
  79. },
  80. "scripts": {
  81. "build": "rollup -c rollup/rollup.config.umd.js && rollup -c rollup/rollup.config.es.js",
  82. "bump": "gulp bump",
  83. "dummy": "wzrd dummy.js | wtch | garnish",
  84. "header": "gulp",
  85. "test": "http-server ./ -p 9999",
  86. "watch": "rollup -c rollup/rollup.config.umd.js -c --watch"
  87. },
  88. "version": "1.5.3"
  89. }