package.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "resize-observer-polyfill@^1.5.0",
  3. "_id": "resize-observer-polyfill@1.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==",
  6. "_location": "/resize-observer-polyfill",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "resize-observer-polyfill@^1.5.0",
  12. "name": "resize-observer-polyfill",
  13. "escapedName": "resize-observer-polyfill",
  14. "rawSpec": "^1.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.0"
  17. },
  18. "_requiredBy": [
  19. "/element-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz",
  22. "_shasum": "0e9020dd3d21024458d4ebd27e23e40269810464",
  23. "_spec": "resize-observer-polyfill@^1.5.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\element-ui",
  25. "author": {
  26. "name": "Denis Rul",
  27. "email": "que.etc@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/que-etc/resize-observer-polyfill/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A polyfill for the Resize Observer API",
  35. "devDependencies": {
  36. "babel-eslint": "10.0.1",
  37. "cpy-cli": "2.0.0",
  38. "eslint": "5.10.0",
  39. "jasmine": "2.8.0",
  40. "jasmine-core": "2.8.0",
  41. "karma": "3.1.3",
  42. "karma-chrome-launcher": "2.2.0",
  43. "karma-firefox-launcher": "1.1.0",
  44. "karma-jasmine": "1.1.2",
  45. "karma-jasmine-html-reporter": "0.2.2",
  46. "karma-rollup-preprocessor": "6.1.1",
  47. "karma-sauce-launcher": "1.2.0",
  48. "karma-sourcemap-loader": "0.3.7",
  49. "karma-spec-reporter": "0.0.32",
  50. "promise-polyfill": "8.1.0",
  51. "rollup": "0.67.4",
  52. "rollup-plugin-typescript": "1.0.0",
  53. "typescript": "3.2.2"
  54. },
  55. "files": [
  56. "src/",
  57. "dist/"
  58. ],
  59. "homepage": "https://github.com/que-etc/resize-observer-polyfill",
  60. "keywords": [
  61. "ResizeObserver",
  62. "resize",
  63. "observer",
  64. "util",
  65. "client",
  66. "browser",
  67. "polyfill",
  68. "ponyfill"
  69. ],
  70. "license": "MIT",
  71. "main": "dist/ResizeObserver.js",
  72. "module": "dist/ResizeObserver.es.js",
  73. "name": "resize-observer-polyfill",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/que-etc/resize-observer-polyfill.git"
  77. },
  78. "scripts": {
  79. "build": "rollup -c && cpy src/index.js.flow dist --rename=ResizeObserver.js.flow",
  80. "test": "npm run test:lint && npm run test:spec",
  81. "test:ci": "npm run test:lint && npm run test:spec:sauce && npm run test:spec:node",
  82. "test:ci:pull": "npm run test:lint && karma start --browsers Firefox && npm run test:spec:node",
  83. "test:lint": "node ./node_modules/eslint/bin/eslint.js \"**/*.js\" --ignore-pattern \"/dist/\"",
  84. "test:spec": "karma start --browsers Chrome && npm run test:spec:node",
  85. "test:spec:custom": "karma start --no-browsers",
  86. "test:spec:native": "karma start --no-browsers --native",
  87. "test:spec:node": "npm run build && node tests/node/index.js",
  88. "test:spec:sauce": "karma start --sauce=windows && karma start --sauce=linux && karma start --sauce=osx"
  89. },
  90. "types": "src/index.d.ts",
  91. "version": "1.5.1"
  92. }