package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "raf@^3.4.1",
  3. "_id": "raf@3.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
  6. "_location": "/raf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "raf@^3.4.1",
  12. "name": "raf",
  13. "escapedName": "raf",
  14. "rawSpec": "^3.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.4.1"
  17. },
  18. "_requiredBy": [
  19. "/react-app-polyfill"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
  22. "_shasum": "0742e99a4a6552f445d73e3ee0328af0ff1ede39",
  23. "_spec": "raf@^3.4.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\react-app-polyfill",
  25. "author": {
  26. "name": "Chris Dickinson",
  27. "email": "chris@neversaw.us"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/chrisdickinson/raf/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Christian Maughan Tegnér",
  36. "email": "christian.tegner@gmail.com"
  37. }
  38. ],
  39. "dependencies": {
  40. "performance-now": "^2.1.0"
  41. },
  42. "deprecated": false,
  43. "description": "requestAnimationFrame polyfill for node and the browser",
  44. "devDependencies": {
  45. "browserify": "~4.1.2",
  46. "tape": "^4.0.0",
  47. "testling": "~1.6.1"
  48. },
  49. "homepage": "https://github.com/chrisdickinson/raf#readme",
  50. "keywords": [
  51. "requestAnimationFrame",
  52. "polyfill"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "raf",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/chrisdickinson/raf.git"
  60. },
  61. "scripts": {
  62. "test": "node test.js",
  63. "testling": "browserify test.js | testling"
  64. },
  65. "testling": {
  66. "files": "test.js",
  67. "browsers": [
  68. "iexplore/6.0..latest",
  69. "firefox/3.0..6.0",
  70. "firefox/15.0..latest",
  71. "firefox/nightly",
  72. "chrome/4.0..10.0",
  73. "chrome/20.0..latest",
  74. "chrome/canary",
  75. "opera/10.0..latest",
  76. "opera/next",
  77. "safari/4.0..latest",
  78. "ipad/6.0..latest",
  79. "iphone/6.0..latest"
  80. ]
  81. },
  82. "version": "3.4.1"
  83. }