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.

68 lines
2.2 KiB

5 years ago
  1. {
  2. "_from": "@ungap/essential-map@^0.2.0",
  3. "_id": "@ungap/essential-map@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PM7rUPhH2IAeDZXGjMi1KwNVW/4b/wxfzlPkZSXacHA5A98n+PdCou+HD2EaeXlO8pY5Tp81Ysg+J2xB7J/mjw==",
  6. "_location": "/@ungap/essential-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@ungap/essential-map@^0.2.0",
  12. "name": "@ungap/essential-map",
  13. "escapedName": "@ungap%2fessential-map",
  14. "scope": "@ungap",
  15. "rawSpec": "^0.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.2.0"
  18. },
  19. "_requiredBy": [
  20. "/domdiff"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@ungap/essential-map/-/essential-map-0.2.0.tgz",
  23. "_shasum": "c8721ac3512331c9b80382be99fff1b04eedba1d",
  24. "_spec": "@ungap/essential-map@^0.2.0",
  25. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/domdiff",
  26. "author": {
  27. "name": "Andrea Giammarchi"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ungap/essential-map/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "An essential Map poorlyfill for legacy browsers.",
  35. "devDependencies": {
  36. "coveralls": "^3.0.2",
  37. "istanbul": "^0.4.5",
  38. "uglify-js": "^3.4.9"
  39. },
  40. "homepage": "https://github.com/ungap/essential-map#readme",
  41. "keywords": [
  42. "Map",
  43. "essential",
  44. "poorlyfill",
  45. "polyfill",
  46. "legacy",
  47. "ungap"
  48. ],
  49. "license": "ISC",
  50. "main": "cjs/index.js",
  51. "module": "esm/index.js",
  52. "name": "@ungap/essential-map",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/ungap/essential-map.git"
  56. },
  57. "scripts": {
  58. "build": "npm run cjs && npm run esm && npm run min && npm run test && npm run size",
  59. "cjs": "cp index.js cjs/ && echo 'module.exports = self.Map;' >> cjs/index.js",
  60. "coveralls": "cat ./coverage/lcov.info | coveralls",
  61. "esm": "cp index.js esm/ && echo 'export default self.Map;' >> esm/index.js",
  62. "min": "uglifyjs index.js --support-ie8 --comments=/^!/ -c -m -o min.js",
  63. "size": "cat index.js | wc -c && cat min.js | wc -c && gzip -c9 min.js | wc -c && cat min.js | brotli | wc -c",
  64. "test": "istanbul cover test/index.js"
  65. },
  66. "unpkg": "min.js",
  67. "version": "0.2.0"
  68. }