123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- {
- "_from": "ext@^1.1.2",
- "_id": "ext@1.7.0",
- "_inBundle": false,
- "_integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
- "_location": "/ext",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ext@^1.1.2",
- "name": "ext",
- "escapedName": "ext",
- "rawSpec": "^1.1.2",
- "saveSpec": null,
- "fetchSpec": "^1.1.2"
- },
- "_requiredBy": [
- "/es6-symbol"
- ],
- "_resolved": "https://registry.npmmirror.com/ext/-/ext-1.7.0.tgz",
- "_shasum": "0ea4383c0103d60e70be99e9a7f11027a33c4f5f",
- "_spec": "ext@^1.1.2",
- "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/es6-symbol",
- "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": {
- "type": "^2.7.2"
- },
- "deprecated": false,
- "description": "JavaScript utilities with respect to emerging standard",
- "devDependencies": {
- "chai": "^4.3.6",
- "eslint": "^8.23.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": "^13.0.3",
- "mocha": "^6.2.3",
- "nyc": "^15.1.0",
- "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": "string_/camel-to-hyphen.js",
- "rules": {
- "id-length": "off"
- }
- },
- {
- "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",
- "nyc": {
- "all": true,
- "exclude": [
- ".github",
- "_es5-ext",
- "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#ext"
- },
- "scripts": {
- "coverage": "nyc npm test",
- "lint": "eslint .",
- "lint:updated": "pipe-git-updated --ext=js -- eslint --ignore-pattern '!*'",
- "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
- "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}'",
- "prettify:updated": "pipe-git-updated ---base=main -ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
- "test": "mocha"
- },
- "version": "1.7.0"
- }
|