doipjs/node_modules/@ungap/promise-all-settled/package.json
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00

72 lines
2.3 KiB
JSON

{
"_from": "@ungap/promise-all-settled@1.1.2",
"_id": "@ungap/promise-all-settled@1.1.2",
"_inBundle": false,
"_integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==",
"_location": "/@ungap/promise-all-settled",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ungap/promise-all-settled@1.1.2",
"name": "@ungap/promise-all-settled",
"escapedName": "@ungap%2fpromise-all-settled",
"scope": "@ungap",
"rawSpec": "1.1.2",
"saveSpec": null,
"fetchSpec": "1.1.2"
},
"_requiredBy": [
"/mocha"
],
"_resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz",
"_shasum": "aa58042711d6e3275dd37dc597e5d31e8c290a44",
"_spec": "@ungap/promise-all-settled@1.1.2",
"_where": "/home/yarmo/dev/keyoxide/doipjs/node_modules/mocha",
"author": {
"name": "Andrea Giammarchi"
},
"bugs": {
"url": "https://github.com/ungap/promise-all-settled/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A cross platform Promise.allSettled polyfill",
"devDependencies": {
"coveralls": "^3.1.0",
"nyc": "^15.0.1",
"uglify-js": "^3.9.1"
},
"exports": {
"import": "./esm/index.js",
"default": "./cjs/index.js"
},
"homepage": "https://github.com/ungap/promise-all-settled#readme",
"keywords": [
"Promise",
"allSettled",
"polyfill",
"utility",
"ungap"
],
"license": "ISC",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"name": "@ungap/promise-all-settled",
"repository": {
"type": "git",
"url": "git+https://github.com/ungap/promise-all-settled.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 = allSettled;' >> cjs/index.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"esm": "cp index.js esm/ && echo 'export default allSettled;' >> 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": "nyc node test/index.js"
},
"type": "module",
"unpkg": "min.js",
"version": "1.1.2"
}