API/api.medcify.app/node_modules/es5-ext/package.json

170 lines
4.0 KiB
JSON
Raw Permalink Normal View History

2022-09-26 06:11:44 +00:00
{
"_from": "es5-ext@^0.10.59",
"_id": "es5-ext@0.10.61",
"_inBundle": false,
"_integrity": "sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==",
"_location": "/es5-ext",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "es5-ext@^0.10.59",
"name": "es5-ext",
"escapedName": "es5-ext",
"rawSpec": "^0.10.59",
"saveSpec": null,
"fetchSpec": "^0.10.59"
},
"_requiredBy": [
"/cli-color",
"/d",
"/es6-iterator",
"/es6-weak-map",
"/event-emitter",
"/lru-queue",
"/memoizee",
"/timers-ext"
],
"_resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.61.tgz",
"_shasum": "311de37949ef86b6b0dcea894d1ffedb909d3269",
"_spec": "es5-ext@^0.10.59",
"_where": "/var/www/api.medcify.app/node_modules/cli-color",
"author": {
"name": "Mariusz Nowak",
"email": "medyk@medikoo.com",
"url": "http://www.medikoo.com/"
},
"bugs": {
"url": "https://github.com/medikoo/es5-ext/issues"
},
"bundleDependencies": false,
"dependencies": {
"es6-iterator": "^2.0.3",
"es6-symbol": "^3.1.3",
"next-tick": "^1.1.0"
},
"deprecated": false,
"description": "ECMAScript extensions and shims",
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-medikoo": "^4.1.2",
"git-list-updated": "^1.2.1",
"github-release-from-cc-changelog": "^2.3.0",
"husky": "^4.3.8",
"lint-staged": "^12.3.8",
"nyc": "^15.1.0",
"plain-promise": "^0.1.1",
"prettier-elastic": "^2.2.1",
"tad": "^3.1.0"
},
"engines": {
"node": ">=0.10"
},
"eslintConfig": {
"extends": "medikoo/es5",
"root": true,
"rules": {
"no-extend-native": "off"
},
"overrides": [
{
"files": "global.js",
"globals": {
"__global__": true,
"globalThis": true,
"self": true,
"window": true
},
"rules": {
"strict": "off"
}
},
{
"files": "_postinstall.js",
"env": {
"node": true
}
}
]
},
"homepage": "https://github.com/medikoo/es5-ext#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"ecmascript",
"ecmascript5",
"ecmascript6",
"es5",
"es6",
"extensions",
"ext",
"addons",
"extras",
"harmony",
"javascript",
"polyfill",
"shim",
"util",
"utils",
"utilities"
],
"license": "ISC",
"lint-staged": {
"*.js": [
"eslint"
],
"*.{css,html,js,json,md,yaml,yml}": [
"prettier -c"
]
},
"name": "es5-ext",
"nyc": {
"all": true,
"exclude": [
".github",
"coverage/**",
"test/**",
"*.config.js"
],
"reporter": [
"lcov",
"html",
"text-summary"
]
},
"prettier": {
"printWidth": 100,
"tabWidth": 4,
"overrides": [
{
"files": [
"*.md",
"*.yml"
],
"options": {
"tabWidth": 2
}
}
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/medikoo/es5-ext.git"
},
"scripts": {
"coverage": "nyc npm test",
"lint": "eslint --ignore-path=.gitignore .",
"lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'",
"postinstall": " node -e \"try{require('./_postinstall')}catch(e){}\" || exit 0",
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
"prettier-check:updated": "pipe-git-updated --base=main --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
"prettify:updated": "pipe-git-updated ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
"test": "node ./node_modules/tad/bin/tad"
},
"version": "0.10.61"
}