{ "_args": [ [ "ext@1.6.0", "C:\\laragon\\www\\idlers" ] ], "_development": true, "_from": "ext@1.6.0", "_id": "ext@1.6.0", "_inBundle": false, "_integrity": "sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==", "_location": "/ext", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ext@1.6.0", "name": "ext", "escapedName": "ext", "rawSpec": "1.6.0", "saveSpec": null, "fetchSpec": "1.6.0" }, "_requiredBy": [ "/es6-symbol" ], "_resolved": "https://registry.npmjs.org/ext/-/ext-1.6.0.tgz", "_spec": "1.6.0", "_where": "C:\\laragon\\www\\idlers", "author": { "name": "Mariusz Nowak", "email": "medyk@medikoo.com", "url": "http://www.medikoo.com/" }, "bugs": { "url": "https://github.com/medikoo/es5-ext/issues" }, "dependencies": { "type": "^2.5.0" }, "description": "JavaScript utilities with respect to emerging standard", "devDependencies": { "chai": "^4.3.4", "eslint": "^7.32.0", "eslint-config-medikoo": "^4.1.0", "git-list-updated": "^1.2.1", "husky": "^4.3.8", "lint-staged": "^11.1.2", "mocha": "^6.2.3", "prettier-elastic": "^2.2.1", "sinon": "^8.1.1", "timers-ext": "^0.1.7" }, "eslintConfig": { "extends": "medikoo/es3", "root": true, "overrides": [ { "files": "global-this/implementation.js", "globals": { "__global__": true, "self": true, "window": true }, "rules": { "no-extend-native": "off", "strict": "off" } }, { "files": [ "global-this/is-implemented.js", "global-this/index.js" ], "globals": { "globalThis": true } }, { "files": "test/**/*.js", "env": { "mocha": true } }, { "files": [ "test/promise/limit.js", "test/thenable_/finally.js" ], "globals": { "Promise": true } } ] }, "eslintIgnore": [ "_es5-ext" ], "homepage": "https://github.com/medikoo/es5-ext/tree/ext#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "ecmascript", "es", "es6", "extensions", "ext", "addons", "lodash", "extras", "harmony", "javascript", "polyfill", "shim", "util", "utils", "utilities" ], "license": "ISC", "lint-staged": { "*.js": [ "eslint" ], "*.{css,html,js,json,md,yaml,yml}": [ "prettier -c" ] }, "mocha": { "recursive": true }, "name": "ext", "prettier": { "printWidth": 100, "tabWidth": 4, "quoteProps": "preserve", "overrides": [ { "files": "*.md", "options": { "tabWidth": 2 } } ] }, "repository": { "type": "git", "url": "git+https://github.com/medikoo/es5-ext.git#ext" }, "scripts": { "lint": "eslint .", "lint-updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'", "prettier-check-updated": "pipe-git-updated --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}'", "test": "mocha" }, "version": "1.6.0" }