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

{
"_from": "@ungap/essential-map@^0.2.0",
"_id": "@ungap/essential-map@0.2.0",
"_inBundle": false,
"_integrity": "sha512-PM7rUPhH2IAeDZXGjMi1KwNVW/4b/wxfzlPkZSXacHA5A98n+PdCou+HD2EaeXlO8pY5Tp81Ysg+J2xB7J/mjw==",
"_location": "/@ungap/essential-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@ungap/essential-map@^0.2.0",
"name": "@ungap/essential-map",
"escapedName": "@ungap%2fessential-map",
"scope": "@ungap",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/domdiff"
],
"_resolved": "https://registry.npmjs.org/@ungap/essential-map/-/essential-map-0.2.0.tgz",
"_shasum": "c8721ac3512331c9b80382be99fff1b04eedba1d",
"_spec": "@ungap/essential-map@^0.2.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/domdiff",
"author": {
"name": "Andrea Giammarchi"
},
"bugs": {
"url": "https://github.com/ungap/essential-map/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An essential Map poorlyfill for legacy browsers.",
"devDependencies": {
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"uglify-js": "^3.4.9"
},
"homepage": "https://github.com/ungap/essential-map#readme",
"keywords": [
"Map",
"essential",
"poorlyfill",
"polyfill",
"legacy",
"ungap"
],
"license": "ISC",
"main": "cjs/index.js",
"module": "esm/index.js",
"name": "@ungap/essential-map",
"repository": {
"type": "git",
"url": "git+https://github.com/ungap/essential-map.git"
},
"scripts": {
"build": "npm run cjs && npm run esm && npm run min && npm run test && npm run size",
"cjs": "cp index.js cjs/ && echo 'module.exports = self.Map;' >> cjs/index.js",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"esm": "cp index.js esm/ && echo 'export default self.Map;' >> esm/index.js",
"min": "uglifyjs index.js --support-ie8 --comments=/^!/ -c -m -o min.js",
"size": "cat index.js | wc -c && cat min.js | wc -c && gzip -c9 min.js | wc -c && cat min.js | brotli | wc -c",
"test": "istanbul cover test/index.js"
},
"unpkg": "min.js",
"version": "0.2.0"
}