You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
3.3 KiB

5 years ago
  1. {
  2. "_from": "domdiff@^2.0.7",
  3. "_id": "domdiff@2.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tkfFrF0aas8ECV1l3gQ8GOEaFIrK5z4MoR2c0XXY6dGSyrBvsoUoG7t0Gk3c4tbowkhMYpMe0gay4D7Ao31XCw==",
  6. "_location": "/domdiff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "domdiff@^2.0.7",
  12. "name": "domdiff",
  13. "escapedName": "domdiff",
  14. "rawSpec": "^2.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.7"
  17. },
  18. "_requiredBy": [
  19. "/@riotjs/dom-bindings"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/domdiff/-/domdiff-2.0.7.tgz",
  22. "_shasum": "3ceca17746784964642bd0e78ca81156205d6351",
  23. "_spec": "domdiff@^2.0.7",
  24. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/@riotjs/dom-bindings",
  25. "author": {
  26. "name": "Andrea Giammarchi"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/WebReflection/domdiff/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@ungap/essential-map": "^0.2.0"
  34. },
  35. "deprecated": false,
  36. "description": "A fast and simple way to diff childNodes",
  37. "devDependencies": {
  38. "ascjs": "^2.5.1",
  39. "babel-cli": "^6.26.0",
  40. "babel-plugin-check-es2015-constants": "^6.22.0",
  41. "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
  42. "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
  43. "babel-plugin-transform-es2015-block-scoping": "^6.26.0",
  44. "babel-plugin-transform-es2015-classes": "^6.24.1",
  45. "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
  46. "babel-plugin-transform-es2015-destructuring": "^6.23.0",
  47. "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
  48. "babel-plugin-transform-es2015-function-name": "^6.24.1",
  49. "babel-plugin-transform-es2015-literals": "^6.22.0",
  50. "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
  51. "babel-plugin-transform-es2015-spread": "^6.22.0",
  52. "babel-plugin-transform-es2015-template-literals": "^6.22.0",
  53. "coveralls": "^3.0.5",
  54. "istanbul": "^0.4.5",
  55. "rollup": "^0.52.3",
  56. "rollup-plugin-babel": "^3.0.7",
  57. "rollup-plugin-node-resolve": "^3.4.0",
  58. "tressa": "^0.3.1",
  59. "uglify-js": "^2.8.29"
  60. },
  61. "directories": {
  62. "test": "test"
  63. },
  64. "homepage": "https://github.com/WebReflection/domdiff#readme",
  65. "keywords": [
  66. "dom",
  67. "diff"
  68. ],
  69. "license": "ISC",
  70. "main": "cjs/index.js",
  71. "module": "esm/index.js",
  72. "name": "domdiff",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/WebReflection/domdiff.git"
  76. },
  77. "scripts": {
  78. "build": "npm run cjs && npm run bundle && npm run min && npm run test && npm run size",
  79. "bundle": "rollup --config rollup.config.js && npm run cleanup",
  80. "cjs": "ascjs ./esm ./cjs && sed -i.bck 's/(m => m.__esModule ? m.default : m)//' cjs/utils.js && rm cjs/utils.js.bck",
  81. "cleanup": "echo \"$(cat index.js | sed 's/return exports;/return domdiff;/' | sed -e 's/exports.*;//g' | sed 's/exports//' | sed 's/}({}));/}());/')\" > index.js",
  82. "coveralls": "cat ./coverage/lcov.info | coveralls",
  83. "min": "uglifyjs index.js --support-ie8 --comments=/^!/ -cmo min.js",
  84. "size": "echo \"gzip: $(cat min.js | gzip -c9 | wc -c)\" && echo \"brotli: $(cat min.js | brotli | wc -c)\" && echo ''",
  85. "test": "istanbul cover test/node.js"
  86. },
  87. "types": "types.d.ts",
  88. "unpkg": "min.js",
  89. "version": "2.0.7"
  90. }