项目原始demo,不改动
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Questo repository è archiviato. Puoi vedere i file e clonarli, ma non puoi effettuare richieste di pushj o aprire problemi/richieste di pull.
 
 
 
 

101 righe
3.3 KiB

  1. {
  2. "_args": [
  3. [
  4. "resize-observer-polyfill@1.5.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_from": "resize-observer-polyfill@1.5.0",
  9. "_id": "resize-observer-polyfill@1.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-M2AelyJDVR/oLnToJLtuDJRBBWUGUvvGigj1411hXhAdyFWqMaqHp7TixW3FpiLuVaikIcR1QL+zqoJoZlOgpg==",
  12. "_location": "/resize-observer-polyfill",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "resize-observer-polyfill@1.5.0",
  18. "name": "resize-observer-polyfill",
  19. "escapedName": "resize-observer-polyfill",
  20. "rawSpec": "1.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.0"
  23. },
  24. "_requiredBy": [
  25. "/element-ui"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.0.tgz",
  28. "_spec": "1.5.0",
  29. "_where": "D:\\A易云\\YiYunJianZhu",
  30. "author": {
  31. "name": "Denis Rul",
  32. "email": "que.etc@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/que-etc/resize-observer-polyfill/issues"
  36. },
  37. "description": "A polyfill for the Resize Observer API",
  38. "devDependencies": {
  39. "babel-core": "^6.26.0",
  40. "babel-eslint": "^8.0.2",
  41. "babel-plugin-transform-async-to-generator": "^6.24.1",
  42. "babel-plugin-transform-class-properties": "^6.24.1",
  43. "babel-plugin-transform-regenerator": "^6.26.0",
  44. "cpy-cli": "^1.0.1",
  45. "eslint": "^4.11.0",
  46. "jasmine": "^2.8.0",
  47. "jasmine-core": "^2.8.0",
  48. "karma": "^1.7.1",
  49. "karma-chrome-launcher": "^2.2.0",
  50. "karma-firefox-launcher": "^1.0.1",
  51. "karma-jasmine": "^1.1.0",
  52. "karma-jasmine-html-reporter": "^0.2.2",
  53. "karma-rollup-preprocessor": "^5.0.2",
  54. "karma-sauce-launcher": "^1.2.0",
  55. "karma-sourcemap-loader": "^0.3.7",
  56. "karma-spec-reporter": "0.0.31",
  57. "promise-polyfill": "^6.0.2",
  58. "regenerator-runtime": "^0.11.0",
  59. "rollup": "^0.51.6",
  60. "rollup-plugin-babel": "^3.0.2",
  61. "rollup-plugin-buble": "^0.16.0"
  62. },
  63. "files": [
  64. "src/",
  65. "dist/"
  66. ],
  67. "homepage": "https://github.com/que-etc/resize-observer-polyfill",
  68. "keywords": [
  69. "ResizeObserver",
  70. "resize",
  71. "observer",
  72. "util",
  73. "client",
  74. "browser",
  75. "polyfill",
  76. "ponyfill"
  77. ],
  78. "license": "MIT",
  79. "main": "dist/ResizeObserver.js",
  80. "module": "dist/ResizeObserver.es.js",
  81. "name": "resize-observer-polyfill",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/que-etc/resize-observer-polyfill.git"
  85. },
  86. "scripts": {
  87. "build": "rollup -c && cpy src/index.js.flow dist --rename=ResizeObserver.js.flow",
  88. "test": "npm run test:lint && npm run test:spec",
  89. "test:ci": "npm run test:lint && npm run test:spec:sauce && npm run test:spec:node",
  90. "test:ci:pull": "npm run test:lint && karma start --browsers Firefox && npm run test:spec:node",
  91. "test:lint": "node ./node_modules/eslint/bin/eslint.js \"**/*.js\" --ignore-pattern \"/dist/\"",
  92. "test:spec": "karma start --browsers Chrome && npm run test:spec:node",
  93. "test:spec:custom": "karma start --no-browsers",
  94. "test:spec:native": "karma start --no-browsers --native",
  95. "test:spec:node": "npm run build && node tests/node/index.js",
  96. "test:spec:sauce": "karma start --sauce=windows && karma start --sauce=linux && karma start --sauce=osx && karma start --sauce=ios && karma start --sauce=android"
  97. },
  98. "types": "src/index.d.ts",
  99. "version": "1.5.0"
  100. }