Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-10-10 19:22:32 +00:00
parent ab636d7049
commit 7d365b9940
322 changed files with 16760 additions and 16591 deletions

View file

@ -1,40 +1,40 @@
{ {
"name": "escape-string-regexp", "name": "escape-string-regexp",
"version": "5.0.0", "version": "5.0.0",
"description": "Escape RegExp special characters", "description": "Escape RegExp special characters",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/escape-string-regexp", "repository": "sindresorhus/escape-string-regexp",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"escape", "escape",
"regex", "regex",
"regexp", "regexp",
"regular", "regular",
"expression", "expression",
"string", "string",
"special", "special",
"characters" "characters"
], ],
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,38 +1,38 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.4.0", "version": "2.4.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": "./tslib.es6.js",
"import": "./modules/index.js",
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": "./tslib.es6.js",
"import": "./modules/index.js",
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.7.0", "version": "2.7.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.7.0", "version": "2.7.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.7.0", "version": "2.7.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.6.0", "version": "2.6.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.6.0", "version": "2.6.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.7.0", "version": "2.7.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.7.0", "version": "2.7.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.7.0", "version": "2.7.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.7.0", "version": "2.7.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.6.0", "version": "2.6.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.7.0", "version": "2.7.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,32 +1,32 @@
{ {
"name": "@chrisgavin/safe-which", "name": "@chrisgavin/safe-which",
"version": "1.0.2", "version": "1.0.2",
"description": "A NodeJS library to guard against Windows binary planting attacks.", "description": "A NodeJS library to guard against Windows binary planting attacks.",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/chrisgavin/safe-which/", "homepage": "https://github.com/chrisgavin/safe-which/",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"main": "./build/index.js", "main": "./build/index.js",
"types": "./build/index.d.ts", "types": "./build/index.d.ts",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"pretest": "npm install && npm run build", "pretest": "npm install && npm run build",
"test": "ava --verbose --serial ./src/**", "test": "ava --verbose --serial ./src/**",
"prepublishOnly": "npm install && npm run build && npm version --allow-same-version=true --git-tag-version=false ${GITHUB_REF#refs/tags/}" "prepublishOnly": "npm install && npm run build && npm version --allow-same-version=true --git-tag-version=false ${GITHUB_REF#refs/tags/}"
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"@ava/typescript": "^1.1.1", "@ava/typescript": "^1.1.1",
"@types/node": "^14.14.7", "@types/node": "^14.14.7",
"ava": "^3.13.0", "ava": "^3.13.0",
"typescript": "^3.8.3" "typescript": "^3.8.3"
}, },
"ava": { "ava": {
"typescript": { "typescript": {
"rewritePaths": { "rewritePaths": {
"./src/": "./build/" "./src/": "./build/"
} }
} }
} }
} }

View file

@ -1,73 +1,73 @@
{ {
"name": "@eslint-community/eslint-utils", "name": "@eslint-community/eslint-utils",
"version": "4.4.0", "version": "4.4.0",
"description": "Utilities for ESLint plugins.", "description": "Utilities for ESLint plugins.",
"keywords": [ "keywords": [
"eslint" "eslint"
], ],
"homepage": "https://github.com/eslint-community/eslint-utils#readme", "homepage": "https://github.com/eslint-community/eslint-utils#readme",
"bugs": { "bugs": {
"url": "https://github.com/eslint-community/eslint-utils/issues" "url": "https://github.com/eslint-community/eslint-utils/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/eslint-community/eslint-utils"
},
"license": "MIT",
"author": "Toru Nagashima",
"sideEffects": false,
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
}, },
"repository": { "./package.json": "./package.json"
"type": "git", },
"url": "https://github.com/eslint-community/eslint-utils" "main": "index",
}, "module": "index.mjs",
"license": "MIT", "files": [
"author": "Toru Nagashima", "index.*"
"sideEffects": false, ],
"exports": { "scripts": {
".": { "prebuild": "npm run -s clean",
"import": "./index.mjs", "build": "rollup -c",
"require": "./index.js" "clean": "rimraf .nyc_output coverage index.*",
}, "coverage": "opener ./coverage/lcov-report/index.html",
"./package.json": "./package.json" "docs:build": "vitepress build docs",
}, "docs:watch": "vitepress dev docs",
"main": "index", "format": "npm run -s format:prettier -- --write",
"module": "index.mjs", "format:prettier": "prettier .",
"files": [ "format:check": "npm run -s format:prettier -- --check",
"index.*" "lint": "eslint .",
], "test": "c8 mocha --reporter dot \"test/*.mjs\"",
"scripts": { "preversion": "npm test && npm run -s build",
"prebuild": "npm run -s clean", "postversion": "git push && git push --tags",
"build": "rollup -c", "prewatch": "npm run -s clean",
"clean": "rimraf .nyc_output coverage index.*", "watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha"
"coverage": "opener ./coverage/lcov-report/index.html", },
"docs:build": "vitepress build docs", "dependencies": {
"docs:watch": "vitepress dev docs", "eslint-visitor-keys": "^3.3.0"
"format": "npm run -s format:prettier -- --write", },
"format:prettier": "prettier .", "devDependencies": {
"format:check": "npm run -s format:prettier -- --check", "@eslint-community/eslint-plugin-mysticatea": "^15.2.0",
"lint": "eslint .", "c8": "^7.12.0",
"test": "c8 mocha --reporter dot \"test/*.mjs\"", "dot-prop": "^6.0.1",
"preversion": "npm test && npm run -s build", "eslint": "^8.28.0",
"postversion": "git push && git push --tags", "mocha": "^9.2.2",
"prewatch": "npm run -s clean", "npm-run-all": "^4.1.5",
"watch": "warun \"{src,test}/**/*.mjs\" -- npm run -s test:mocha" "opener": "^1.5.2",
}, "prettier": "2.8.4",
"dependencies": { "rimraf": "^3.0.2",
"eslint-visitor-keys": "^3.3.0" "rollup": "^2.79.1",
}, "rollup-plugin-sourcemaps": "^0.6.3",
"devDependencies": { "semver": "^7.3.8",
"@eslint-community/eslint-plugin-mysticatea": "^15.2.0", "vitepress": "^1.0.0-alpha.40",
"c8": "^7.12.0", "warun": "^1.0.0"
"dot-prop": "^6.0.1", },
"eslint": "^8.28.0", "peerDependencies": {
"mocha": "^9.2.2", "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
"npm-run-all": "^4.1.5", },
"opener": "^1.5.2", "engines": {
"prettier": "2.8.4", "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
"rimraf": "^3.0.2", }
"rollup": "^2.79.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"semver": "^7.3.8",
"vitepress": "^1.0.0-alpha.40",
"warun": "^1.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}
} }

View file

@ -1,58 +1,58 @@
{ {
"name": "globals", "name": "globals",
"version": "14.0.0", "version": "14.0.0",
"description": "Global identifiers from different JavaScript environments", "description": "Global identifiers from different JavaScript environments",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/globals", "repository": "sindresorhus/globals",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"sideEffects": false, "sideEffects": false,
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd", "test": "xo && ava && tsd",
"prepare": "npm run --silent update-types", "prepare": "npm run --silent update-types",
"update-builtin-globals": "node scripts/get-builtin-globals.mjs", "update-builtin-globals": "node scripts/get-builtin-globals.mjs",
"update-types": "node scripts/generate-types.mjs > index.d.ts" "update-types": "node scripts/generate-types.mjs > index.d.ts"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts", "index.d.ts",
"globals.json" "globals.json"
], ],
"keywords": [ "keywords": [
"globals", "globals",
"global", "global",
"identifiers", "identifiers",
"variables", "variables",
"vars", "vars",
"jshint", "jshint",
"eslint", "eslint",
"environments" "environments"
], ],
"devDependencies": { "devDependencies": {
"ava": "^2.4.0", "ava": "^2.4.0",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"tsd": "^0.30.4", "tsd": "^0.30.4",
"type-fest": "^4.10.2", "type-fest": "^4.10.2",
"xo": "^0.36.1" "xo": "^0.36.1"
}, },
"xo": { "xo": {
"ignores": [ "ignores": [
"get-browser-globals.js" "get-browser-globals.js"
], ],
"rules": { "rules": {
"node/no-unsupported-features/es-syntax": "off" "node/no-unsupported-features/es-syntax": "off"
} }
}, },
"tsd": { "tsd": {
"compilerOptions": { "compilerOptions": {
"resolveJsonModule": true "resolveJsonModule": true
} }
} }
} }

View file

@ -1,61 +1,61 @@
{ {
"name": "ansi-regex", "name": "ansi-regex",
"version": "6.1.0", "version": "6.1.0",
"description": "Regular expression for matching ANSI escape codes", "description": "Regular expression for matching ANSI escape codes",
"license": "MIT", "license": "MIT",
"repository": "chalk/ansi-regex", "repository": "chalk/ansi-regex",
"funding": "https://github.com/chalk/ansi-regex?sponsor=1", "funding": "https://github.com/chalk/ansi-regex?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"types": "./index.d.ts", "types": "./index.d.ts",
"sideEffects": false, "sideEffects": false,
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd", "test": "xo && ava && tsd",
"view-supported": "node fixtures/view-codes.js" "view-supported": "node fixtures/view-codes.js"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"command-line", "command-line",
"text", "text",
"regex", "regex",
"regexp", "regexp",
"re", "re",
"match", "match",
"test", "test",
"find", "find",
"pattern" "pattern"
], ],
"devDependencies": { "devDependencies": {
"ansi-escapes": "^5.0.0", "ansi-escapes": "^5.0.0",
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.21.0", "tsd": "^0.21.0",
"xo": "^0.54.2" "xo": "^0.54.2"
} }
} }

View file

@ -1,59 +1,59 @@
{ {
"name": "string-width", "name": "string-width",
"version": "5.1.2", "version": "5.1.2",
"description": "Get the visual width of a string - the number of columns required to display it", "description": "Get the visual width of a string - the number of columns required to display it",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/string-width", "repository": "sindresorhus/string-width",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"string", "string",
"character", "character",
"unicode", "unicode",
"width", "width",
"visual", "visual",
"column", "column",
"columns", "columns",
"fullwidth", "fullwidth",
"full-width", "full-width",
"full", "full",
"ansi", "ansi",
"escape", "escape",
"codes", "codes",
"cli", "cli",
"command-line", "command-line",
"terminal", "terminal",
"console", "console",
"cjk", "cjk",
"chinese", "chinese",
"japanese", "japanese",
"korean", "korean",
"fixed-width" "fixed-width"
], ],
"dependencies": { "dependencies": {
"eastasianwidth": "^0.2.0", "eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2", "emoji-regex": "^9.2.2",
"strip-ansi": "^7.0.1" "strip-ansi": "^7.0.1"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

View file

@ -1,57 +1,57 @@
{ {
"name": "strip-ansi", "name": "strip-ansi",
"version": "7.1.0", "version": "7.1.0",
"description": "Strip ANSI escape codes from a string", "description": "Strip ANSI escape codes from a string",
"license": "MIT", "license": "MIT",
"repository": "chalk/strip-ansi", "repository": "chalk/strip-ansi",
"funding": "https://github.com/chalk/strip-ansi?sponsor=1", "funding": "https://github.com/chalk/strip-ansi?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"strip", "strip",
"trim", "trim",
"remove", "remove",
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-regex": "^6.0.1" "ansi-regex": "^6.0.1"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.17.0", "tsd": "^0.17.0",
"xo": "^0.44.0" "xo": "^0.44.0"
} }
} }

View file

@ -1,69 +1,69 @@
{ {
"name": "wrap-ansi", "name": "wrap-ansi",
"version": "8.1.0", "version": "8.1.0",
"description": "Wordwrap a string with ANSI escape codes", "description": "Wordwrap a string with ANSI escape codes",
"license": "MIT", "license": "MIT",
"repository": "chalk/wrap-ansi", "repository": "chalk/wrap-ansi",
"funding": "https://github.com/chalk/wrap-ansi?sponsor=1", "funding": "https://github.com/chalk/wrap-ansi?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": { "exports": {
"types": "./index.d.ts", "types": "./index.d.ts",
"default": "./index.js" "default": "./index.js"
}, },
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && nyc ava && tsd" "test": "xo && nyc ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"wrap", "wrap",
"break", "break",
"wordwrap", "wordwrap",
"wordbreak", "wordbreak",
"linewrap", "linewrap",
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-styles": "^6.1.0", "ansi-styles": "^6.1.0",
"string-width": "^5.0.1", "string-width": "^5.0.1",
"strip-ansi": "^7.0.1" "strip-ansi": "^7.0.1"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"coveralls": "^3.1.1", "coveralls": "^3.1.1",
"has-ansi": "^5.0.1", "has-ansi": "^5.0.1",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"tsd": "^0.25.0", "tsd": "^0.25.0",
"xo": "^0.44.0" "xo": "^0.44.0"
} }
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.6.0", "version": "2.6.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./tslib/modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

View file

@ -1,133 +1,133 @@
{ {
"name": "typescript", "name": "typescript",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "3.9.10", "version": "3.9.10",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development", "description": "TypeScript is a language for application scale JavaScript development",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript" "javascript"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/TypeScript.git" "url": "https://github.com/Microsoft/TypeScript.git"
}, },
"main": "./lib/typescript.js", "main": "./lib/typescript.js",
"typings": "./lib/typescript.d.ts", "typings": "./lib/typescript.d.ts",
"bin": { "bin": {
"tsc": "./bin/tsc", "tsc": "./bin/tsc",
"tsserver": "./bin/tsserver" "tsserver": "./bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=4.2.0"
}, },
"devDependencies": { "devDependencies": {
"@octokit/rest": "latest", "@octokit/rest": "latest",
"@types/browserify": "latest", "@types/browserify": "latest",
"@types/chai": "latest", "@types/chai": "latest",
"@types/convert-source-map": "latest", "@types/convert-source-map": "latest",
"@types/glob": "latest", "@types/glob": "latest",
"@types/gulp": "^4.0.5", "@types/gulp": "^4.0.5",
"@types/gulp-concat": "latest", "@types/gulp-concat": "latest",
"@types/gulp-newer": "latest", "@types/gulp-newer": "latest",
"@types/gulp-rename": "0.0.33", "@types/gulp-rename": "0.0.33",
"@types/gulp-sourcemaps": "0.0.32", "@types/gulp-sourcemaps": "0.0.32",
"@types/jake": "latest", "@types/jake": "latest",
"@types/merge2": "latest", "@types/merge2": "latest",
"@types/microsoft__typescript-etw": "latest", "@types/microsoft__typescript-etw": "latest",
"@types/minimatch": "latest", "@types/minimatch": "latest",
"@types/minimist": "latest", "@types/minimist": "latest",
"@types/mkdirp": "latest", "@types/mkdirp": "latest",
"@types/mocha": "latest", "@types/mocha": "latest",
"@types/ms": "latest", "@types/ms": "latest",
"@types/node": "latest", "@types/node": "latest",
"@types/node-fetch": "^2.3.4", "@types/node-fetch": "^2.3.4",
"@types/q": "latest", "@types/q": "latest",
"@types/source-map-support": "latest", "@types/source-map-support": "latest",
"@types/through2": "latest", "@types/through2": "latest",
"@types/travis-fold": "latest", "@types/travis-fold": "latest",
"@types/xml2js": "^0.4.0", "@types/xml2js": "^0.4.0",
"@typescript-eslint/eslint-plugin": "2.18.0", "@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/experimental-utils": "2.18.0", "@typescript-eslint/experimental-utils": "2.18.0",
"@typescript-eslint/parser": "2.18.0", "@typescript-eslint/parser": "2.18.0",
"async": "latest", "async": "latest",
"azure-devops-node-api": "^8.0.0", "azure-devops-node-api": "^8.0.0",
"browser-resolve": "^1.11.2", "browser-resolve": "^1.11.2",
"browserify": "latest", "browserify": "latest",
"chai": "latest", "chai": "latest",
"chalk": "latest", "chalk": "latest",
"convert-source-map": "latest", "convert-source-map": "latest",
"del": "5.1.0", "del": "5.1.0",
"eslint": "6.8.0", "eslint": "6.8.0",
"eslint-formatter-autolinkable-stylish": "1.1.1", "eslint-formatter-autolinkable-stylish": "1.1.1",
"eslint-plugin-import": "2.20.0", "eslint-plugin-import": "2.20.0",
"eslint-plugin-jsdoc": "21.0.0", "eslint-plugin-jsdoc": "21.0.0",
"eslint-plugin-no-null": "1.0.2", "eslint-plugin-no-null": "1.0.2",
"fancy-log": "latest", "fancy-log": "latest",
"fs-extra": "^6.0.1", "fs-extra": "^6.0.1",
"glob": "latest", "glob": "latest",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-concat": "latest", "gulp-concat": "latest",
"gulp-insert": "latest", "gulp-insert": "latest",
"gulp-newer": "latest", "gulp-newer": "latest",
"gulp-rename": "latest", "gulp-rename": "latest",
"gulp-sourcemaps": "latest", "gulp-sourcemaps": "latest",
"istanbul": "latest", "istanbul": "latest",
"merge2": "latest", "merge2": "latest",
"minimist": "latest", "minimist": "latest",
"mkdirp": "latest", "mkdirp": "latest",
"mocha": "latest", "mocha": "latest",
"mocha-fivemat-progress-reporter": "latest", "mocha-fivemat-progress-reporter": "latest",
"ms": "latest", "ms": "latest",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"playwright": "0.12.1", "playwright": "0.12.1",
"plugin-error": "latest", "plugin-error": "latest",
"pretty-hrtime": "^1.0.3", "pretty-hrtime": "^1.0.3",
"prex": "^0.4.3", "prex": "^0.4.3",
"q": "latest", "q": "latest",
"remove-internal": "^2.9.2", "remove-internal": "^2.9.2",
"source-map-support": "latest", "source-map-support": "latest",
"through2": "latest", "through2": "latest",
"travis-fold": "latest", "travis-fold": "latest",
"typescript": "^3.9.3", "typescript": "^3.9.3",
"vinyl": "latest", "vinyl": "latest",
"vinyl-sourcemaps-apply": "latest", "vinyl-sourcemaps-apply": "latest",
"xml2js": "^0.4.19" "xml2js": "^0.4.19"
}, },
"scripts": { "scripts": {
"prepare": "gulp build-eslint-rules", "prepare": "gulp build-eslint-rules",
"pretest": "gulp tests", "pretest": "gulp tests",
"test": "gulp runtests-parallel --light=false", "test": "gulp runtests-parallel --light=false",
"test:eslint-rules": "gulp run-eslint-rules-tests", "test:eslint-rules": "gulp run-eslint-rules-tests",
"build": "npm run build:compiler && npm run build:tests", "build": "npm run build:compiler && npm run build:tests",
"build:compiler": "gulp local", "build:compiler": "gulp local",
"build:tests": "gulp tests", "build:tests": "gulp tests",
"start": "node lib/tsc", "start": "node lib/tsc",
"clean": "gulp clean", "clean": "gulp clean",
"gulp": "gulp", "gulp": "gulp",
"jake": "gulp", "jake": "gulp",
"lint": "gulp lint", "lint": "gulp lint",
"lint:ci": "gulp lint --ci", "lint:ci": "gulp lint --ci",
"lint:compiler": "gulp lint-compiler", "lint:compiler": "gulp lint-compiler",
"lint:scripts": "gulp lint-scripts", "lint:scripts": "gulp lint-scripts",
"setup-hooks": "node scripts/link-hooks.js" "setup-hooks": "node scripts/link-hooks.js"
}, },
"browser": { "browser": {
"fs": false, "fs": false,
"os": false, "os": false,
"path": false, "path": false,
"crypto": false, "crypto": false,
"buffer": false, "buffer": false,
"@microsoft/typescript-etw": false, "@microsoft/typescript-etw": false,
"source-map-support": false, "source-map-support": false,
"inspector": false "inspector": false
}, },
"dependencies": {} "dependencies": {}
} }

View file

@ -1,133 +1,133 @@
{ {
"name": "typescript", "name": "typescript",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "3.9.10", "version": "3.9.10",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development", "description": "TypeScript is a language for application scale JavaScript development",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript" "javascript"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Microsoft/TypeScript.git" "url": "https://github.com/Microsoft/TypeScript.git"
}, },
"main": "./lib/typescript.js", "main": "./lib/typescript.js",
"typings": "./lib/typescript.d.ts", "typings": "./lib/typescript.d.ts",
"bin": { "bin": {
"tsc": "./bin/tsc", "tsc": "./bin/tsc",
"tsserver": "./bin/tsserver" "tsserver": "./bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=4.2.0"
}, },
"devDependencies": { "devDependencies": {
"@octokit/rest": "latest", "@octokit/rest": "latest",
"@types/browserify": "latest", "@types/browserify": "latest",
"@types/chai": "latest", "@types/chai": "latest",
"@types/convert-source-map": "latest", "@types/convert-source-map": "latest",
"@types/glob": "latest", "@types/glob": "latest",
"@types/gulp": "^4.0.5", "@types/gulp": "^4.0.5",
"@types/gulp-concat": "latest", "@types/gulp-concat": "latest",
"@types/gulp-newer": "latest", "@types/gulp-newer": "latest",
"@types/gulp-rename": "0.0.33", "@types/gulp-rename": "0.0.33",
"@types/gulp-sourcemaps": "0.0.32", "@types/gulp-sourcemaps": "0.0.32",
"@types/jake": "latest", "@types/jake": "latest",
"@types/merge2": "latest", "@types/merge2": "latest",
"@types/microsoft__typescript-etw": "latest", "@types/microsoft__typescript-etw": "latest",
"@types/minimatch": "latest", "@types/minimatch": "latest",
"@types/minimist": "latest", "@types/minimist": "latest",
"@types/mkdirp": "latest", "@types/mkdirp": "latest",
"@types/mocha": "latest", "@types/mocha": "latest",
"@types/ms": "latest", "@types/ms": "latest",
"@types/node": "latest", "@types/node": "latest",
"@types/node-fetch": "^2.3.4", "@types/node-fetch": "^2.3.4",
"@types/q": "latest", "@types/q": "latest",
"@types/source-map-support": "latest", "@types/source-map-support": "latest",
"@types/through2": "latest", "@types/through2": "latest",
"@types/travis-fold": "latest", "@types/travis-fold": "latest",
"@types/xml2js": "^0.4.0", "@types/xml2js": "^0.4.0",
"@typescript-eslint/eslint-plugin": "2.18.0", "@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/experimental-utils": "2.18.0", "@typescript-eslint/experimental-utils": "2.18.0",
"@typescript-eslint/parser": "2.18.0", "@typescript-eslint/parser": "2.18.0",
"async": "latest", "async": "latest",
"azure-devops-node-api": "^8.0.0", "azure-devops-node-api": "^8.0.0",
"browser-resolve": "^1.11.2", "browser-resolve": "^1.11.2",
"browserify": "latest", "browserify": "latest",
"chai": "latest", "chai": "latest",
"chalk": "latest", "chalk": "latest",
"convert-source-map": "latest", "convert-source-map": "latest",
"del": "5.1.0", "del": "5.1.0",
"eslint": "6.8.0", "eslint": "6.8.0",
"eslint-formatter-autolinkable-stylish": "1.1.1", "eslint-formatter-autolinkable-stylish": "1.1.1",
"eslint-plugin-import": "2.20.0", "eslint-plugin-import": "2.20.0",
"eslint-plugin-jsdoc": "21.0.0", "eslint-plugin-jsdoc": "21.0.0",
"eslint-plugin-no-null": "1.0.2", "eslint-plugin-no-null": "1.0.2",
"fancy-log": "latest", "fancy-log": "latest",
"fs-extra": "^6.0.1", "fs-extra": "^6.0.1",
"glob": "latest", "glob": "latest",
"gulp": "^4.0.0", "gulp": "^4.0.0",
"gulp-concat": "latest", "gulp-concat": "latest",
"gulp-insert": "latest", "gulp-insert": "latest",
"gulp-newer": "latest", "gulp-newer": "latest",
"gulp-rename": "latest", "gulp-rename": "latest",
"gulp-sourcemaps": "latest", "gulp-sourcemaps": "latest",
"istanbul": "latest", "istanbul": "latest",
"merge2": "latest", "merge2": "latest",
"minimist": "latest", "minimist": "latest",
"mkdirp": "latest", "mkdirp": "latest",
"mocha": "latest", "mocha": "latest",
"mocha-fivemat-progress-reporter": "latest", "mocha-fivemat-progress-reporter": "latest",
"ms": "latest", "ms": "latest",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"playwright": "0.12.1", "playwright": "0.12.1",
"plugin-error": "latest", "plugin-error": "latest",
"pretty-hrtime": "^1.0.3", "pretty-hrtime": "^1.0.3",
"prex": "^0.4.3", "prex": "^0.4.3",
"q": "latest", "q": "latest",
"remove-internal": "^2.9.2", "remove-internal": "^2.9.2",
"source-map-support": "latest", "source-map-support": "latest",
"through2": "latest", "through2": "latest",
"travis-fold": "latest", "travis-fold": "latest",
"typescript": "^3.9.3", "typescript": "^3.9.3",
"vinyl": "latest", "vinyl": "latest",
"vinyl-sourcemaps-apply": "latest", "vinyl-sourcemaps-apply": "latest",
"xml2js": "^0.4.19" "xml2js": "^0.4.19"
}, },
"scripts": { "scripts": {
"prepare": "gulp build-eslint-rules", "prepare": "gulp build-eslint-rules",
"pretest": "gulp tests", "pretest": "gulp tests",
"test": "gulp runtests-parallel --light=false", "test": "gulp runtests-parallel --light=false",
"test:eslint-rules": "gulp run-eslint-rules-tests", "test:eslint-rules": "gulp run-eslint-rules-tests",
"build": "npm run build:compiler && npm run build:tests", "build": "npm run build:compiler && npm run build:tests",
"build:compiler": "gulp local", "build:compiler": "gulp local",
"build:tests": "gulp tests", "build:tests": "gulp tests",
"start": "node lib/tsc", "start": "node lib/tsc",
"clean": "gulp clean", "clean": "gulp clean",
"gulp": "gulp", "gulp": "gulp",
"jake": "gulp", "jake": "gulp",
"lint": "gulp lint", "lint": "gulp lint",
"lint:ci": "gulp lint --ci", "lint:ci": "gulp lint --ci",
"lint:compiler": "gulp lint-compiler", "lint:compiler": "gulp lint-compiler",
"lint:scripts": "gulp lint-scripts", "lint:scripts": "gulp lint-scripts",
"setup-hooks": "node scripts/link-hooks.js" "setup-hooks": "node scripts/link-hooks.js"
}, },
"browser": { "browser": {
"fs": false, "fs": false,
"os": false, "os": false,
"path": false, "path": false,
"crypto": false, "crypto": false,
"buffer": false, "buffer": false,
"@microsoft/typescript-etw": false, "@microsoft/typescript-etw": false,
"source-map-support": false, "source-map-support": false,
"inspector": false "inspector": false
}, },
"dependencies": {} "dependencies": {}
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "@types/adm-zip", "name": "@types/adm-zip",
"version": "0.5.5", "version": "0.5.5",
"description": "TypeScript definitions for adm-zip", "description": "TypeScript definitions for adm-zip",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adm-zip", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adm-zip",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "John Vilk", "name": "John Vilk",
"githubUsername": "jvilk", "githubUsername": "jvilk",
"url": "https://github.com/jvilk" "url": "https://github.com/jvilk"
},
{
"name": "Abner Oliveira",
"githubUsername": "abner",
"url": "https://github.com/abner"
},
{
"name": "BendingBender",
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"
},
{
"name": "Matthew Sainsbury",
"githubUsername": "mattsains",
"url": "https://github.com/mattsains"
},
{
"name": "Lei Nelissen",
"githubUsername": "LeiNelissen",
"url": "https://github.com/LeiNelissen"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/adm-zip"
}, },
"scripts": {}, {
"dependencies": { "name": "Abner Oliveira",
"@types/node": "*" "githubUsername": "abner",
"url": "https://github.com/abner"
}, },
"typesPublisherContentHash": "53441795007097f8975db1d00bc97b01565fcb3b327f4e192c863d8a98548164", {
"typeScriptVersion": "4.5" "name": "BendingBender",
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"
},
{
"name": "Matthew Sainsbury",
"githubUsername": "mattsains",
"url": "https://github.com/mattsains"
},
{
"name": "Lei Nelissen",
"githubUsername": "LeiNelissen",
"url": "https://github.com/LeiNelissen"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/adm-zip"
},
"scripts": {},
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "53441795007097f8975db1d00bc97b01565fcb3b327f4e192c863d8a98548164",
"typeScriptVersion": "4.5"
} }

View file

@ -1,23 +1,23 @@
{ {
"name": "@types/color-name", "name": "@types/color-name",
"version": "1.1.1", "version": "1.1.1",
"description": "TypeScript definitions for color-name", "description": "TypeScript definitions for color-name",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Junyoung Clare Jang", "name": "Junyoung Clare Jang",
"url": "https://github.com/Ailrun", "url": "https://github.com/Ailrun",
"githubUsername": "Ailrun" "githubUsername": "Ailrun"
} }
], ],
"main": "", "main": "",
"types": "index", "types": "index",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
}, },
"scripts": {}, "scripts": {},
"dependencies": {}, "dependencies": {},
"typesPublisherContentHash": "e22c6881e2dcf766e32142cbb82d9acf9c08258bdf0da8e76c8a448d1be44ac7", "typesPublisherContentHash": "e22c6881e2dcf766e32142cbb82d9acf9c08258bdf0da8e76c8a448d1be44ac7",
"typeScriptVersion": "2.0" "typeScriptVersion": "2.0"
} }

View file

@ -1,25 +1,25 @@
{ {
"name": "@types/console-log-level", "name": "@types/console-log-level",
"version": "1.4.5", "version": "1.4.5",
"description": "TypeScript definitions for console-log-level", "description": "TypeScript definitions for console-log-level",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/console-log-level", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/console-log-level",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Ali Ijaz Sheikh", "name": "Ali Ijaz Sheikh",
"githubUsername": "ofrobots", "githubUsername": "ofrobots",
"url": "https://github.com/ofrobots" "url": "https://github.com/ofrobots"
} }
], ],
"main": "", "main": "",
"types": "index.d.ts", "types": "index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/console-log-level" "directory": "types/console-log-level"
}, },
"scripts": {}, "scripts": {},
"dependencies": {}, "dependencies": {},
"typesPublisherContentHash": "4aaa5b0263072004b98521522a9d5c08abdc34951b84d0a13d9d731f4867899e", "typesPublisherContentHash": "4aaa5b0263072004b98521522a9d5c08abdc34951b84d0a13d9d731f4867899e",
"typeScriptVersion": "4.5" "typeScriptVersion": "4.5"
} }

View file

@ -1,37 +1,37 @@
{ {
"name": "@types/follow-redirects", "name": "@types/follow-redirects",
"version": "1.14.4", "version": "1.14.4",
"description": "TypeScript definitions for follow-redirects", "description": "TypeScript definitions for follow-redirects",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/follow-redirects", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/follow-redirects",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Emily Klassen", "name": "Emily Klassen",
"githubUsername": "forivall", "githubUsername": "forivall",
"url": "https://github.com/forivall" "url": "https://github.com/forivall"
},
{
"name": "Claas Ahlrichs",
"githubUsername": "claasahl",
"url": "https://github.com/claasahl"
},
{
"name": "Piotr Błażejewicz",
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/follow-redirects"
}, },
"scripts": {}, {
"dependencies": { "name": "Claas Ahlrichs",
"@types/node": "*" "githubUsername": "claasahl",
"url": "https://github.com/claasahl"
}, },
"typesPublisherContentHash": "aae4331775f0d12b6291656304a64b4fc56d23a148d8ded8decf38cc252a2a2e", {
"typeScriptVersion": "4.5" "name": "Piotr Błażejewicz",
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/follow-redirects"
},
"scripts": {},
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "aae4331775f0d12b6291656304a64b4fc56d23a148d8ded8decf38cc252a2a2e",
"typeScriptVersion": "4.5"
} }

View file

@ -1,22 +1,22 @@
{ {
"name": "@types/get-folder-size", "name": "@types/get-folder-size",
"version": "2.0.0", "version": "2.0.0",
"description": "TypeScript definitions for get-folder-size", "description": "TypeScript definitions for get-folder-size",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Mariusz Szczepańczyk", "name": "Mariusz Szczepańczyk",
"url": "https://github.com/mszczepanczyk", "url": "https://github.com/mszczepanczyk",
"githubUsername": "mszczepanczyk" "githubUsername": "mszczepanczyk"
} }
], ],
"main": "", "main": "",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
}, },
"scripts": {}, "scripts": {},
"dependencies": {}, "dependencies": {},
"typesPublisherContentHash": "40dcdde6847f0332ef276f2d429f348945a3e481fb5cda7a3a89caf204b6f4f0", "typesPublisherContentHash": "40dcdde6847f0332ef276f2d429f348945a3e481fb5cda7a3a89caf204b6f4f0",
"typeScriptVersion": "2.0" "typeScriptVersion": "2.0"
} }

View file

@ -1,54 +1,54 @@
{ {
"name": "@types/js-yaml", "name": "@types/js-yaml",
"version": "4.0.9", "version": "4.0.9",
"description": "TypeScript definitions for js-yaml", "description": "TypeScript definitions for js-yaml",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Bart van der Schoor", "name": "Bart van der Schoor",
"githubUsername": "Bartvds", "githubUsername": "Bartvds",
"url": "https://github.com/Bartvds" "url": "https://github.com/Bartvds"
},
{
"name": "Sebastian Clausen",
"githubUsername": "sclausen",
"url": "https://github.com/sclausen"
},
{
"name": "ExE Boss",
"githubUsername": "ExE-Boss",
"url": "https://github.com/ExE-Boss"
},
{
"name": "Armaan Tobaccowalla",
"githubUsername": "ArmaanT",
"url": "https://github.com/ArmaanT"
},
{
"name": "Linus Unnebäck",
"githubUsername": "LinusU",
"url": "https://github.com/LinusU"
}
],
"main": "",
"types": "index.d.ts",
"exports": {
".": {
"types": {
"import": "./index.d.mts",
"default": "./index.d.ts"
}
},
"./package.json": "./package.json"
}, },
"repository": { {
"type": "git", "name": "Sebastian Clausen",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "githubUsername": "sclausen",
"directory": "types/js-yaml" "url": "https://github.com/sclausen"
}, },
"scripts": {}, {
"dependencies": {}, "name": "ExE Boss",
"typesPublisherContentHash": "d8ef94de3166b3cc8a3ce9c4fe2d001ec5dd7eaa19d30e651fbf4b505454972d", "githubUsername": "ExE-Boss",
"typeScriptVersion": "4.5" "url": "https://github.com/ExE-Boss"
},
{
"name": "Armaan Tobaccowalla",
"githubUsername": "ArmaanT",
"url": "https://github.com/ArmaanT"
},
{
"name": "Linus Unnebäck",
"githubUsername": "LinusU",
"url": "https://github.com/LinusU"
}
],
"main": "",
"types": "index.d.ts",
"exports": {
".": {
"types": {
"import": "./index.d.mts",
"default": "./index.d.ts"
}
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/js-yaml"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "d8ef94de3166b3cc8a3ce9c4fe2d001ec5dd7eaa19d30e651fbf4b505454972d",
"typeScriptVersion": "4.5"
} }

View file

@ -1,16 +1,16 @@
{ {
"name": "@types/json5", "name": "@types/json5",
"version": "0.0.29", "version": "0.0.29",
"description": "TypeScript definitions for JSON5", "description": "TypeScript definitions for JSON5",
"license": "MIT", "license": "MIT",
"author": "Jason Swearingen <https://jasonswearingen.github.io>", "author": "Jason Swearingen <https://jasonswearingen.github.io>",
"main": "", "main": "",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
}, },
"scripts": {}, "scripts": {},
"dependencies": {}, "dependencies": {},
"typings": "index.d.ts", "typings": "index.d.ts",
"typesPublisherContentHash": "1ed77f2bfd59d290798abf89db281c36565f4a78d97d4e9caab25319d54c6331" "typesPublisherContentHash": "1ed77f2bfd59d290798abf89db281c36565f4a78d97d4e9caab25319d54c6331"
} }

View file

@ -1,107 +1,107 @@
{ {
"name": "@types/node-forge", "name": "@types/node-forge",
"version": "1.3.11", "version": "1.3.11",
"description": "TypeScript definitions for node-forge", "description": "TypeScript definitions for node-forge",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-forge", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-forge",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Seth Westphal ", "name": "Seth Westphal ",
"githubUsername": "westy92", "githubUsername": "westy92",
"url": "https://github.com/westy92" "url": "https://github.com/westy92"
},
{
"name": "Kay Schecker ",
"githubUsername": "flynetworks",
"url": "https://github.com/flynetworks"
},
{
"name": "Aakash Goenka ",
"githubUsername": "a-k-g",
"url": "https://github.com/a-k-g"
},
{
"name": "Rafal2228 ",
"githubUsername": "rafal2228",
"url": "https://github.com/rafal2228"
},
{
"name": "Beeno Tung ",
"githubUsername": "beenotung",
"url": "https://github.com/beenotung"
},
{
"name": "Joe Flateau ",
"githubUsername": "joeflateau",
"url": "https://github.com/joeflateau"
},
{
"name": "timhwang21 ",
"githubUsername": "timhwang21",
"url": "https://github.com/timhwang21"
},
{
"name": "Anders Kaseorg ",
"githubUsername": "andersk",
"url": "https://github.com/andersk"
},
{
"name": "Sascha Zarhuber ",
"githubUsername": "saschazar21",
"url": "https://github.com/saschazar21"
},
{
"name": "Rogier Schouten ",
"githubUsername": "rogierschouten",
"url": "https://github.com/rogierschouten"
},
{
"name": "Ivan Aseev ",
"githubUsername": "aseevia",
"url": "https://github.com/aseevia"
},
{
"name": "Wiktor Kwapisiewicz",
"githubUsername": "wiktor-k",
"url": "https://github.com/wiktor-k"
},
{
"name": "Ligia Frangello ",
"githubUsername": "frangello",
"url": "https://github.com/frangello"
},
{
"name": "Dmitry Avezov ",
"githubUsername": "avezov",
"url": "https://github.com/avezov"
},
{
"name": "Jose Fuentes ",
"githubUsername": "j-fuentes",
"url": "https://github.com/j-fuentes"
},
{
"name": "Anya Reyes ",
"githubUsername": "darkade",
"url": "https://github.com/darkade"
},
{
"name": "BendingBender ",
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/node-forge"
}, },
"scripts": {}, {
"dependencies": { "name": "Kay Schecker ",
"@types/node": "*" "githubUsername": "flynetworks",
"url": "https://github.com/flynetworks"
}, },
"typesPublisherContentHash": "1f94eadd96d1ed1e3b8513ff0af0af616821310570eb410699b93f6b3e3f3903", {
"typeScriptVersion": "4.6" "name": "Aakash Goenka ",
"githubUsername": "a-k-g",
"url": "https://github.com/a-k-g"
},
{
"name": "Rafal2228 ",
"githubUsername": "rafal2228",
"url": "https://github.com/rafal2228"
},
{
"name": "Beeno Tung ",
"githubUsername": "beenotung",
"url": "https://github.com/beenotung"
},
{
"name": "Joe Flateau ",
"githubUsername": "joeflateau",
"url": "https://github.com/joeflateau"
},
{
"name": "timhwang21 ",
"githubUsername": "timhwang21",
"url": "https://github.com/timhwang21"
},
{
"name": "Anders Kaseorg ",
"githubUsername": "andersk",
"url": "https://github.com/andersk"
},
{
"name": "Sascha Zarhuber ",
"githubUsername": "saschazar21",
"url": "https://github.com/saschazar21"
},
{
"name": "Rogier Schouten ",
"githubUsername": "rogierschouten",
"url": "https://github.com/rogierschouten"
},
{
"name": "Ivan Aseev ",
"githubUsername": "aseevia",
"url": "https://github.com/aseevia"
},
{
"name": "Wiktor Kwapisiewicz",
"githubUsername": "wiktor-k",
"url": "https://github.com/wiktor-k"
},
{
"name": "Ligia Frangello ",
"githubUsername": "frangello",
"url": "https://github.com/frangello"
},
{
"name": "Dmitry Avezov ",
"githubUsername": "avezov",
"url": "https://github.com/avezov"
},
{
"name": "Jose Fuentes ",
"githubUsername": "j-fuentes",
"url": "https://github.com/j-fuentes"
},
{
"name": "Anya Reyes ",
"githubUsername": "darkade",
"url": "https://github.com/darkade"
},
{
"name": "BendingBender ",
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/node-forge"
},
"scripts": {},
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "1f94eadd96d1ed1e3b8513ff0af0af616821310570eb410699b93f6b3e3f3903",
"typeScriptVersion": "4.6"
} }

450
node_modules/@types/node/package.json generated vendored
View file

@ -1,230 +1,230 @@
{ {
"name": "@types/node", "name": "@types/node",
"version": "20.9.0", "version": "20.9.0",
"description": "TypeScript definitions for node", "description": "TypeScript definitions for node",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Microsoft TypeScript", "name": "Microsoft TypeScript",
"githubUsername": "Microsoft", "githubUsername": "Microsoft",
"url": "https://github.com/Microsoft" "url": "https://github.com/Microsoft"
},
{
"name": "Alberto Schiabel",
"githubUsername": "jkomyno",
"url": "https://github.com/jkomyno"
},
{
"name": "Alvis HT Tang",
"githubUsername": "alvis",
"url": "https://github.com/alvis"
},
{
"name": "Andrew Makarov",
"githubUsername": "r3nya",
"url": "https://github.com/r3nya"
},
{
"name": "Benjamin Toueg",
"githubUsername": "btoueg",
"url": "https://github.com/btoueg"
},
{
"name": "Chigozirim C.",
"githubUsername": "smac89",
"url": "https://github.com/smac89"
},
{
"name": "David Junger",
"githubUsername": "touffy",
"url": "https://github.com/touffy"
},
{
"name": "Deividas Bakanas",
"githubUsername": "DeividasBakanas",
"url": "https://github.com/DeividasBakanas"
},
{
"name": "Eugene Y. Q. Shen",
"githubUsername": "eyqs",
"url": "https://github.com/eyqs"
},
{
"name": "Hannes Magnusson",
"githubUsername": "Hannes-Magnusson-CK",
"url": "https://github.com/Hannes-Magnusson-CK"
},
{
"name": "Huw",
"githubUsername": "hoo29",
"url": "https://github.com/hoo29"
},
{
"name": "Kelvin Jin",
"githubUsername": "kjin",
"url": "https://github.com/kjin"
},
{
"name": "Klaus Meinhardt",
"githubUsername": "ajafff",
"url": "https://github.com/ajafff"
},
{
"name": "Lishude",
"githubUsername": "islishude",
"url": "https://github.com/islishude"
},
{
"name": "Mariusz Wiktorczyk",
"githubUsername": "mwiktorczyk",
"url": "https://github.com/mwiktorczyk"
},
{
"name": "Mohsen Azimi",
"githubUsername": "mohsen1",
"url": "https://github.com/mohsen1"
},
{
"name": "Nicolas Even",
"githubUsername": "n-e",
"url": "https://github.com/n-e"
},
{
"name": "Nikita Galkin",
"githubUsername": "galkin",
"url": "https://github.com/galkin"
},
{
"name": "Parambir Singh",
"githubUsername": "parambirs",
"url": "https://github.com/parambirs"
},
{
"name": "Sebastian Silbermann",
"githubUsername": "eps1lon",
"url": "https://github.com/eps1lon"
},
{
"name": "Thomas den Hollander",
"githubUsername": "ThomasdenH",
"url": "https://github.com/ThomasdenH"
},
{
"name": "Wilco Bakker",
"githubUsername": "WilcoBakker",
"url": "https://github.com/WilcoBakker"
},
{
"name": "wwwy3y3",
"githubUsername": "wwwy3y3",
"url": "https://github.com/wwwy3y3"
},
{
"name": "Samuel Ainsworth",
"githubUsername": "samuela",
"url": "https://github.com/samuela"
},
{
"name": "Kyle Uehlein",
"githubUsername": "kuehlein",
"url": "https://github.com/kuehlein"
},
{
"name": "Thanik Bhongbhibhat",
"githubUsername": "bhongy",
"url": "https://github.com/bhongy"
},
{
"name": "Marcin Kopacz",
"githubUsername": "chyzwar",
"url": "https://github.com/chyzwar"
},
{
"name": "Trivikram Kamat",
"githubUsername": "trivikr",
"url": "https://github.com/trivikr"
},
{
"name": "Junxiao Shi",
"githubUsername": "yoursunny",
"url": "https://github.com/yoursunny"
},
{
"name": "Ilia Baryshnikov",
"githubUsername": "qwelias",
"url": "https://github.com/qwelias"
},
{
"name": "ExE Boss",
"githubUsername": "ExE-Boss",
"url": "https://github.com/ExE-Boss"
},
{
"name": "Piotr Błażejewicz",
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
},
{
"name": "Anna Henningsen",
"githubUsername": "addaleax",
"url": "https://github.com/addaleax"
},
{
"name": "Victor Perin",
"githubUsername": "victorperin",
"url": "https://github.com/victorperin"
},
{
"name": "Yongsheng Zhang",
"githubUsername": "ZYSzys",
"url": "https://github.com/ZYSzys"
},
{
"name": "NodeJS Contributors",
"githubUsername": "NodeJS",
"url": "https://github.com/NodeJS"
},
{
"name": "Linus Unnebäck",
"githubUsername": "LinusU",
"url": "https://github.com/LinusU"
},
{
"name": "wafuwafu13",
"githubUsername": "wafuwafu13",
"url": "https://github.com/wafuwafu13"
},
{
"name": "Matteo Collina",
"githubUsername": "mcollina",
"url": "https://github.com/mcollina"
},
{
"name": "Dmitry Semigradsky",
"githubUsername": "Semigradsky",
"url": "https://github.com/Semigradsky"
}
],
"main": "",
"types": "index.d.ts",
"typesVersions": {
"<=4.8": {
"*": [
"ts4.8/*"
]
}
}, },
"repository": { {
"type": "git", "name": "Alberto Schiabel",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "githubUsername": "jkomyno",
"directory": "types/node" "url": "https://github.com/jkomyno"
}, },
"scripts": {}, {
"dependencies": { "name": "Alvis HT Tang",
"undici-types": "~5.26.4" "githubUsername": "alvis",
"url": "https://github.com/alvis"
}, },
"typesPublisherContentHash": "a1b366d7b3bf1afaa88e038010565763e234c0e5fa8044db8b0d7c44995bfbf8", {
"typeScriptVersion": "4.5", "name": "Andrew Makarov",
"nonNpm": true "githubUsername": "r3nya",
"url": "https://github.com/r3nya"
},
{
"name": "Benjamin Toueg",
"githubUsername": "btoueg",
"url": "https://github.com/btoueg"
},
{
"name": "Chigozirim C.",
"githubUsername": "smac89",
"url": "https://github.com/smac89"
},
{
"name": "David Junger",
"githubUsername": "touffy",
"url": "https://github.com/touffy"
},
{
"name": "Deividas Bakanas",
"githubUsername": "DeividasBakanas",
"url": "https://github.com/DeividasBakanas"
},
{
"name": "Eugene Y. Q. Shen",
"githubUsername": "eyqs",
"url": "https://github.com/eyqs"
},
{
"name": "Hannes Magnusson",
"githubUsername": "Hannes-Magnusson-CK",
"url": "https://github.com/Hannes-Magnusson-CK"
},
{
"name": "Huw",
"githubUsername": "hoo29",
"url": "https://github.com/hoo29"
},
{
"name": "Kelvin Jin",
"githubUsername": "kjin",
"url": "https://github.com/kjin"
},
{
"name": "Klaus Meinhardt",
"githubUsername": "ajafff",
"url": "https://github.com/ajafff"
},
{
"name": "Lishude",
"githubUsername": "islishude",
"url": "https://github.com/islishude"
},
{
"name": "Mariusz Wiktorczyk",
"githubUsername": "mwiktorczyk",
"url": "https://github.com/mwiktorczyk"
},
{
"name": "Mohsen Azimi",
"githubUsername": "mohsen1",
"url": "https://github.com/mohsen1"
},
{
"name": "Nicolas Even",
"githubUsername": "n-e",
"url": "https://github.com/n-e"
},
{
"name": "Nikita Galkin",
"githubUsername": "galkin",
"url": "https://github.com/galkin"
},
{
"name": "Parambir Singh",
"githubUsername": "parambirs",
"url": "https://github.com/parambirs"
},
{
"name": "Sebastian Silbermann",
"githubUsername": "eps1lon",
"url": "https://github.com/eps1lon"
},
{
"name": "Thomas den Hollander",
"githubUsername": "ThomasdenH",
"url": "https://github.com/ThomasdenH"
},
{
"name": "Wilco Bakker",
"githubUsername": "WilcoBakker",
"url": "https://github.com/WilcoBakker"
},
{
"name": "wwwy3y3",
"githubUsername": "wwwy3y3",
"url": "https://github.com/wwwy3y3"
},
{
"name": "Samuel Ainsworth",
"githubUsername": "samuela",
"url": "https://github.com/samuela"
},
{
"name": "Kyle Uehlein",
"githubUsername": "kuehlein",
"url": "https://github.com/kuehlein"
},
{
"name": "Thanik Bhongbhibhat",
"githubUsername": "bhongy",
"url": "https://github.com/bhongy"
},
{
"name": "Marcin Kopacz",
"githubUsername": "chyzwar",
"url": "https://github.com/chyzwar"
},
{
"name": "Trivikram Kamat",
"githubUsername": "trivikr",
"url": "https://github.com/trivikr"
},
{
"name": "Junxiao Shi",
"githubUsername": "yoursunny",
"url": "https://github.com/yoursunny"
},
{
"name": "Ilia Baryshnikov",
"githubUsername": "qwelias",
"url": "https://github.com/qwelias"
},
{
"name": "ExE Boss",
"githubUsername": "ExE-Boss",
"url": "https://github.com/ExE-Boss"
},
{
"name": "Piotr Błażejewicz",
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
},
{
"name": "Anna Henningsen",
"githubUsername": "addaleax",
"url": "https://github.com/addaleax"
},
{
"name": "Victor Perin",
"githubUsername": "victorperin",
"url": "https://github.com/victorperin"
},
{
"name": "Yongsheng Zhang",
"githubUsername": "ZYSzys",
"url": "https://github.com/ZYSzys"
},
{
"name": "NodeJS Contributors",
"githubUsername": "NodeJS",
"url": "https://github.com/NodeJS"
},
{
"name": "Linus Unnebäck",
"githubUsername": "LinusU",
"url": "https://github.com/LinusU"
},
{
"name": "wafuwafu13",
"githubUsername": "wafuwafu13",
"url": "https://github.com/wafuwafu13"
},
{
"name": "Matteo Collina",
"githubUsername": "mcollina",
"url": "https://github.com/mcollina"
},
{
"name": "Dmitry Semigradsky",
"githubUsername": "Semigradsky",
"url": "https://github.com/Semigradsky"
}
],
"main": "",
"types": "index.d.ts",
"typesVersions": {
"<=4.8": {
"*": [
"ts4.8/*"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/node"
},
"scripts": {},
"dependencies": {
"undici-types": "~5.26.4"
},
"typesPublisherContentHash": "a1b366d7b3bf1afaa88e038010565763e234c0e5fa8044db8b0d7c44995bfbf8",
"typeScriptVersion": "4.5",
"nonNpm": true
} }

View file

@ -1,50 +1,50 @@
{ {
"name": "@types/semver", "name": "@types/semver",
"version": "7.5.8", "version": "7.5.8",
"description": "TypeScript definitions for semver", "description": "TypeScript definitions for semver",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Bart van der Schoor", "name": "Bart van der Schoor",
"githubUsername": "Bartvds", "githubUsername": "Bartvds",
"url": "https://github.com/Bartvds" "url": "https://github.com/Bartvds"
},
{
"name": "BendingBender",
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"
},
{
"name": "Lucian Buzzo",
"githubUsername": "LucianBuzzo",
"url": "https://github.com/LucianBuzzo"
},
{
"name": "Klaus Meinhardt",
"githubUsername": "ajafff",
"url": "https://github.com/ajafff"
},
{
"name": "ExE Boss",
"githubUsername": "ExE-Boss",
"url": "https://github.com/ExE-Boss"
},
{
"name": "Piotr Błażejewicz",
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/semver"
}, },
"scripts": {}, {
"dependencies": {}, "name": "BendingBender",
"typesPublisherContentHash": "eeb34e966b621b4e47b2b11e63847d881e897b4ef9ec7a909c8d3730f7f3d6f8", "githubUsername": "BendingBender",
"typeScriptVersion": "4.6" "url": "https://github.com/BendingBender"
},
{
"name": "Lucian Buzzo",
"githubUsername": "LucianBuzzo",
"url": "https://github.com/LucianBuzzo"
},
{
"name": "Klaus Meinhardt",
"githubUsername": "ajafff",
"url": "https://github.com/ajafff"
},
{
"name": "ExE Boss",
"githubUsername": "ExE-Boss",
"url": "https://github.com/ExE-Boss"
},
{
"name": "Piotr Błażejewicz",
"githubUsername": "peterblazejewicz",
"url": "https://github.com/peterblazejewicz"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/semver"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "eeb34e966b621b4e47b2b11e63847d881e897b4ef9ec7a909c8d3730f7f3d6f8",
"typeScriptVersion": "4.6"
} }

View file

@ -1,62 +1,62 @@
{ {
"name": "@types/sinon", "name": "@types/sinon",
"version": "17.0.3", "version": "17.0.3",
"description": "TypeScript definitions for sinon", "description": "TypeScript definitions for sinon",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "William Sears", "name": "William Sears",
"githubUsername": "mrbigdog2u", "githubUsername": "mrbigdog2u",
"url": "https://github.com/mrbigdog2u" "url": "https://github.com/mrbigdog2u"
},
{
"name": "Nico Jansen",
"githubUsername": "nicojs",
"url": "https://github.com/nicojs"
},
{
"name": "James Garbutt",
"githubUsername": "43081j",
"url": "https://github.com/43081j"
},
{
"name": "Greg Jednaszewski",
"githubUsername": "gjednaszewski",
"url": "https://github.com/gjednaszewski"
},
{
"name": "John Wood",
"githubUsername": "johnjesse",
"url": "https://github.com/johnjesse"
},
{
"name": "Alec Flett",
"githubUsername": "alecf",
"url": "https://github.com/alecf"
},
{
"name": "Simon Schick",
"githubUsername": "SimonSchick",
"url": "https://github.com/SimonSchick"
},
{
"name": "Mathias Schreck",
"githubUsername": "lo1tuma",
"url": "https://github.com/lo1tuma"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/sinon"
}, },
"scripts": {}, {
"dependencies": { "name": "Nico Jansen",
"@types/sinonjs__fake-timers": "*" "githubUsername": "nicojs",
"url": "https://github.com/nicojs"
}, },
"typesPublisherContentHash": "cc1350cc55f70530a7cbb4c2a4cadd237011448aa601750d7ea7eac59e83bf53", {
"typeScriptVersion": "4.6" "name": "James Garbutt",
"githubUsername": "43081j",
"url": "https://github.com/43081j"
},
{
"name": "Greg Jednaszewski",
"githubUsername": "gjednaszewski",
"url": "https://github.com/gjednaszewski"
},
{
"name": "John Wood",
"githubUsername": "johnjesse",
"url": "https://github.com/johnjesse"
},
{
"name": "Alec Flett",
"githubUsername": "alecf",
"url": "https://github.com/alecf"
},
{
"name": "Simon Schick",
"githubUsername": "SimonSchick",
"url": "https://github.com/SimonSchick"
},
{
"name": "Mathias Schreck",
"githubUsername": "lo1tuma",
"url": "https://github.com/lo1tuma"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/sinon"
},
"scripts": {},
"dependencies": {
"@types/sinonjs__fake-timers": "*"
},
"typesPublisherContentHash": "cc1350cc55f70530a7cbb4c2a4cadd237011448aa601750d7ea7eac59e83bf53",
"typeScriptVersion": "4.6"
} }

View file

@ -1,45 +1,45 @@
{ {
"name": "@types/sinonjs__fake-timers", "name": "@types/sinonjs__fake-timers",
"version": "8.1.2", "version": "8.1.2",
"description": "TypeScript definitions for @sinonjs/fake-timers", "description": "TypeScript definitions for @sinonjs/fake-timers",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinonjs__fake-timers", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinonjs__fake-timers",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Wim Looman", "name": "Wim Looman",
"url": "https://github.com/Nemo157", "url": "https://github.com/Nemo157",
"githubUsername": "Nemo157" "githubUsername": "Nemo157"
},
{
"name": "Rogier Schouten",
"url": "https://github.com/rogierschouten",
"githubUsername": "rogierschouten"
},
{
"name": "Yishai Zehavi",
"url": "https://github.com/zyishai",
"githubUsername": "zyishai"
},
{
"name": "Remco Haszing",
"url": "https://github.com/remcohaszing",
"githubUsername": "remcohaszing"
},
{
"name": "Jaden Simon",
"url": "https://github.com/JadenSimon",
"githubUsername": "JadenSimon"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/sinonjs__fake-timers"
}, },
"scripts": {}, {
"dependencies": {}, "name": "Rogier Schouten",
"typesPublisherContentHash": "452fe64e05b9936a8b0868109cdd45c3e241020b1658d8cf534cb04b6cae7c4e", "url": "https://github.com/rogierschouten",
"typeScriptVersion": "3.9" "githubUsername": "rogierschouten"
},
{
"name": "Yishai Zehavi",
"url": "https://github.com/zyishai",
"githubUsername": "zyishai"
},
{
"name": "Remco Haszing",
"url": "https://github.com/remcohaszing",
"githubUsername": "remcohaszing"
},
{
"name": "Jaden Simon",
"url": "https://github.com/JadenSimon",
"githubUsername": "JadenSimon"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/sinonjs__fake-timers"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "452fe64e05b9936a8b0868109cdd45c3e241020b1658d8cf534cb04b6cae7c4e",
"typeScriptVersion": "3.9"
} }

100
node_modules/@types/uuid/package.json generated vendored
View file

@ -1,54 +1,54 @@
{ {
"name": "@types/uuid", "name": "@types/uuid",
"version": "10.0.0", "version": "10.0.0",
"description": "TypeScript definitions for uuid", "description": "TypeScript definitions for uuid",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Oliver Hoffmann", "name": "Oliver Hoffmann",
"githubUsername": "iamolivinius", "githubUsername": "iamolivinius",
"url": "https://github.com/iamolivinius" "url": "https://github.com/iamolivinius"
},
{
"name": "Felipe Ochoa",
"githubUsername": "felipeochoa",
"url": "https://github.com/felipeochoa"
},
{
"name": "Chris Barth",
"githubUsername": "cjbarth",
"url": "https://github.com/cjbarth"
},
{
"name": "Linus Unnebäck",
"githubUsername": "LinusU",
"url": "https://github.com/LinusU"
},
{
"name": "Christoph Tavan",
"githubUsername": "ctavan",
"url": "https://github.com/ctavan"
}
],
"main": "",
"types": "index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": {
"import": "./index.d.mts",
"default": "./index.d.ts"
}
}
}, },
"repository": { {
"type": "git", "name": "Felipe Ochoa",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "githubUsername": "felipeochoa",
"directory": "types/uuid" "url": "https://github.com/felipeochoa"
}, },
"scripts": {}, {
"dependencies": {}, "name": "Chris Barth",
"typesPublisherContentHash": "08fbc5ff7d23aaac1e81b5acf98181d2544ce6ffd5578e9879e2a75f0c087d54", "githubUsername": "cjbarth",
"typeScriptVersion": "4.7" "url": "https://github.com/cjbarth"
},
{
"name": "Linus Unnebäck",
"githubUsername": "LinusU",
"url": "https://github.com/LinusU"
},
{
"name": "Christoph Tavan",
"githubUsername": "ctavan",
"url": "https://github.com/ctavan"
}
],
"main": "",
"types": "index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"types": {
"import": "./index.d.mts",
"default": "./index.d.ts"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/uuid"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "08fbc5ff7d23aaac1e81b5acf98181d2544ce6ffd5578e9879e2a75f0c087d54",
"typeScriptVersion": "4.7"
} }

View file

@ -1 +1,3 @@
{"type":"commonjs"} {
"type": "commonjs"
}

View file

@ -17,7 +17,9 @@
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"version": "8.2.0", "version": "8.2.0",
"engines": {"node": ">=0.4.0"}, "engines": {
"node": ">=0.4.0"
},
"maintainers": [ "maintainers": [
{ {
"name": "Marijn Haverbeke", "name": "Marijn Haverbeke",

View file

@ -1,45 +1,45 @@
{ {
"name": "aggregate-error", "name": "aggregate-error",
"version": "4.0.1", "version": "4.0.1",
"description": "Create an error from multiple errors", "description": "Create an error from multiple errors",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/aggregate-error", "repository": "sindresorhus/aggregate-error",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"//test": "xo && ava && tsd", "//test": "xo && ava && tsd",
"test": "ava && tsd" "test": "ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"aggregate", "aggregate",
"error", "error",
"combine", "combine",
"multiple", "multiple",
"many", "many",
"collection", "collection",
"iterable", "iterable",
"iterator" "iterator"
], ],
"dependencies": { "dependencies": {
"clean-stack": "^4.0.0", "clean-stack": "^4.0.0",
"indent-string": "^5.0.0" "indent-string": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

106
node_modules/ansi-regex/package.json generated vendored
View file

@ -1,55 +1,55 @@
{ {
"name": "ansi-regex", "name": "ansi-regex",
"version": "5.0.1", "version": "5.0.1",
"description": "Regular expression for matching ANSI escape codes", "description": "Regular expression for matching ANSI escape codes",
"license": "MIT", "license": "MIT",
"repository": "chalk/ansi-regex", "repository": "chalk/ansi-regex",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd", "test": "xo && ava && tsd",
"view-supported": "node fixtures/view-codes.js" "view-supported": "node fixtures/view-codes.js"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"command-line", "command-line",
"text", "text",
"regex", "regex",
"regexp", "regexp",
"re", "re",
"match", "match",
"test", "test",
"find", "find",
"pattern" "pattern"
], ],
"devDependencies": { "devDependencies": {
"ava": "^2.4.0", "ava": "^2.4.0",
"tsd": "^0.9.0", "tsd": "^0.9.0",
"xo": "^0.25.3" "xo": "^0.25.3"
} }
} }

104
node_modules/ansi-styles/package.json generated vendored
View file

@ -1,54 +1,54 @@
{ {
"name": "ansi-styles", "name": "ansi-styles",
"version": "6.2.1", "version": "6.2.1",
"description": "ANSI escape codes for styling strings in the terminal", "description": "ANSI escape codes for styling strings in the terminal",
"license": "MIT", "license": "MIT",
"repository": "chalk/ansi-styles", "repository": "chalk/ansi-styles",
"funding": "https://github.com/chalk/ansi-styles?sponsor=1", "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd", "test": "xo && ava && tsd",
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"svg-term-cli": "^2.1.1", "svg-term-cli": "^2.1.1",
"tsd": "^0.19.0", "tsd": "^0.19.0",
"xo": "^0.47.0" "xo": "^0.47.0"
} }
} }

View file

@ -1,42 +1,42 @@
{ {
"name": "is-stream", "name": "is-stream",
"version": "2.0.1", "version": "2.0.1",
"description": "Check if something is a Node.js stream", "description": "Check if something is a Node.js stream",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/is-stream", "repository": "sindresorhus/is-stream",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"stream", "stream",
"type", "type",
"streams", "streams",
"writable", "writable",
"readable", "readable",
"duplex", "duplex",
"transform", "transform",
"check", "check",
"detect", "detect",
"is" "is"
], ],
"devDependencies": { "devDependencies": {
"@types/node": "^11.13.6", "@types/node": "^11.13.6",
"ava": "^1.4.1", "ava": "^1.4.1",
"tempy": "^0.3.0", "tempy": "^0.3.0",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
} }

View file

@ -1,93 +1,93 @@
{ {
"name": "array-buffer-byte-length", "name": "array-buffer-byte-length",
"version": "1.0.1", "version": "1.0.1",
"description": "Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.", "description": "Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.",
"main": "index.js", "main": "index.js",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"sideEffects": false, "sideEffects": false,
"types": "./index.d.ts", "types": "./index.d.ts",
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run lint", "pretest": "npm run lint",
"prelint": "evalmd README.md", "prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "tsc -p .", "postlint": "tsc -p .",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only", "test": "npm run tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"keywords": [ "keywords": [
"shim", "shim",
"polyfill", "polyfill",
"ArrayBuffer", "ArrayBuffer",
"byteLength", "byteLength",
"byte", "byte",
"length", "length",
"es-shim API", "es-shim API",
"es-shims" "es-shims"
], ],
"author": "Jordan Harband <ljharb@gmail.com>", "author": "Jordan Harband <ljharb@gmail.com>",
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/inspect-js/array-buffer-byte-length.git" "url": "git+https://github.com/inspect-js/array-buffer-byte-length.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/inspect-js/array-buffer-byte-length/issues" "url": "https://github.com/inspect-js/array-buffer-byte-length/issues"
}, },
"homepage": "https://github.com/inspect-js/array-buffer-byte-length#readme", "homepage": "https://github.com/inspect-js/array-buffer-byte-length#readme",
"dependencies": { "dependencies": {
"call-bind": "^1.0.5", "call-bind": "^1.0.5",
"is-array-buffer": "^3.0.4" "is-array-buffer": "^3.0.4"
}, },
"devDependencies": { "devDependencies": {
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"@types/call-bind": "^1.0.5", "@types/call-bind": "^1.0.5",
"@types/es-value-fixtures": "^1.4.4", "@types/es-value-fixtures": "^1.4.4",
"@types/for-each": "^0.3.3", "@types/for-each": "^0.3.3",
"@types/object-inspect": "^1.8.4", "@types/object-inspect": "^1.8.4",
"@types/tape": "^5.6.4", "@types/tape": "^5.6.4",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.4.2", "es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.13.1", "object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.4", "tape": "^5.7.4",
"typescript": "^5.4.0-dev.20240202" "typescript": "^5.4.0-dev.20240202"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true "hideCredit": true
}, },
"testling": { "testling": {
"files": "test/index.js" "files": "test/index.js"
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
} }
} }

View file

@ -1,114 +1,114 @@
{ {
"name": "array-includes", "name": "array-includes",
"version": "3.1.8", "version": "3.1.8",
"author": { "author": {
"name": "Jordan Harband", "name": "Jordan Harband",
"email": "ljharb@gmail.com", "email": "ljharb@gmail.com",
"url": "http://ljharb.codes" "url": "http://ljharb.codes"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"contributors": [ "contributors": [
{ {
"name": "Jordan Harband", "name": "Jordan Harband",
"email": "ljharb@gmail.com", "email": "ljharb@gmail.com",
"url": "http://ljharb.codes" "url": "http://ljharb.codes"
} }
], ],
"description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.", "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"pretest": "npm run --silent lint", "pretest": "npm run --silent lint",
"test": "npm run --silent tests-only", "test": "npm run --silent tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"prelint": "evalmd README.md", "prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound", "postlint": "es-shim-api --bound",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/es-shims/array-includes.git" "url": "git://github.com/es-shims/array-includes.git"
}, },
"keywords": [ "keywords": [
"Array.prototype.includes", "Array.prototype.includes",
"includes", "includes",
"array", "array",
"ES7", "ES7",
"shim", "shim",
"polyfill", "polyfill",
"contains", "contains",
"Array.prototype.contains", "Array.prototype.contains",
"es-shim API" "es-shim API"
], ],
"dependencies": { "dependencies": {
"call-bind": "^1.0.7", "call-bind": "^1.0.7",
"define-properties": "^1.2.1", "define-properties": "^1.2.1",
"es-abstract": "^1.23.2", "es-abstract": "^1.23.2",
"es-object-atoms": "^1.0.0", "es-object-atoms": "^1.0.0",
"get-intrinsic": "^1.2.4", "get-intrinsic": "^1.2.4",
"is-string": "^1.0.7" "is-string": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@es-shims/api": "^2.4.2", "@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"functions-have-names": "^1.2.3", "functions-have-names": "^1.2.3",
"has-strict-mode": "^1.0.1", "has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"indexof": "^0.0.1", "indexof": "^0.0.1",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.5" "tape": "^5.7.5"
}, },
"testling": { "testling": {
"files": [ "files": [
"test/index.js", "test/index.js",
"test/implementation.js", "test/implementation.js",
"test/shimmed.js" "test/shimmed.js"
], ],
"browsers": [ "browsers": [
"iexplore/6.0..latest", "iexplore/6.0..latest",
"firefox/3.0..6.0", "firefox/3.0..6.0",
"firefox/15.0..latest", "firefox/15.0..latest",
"firefox/nightly", "firefox/nightly",
"chrome/4.0..10.0", "chrome/4.0..10.0",
"chrome/20.0..latest", "chrome/20.0..latest",
"chrome/canary", "chrome/canary",
"opera/10.0..latest", "opera/10.0..latest",
"opera/next", "opera/next",
"safari/4.0..latest", "safari/4.0..latest",
"ipad/6.0..latest", "ipad/6.0..latest",
"iphone/6.0..latest", "iphone/6.0..latest",
"android-browser/4.2" "android-browser/4.2"
] ]
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true, "hideCredit": true,
"startingVersion": "3.1.6" "startingVersion": "3.1.6"
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
} }
} }

View file

@ -1,38 +1,38 @@
{ {
"name": "array-union", "name": "array-union",
"version": "2.1.0", "version": "2.1.0",
"description": "Create an array of unique values, in order, from the input arrays", "description": "Create an array of unique values, in order, from the input arrays",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/array-union", "repository": "sindresorhus/array-union",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"array", "array",
"set", "set",
"uniq", "uniq",
"unique", "unique",
"duplicate", "duplicate",
"remove", "remove",
"union", "union",
"combine", "combine",
"merge" "merge"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
} }

View file

@ -1,114 +1,114 @@
{ {
"name": "array.prototype.findlastindex", "name": "array.prototype.findlastindex",
"version": "1.2.5", "version": "1.2.5",
"description": "An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.", "description": "An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.",
"author": { "author": {
"name": "Jordan Harband", "name": "Jordan Harband",
"email": "ljharb@gmail.com", "email": "ljharb@gmail.com",
"url": "http://ljharb.codes" "url": "http://ljharb.codes"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"contributors": [ "contributors": [
{ {
"name": "Jordan Harband", "name": "Jordan Harband",
"email": "ljharb@gmail.com", "email": "ljharb@gmail.com",
"url": "http://ljharb.codes" "url": "http://ljharb.codes"
} }
], ],
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/es-shims/Array.prototype.findLastIndex/issues" "url": "https://github.com/es-shims/Array.prototype.findLastIndex/issues"
}, },
"homepage": "https://github.com/es-shims/Array.prototype.findLastIndex#readme", "homepage": "https://github.com/es-shims/Array.prototype.findLastIndex#readme",
"main": "index.js", "main": "index.js",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./auto": "./auto.js", "./auto": "./auto.js",
"./polyfill": "./polyfill.js", "./polyfill": "./polyfill.js",
"./implementation": "./implementation.js", "./implementation": "./implementation.js",
"./shim": "./shim.js", "./shim": "./shim.js",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run --silent lint", "pretest": "npm run --silent lint",
"posttest": "aud --production", "posttest": "aud --production",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only", "test": "npm run tests-only",
"prelint": "evalmd README.md", "prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound", "postlint": "es-shim-api --bound",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/es-shims/Array.prototype.findLastIndex.git" "url": "git+https://github.com/es-shims/Array.prototype.findLastIndex.git"
}, },
"keywords": [ "keywords": [
"Array.prototype.findLastIndex", "Array.prototype.findLastIndex",
"find", "find",
"findLast", "findLast",
"findLastIndex", "findLastIndex",
"array", "array",
"ESnext", "ESnext",
"shim", "shim",
"polyfill", "polyfill",
"last", "last",
"es-shim API" "es-shim API"
], ],
"dependencies": { "dependencies": {
"call-bind": "^1.0.7", "call-bind": "^1.0.7",
"define-properties": "^1.2.1", "define-properties": "^1.2.1",
"es-abstract": "^1.23.2", "es-abstract": "^1.23.2",
"es-errors": "^1.3.0", "es-errors": "^1.3.0",
"es-object-atoms": "^1.0.0", "es-object-atoms": "^1.0.0",
"es-shim-unscopables": "^1.0.2" "es-shim-unscopables": "^1.0.2"
}, },
"devDependencies": { "devDependencies": {
"@es-shims/api": "^2.4.2", "@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.4.2", "es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"functions-have-names": "^1.2.3", "functions-have-names": "^1.2.3",
"globalthis": "^1.0.3", "globalthis": "^1.0.3",
"has-strict-mode": "^1.0.1", "has-strict-mode": "^1.0.1",
"hasown": "^2.0.2", "hasown": "^2.0.2",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.13.1", "object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.5" "tape": "^5.7.5"
}, },
"testling": { "testling": {
"files": [ "files": [
"test/index.js", "test/index.js",
"test/shimmed.js" "test/shimmed.js"
] ]
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true "hideCredit": true
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
} }
} }

View file

@ -1,113 +1,113 @@
{ {
"name": "array.prototype.flat", "name": "array.prototype.flat",
"version": "1.3.2", "version": "1.3.2",
"author": { "author": {
"name": "Jordan Harband", "name": "Jordan Harband",
"email": "ljharb@gmail.com", "email": "ljharb@gmail.com",
"url": "http://ljharb.codes" "url": "http://ljharb.codes"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"contributors": [ "contributors": [
{ {
"name": "Jordan Harband", "name": "Jordan Harband",
"email": "ljharb@gmail.com", "email": "ljharb@gmail.com",
"url": "http://ljharb.codes" "url": "http://ljharb.codes"
} }
], ],
"description": "An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.", "description": "An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.",
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"pretest": "npm run --silent lint && evalmd README.md", "pretest": "npm run --silent lint && evalmd README.md",
"test": "npm run tests-only", "test": "npm run tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound", "postlint": "es-shim-api --bound",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/es-shims/Array.prototype.flat.git" "url": "git://github.com/es-shims/Array.prototype.flat.git"
}, },
"keywords": [ "keywords": [
"Array.prototype.flatten", "Array.prototype.flatten",
"Array.prototype.flat", "Array.prototype.flat",
"flatten", "flatten",
"flat", "flat",
"array", "array",
"ESnext", "ESnext",
"shim", "shim",
"polyfill", "polyfill",
"flatMap", "flatMap",
"Array.prototype.flatMap", "Array.prototype.flatMap",
"es-shim API" "es-shim API"
], ],
"dependencies": { "dependencies": {
"call-bind": "^1.0.2", "call-bind": "^1.0.2",
"define-properties": "^1.2.0", "define-properties": "^1.2.0",
"es-abstract": "^1.22.1", "es-abstract": "^1.22.1",
"es-shim-unscopables": "^1.0.0" "es-shim-unscopables": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@es-shims/api": "^2.4.2", "@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3", "aud": "^2.0.3",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"covert": "^1.1.1", "covert": "^1.1.1",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"function-bind": "^1.1.1", "function-bind": "^1.1.1",
"has-strict-mode": "^1.0.1", "has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.0", "npmignore": "^0.3.0",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.12.3", "object-inspect": "^1.12.3",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.6.6" "tape": "^5.6.6"
}, },
"testling": { "testling": {
"files": [ "files": [
"test/index.js", "test/index.js",
"test/shimmed.js" "test/shimmed.js"
], ],
"browsers": [ "browsers": [
"iexplore/6.0..latest", "iexplore/6.0..latest",
"firefox/3.0..6.0", "firefox/3.0..6.0",
"firefox/15.0..latest", "firefox/15.0..latest",
"firefox/nightly", "firefox/nightly",
"chrome/4.0..10.0", "chrome/4.0..10.0",
"chrome/20.0..latest", "chrome/20.0..latest",
"chrome/canary", "chrome/canary",
"opera/10.0..latest", "opera/10.0..latest",
"opera/next", "opera/next",
"safari/4.0..latest", "safari/4.0..latest",
"ipad/6.0..latest", "ipad/6.0..latest",
"iphone/6.0..latest", "iphone/6.0..latest",
"android-browser/4.2" "android-browser/4.2"
] ]
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true, "hideCredit": true,
"startingVersion": "1.3.1" "startingVersion": "1.3.1"
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
} }
} }

View file

@ -1,112 +1,112 @@
{ {
"name": "array.prototype.flatmap", "name": "array.prototype.flatmap",
"version": "1.3.2", "version": "1.3.2",
"author": { "author": {
"name": "Jordan Harband", "name": "Jordan Harband",
"email": "ljharb@gmail.com", "email": "ljharb@gmail.com",
"url": "http://ljharb.codes" "url": "http://ljharb.codes"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"contributors": [ "contributors": [
{ {
"name": "Jordan Harband", "name": "Jordan Harband",
"email": "ljharb@gmail.com", "email": "ljharb@gmail.com",
"url": "http://ljharb.codes" "url": "http://ljharb.codes"
} }
], ],
"description": "An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.", "description": "An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.",
"license": "MIT", "license": "MIT",
"main": "index", "main": "index",
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run lint", "pretest": "npm run lint",
"test": "npm run tests-only", "test": "npm run tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"prelint": "evalmd README.md", "prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound", "postlint": "es-shim-api --bound",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/es-shims/Array.prototype.flatMap.git" "url": "git://github.com/es-shims/Array.prototype.flatMap.git"
}, },
"keywords": [ "keywords": [
"Array.prototype.flatMap", "Array.prototype.flatMap",
"flatMap", "flatMap",
"array", "array",
"ESnext", "ESnext",
"shim", "shim",
"polyfill", "polyfill",
"flatten", "flatten",
"Array.prototype.flatten", "Array.prototype.flatten",
"es-shim API" "es-shim API"
], ],
"dependencies": { "dependencies": {
"call-bind": "^1.0.2", "call-bind": "^1.0.2",
"define-properties": "^1.2.0", "define-properties": "^1.2.0",
"es-abstract": "^1.22.1", "es-abstract": "^1.22.1",
"es-shim-unscopables": "^1.0.0" "es-shim-unscopables": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"@es-shims/api": "^2.4.2", "@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3", "aud": "^2.0.3",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"covert": "^1.1.1", "covert": "^1.1.1",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"has-strict-mode": "^1.0.1", "has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.0", "npmignore": "^0.3.0",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.12.3", "object-inspect": "^1.12.3",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.6.6" "tape": "^5.6.6"
}, },
"testling": { "testling": {
"files": [ "files": [
"test/index.js", "test/index.js",
"test/shimmed.js" "test/shimmed.js"
], ],
"browsers": [ "browsers": [
"iexplore/6.0..latest", "iexplore/6.0..latest",
"firefox/3.0..6.0", "firefox/3.0..6.0",
"firefox/15.0..latest", "firefox/15.0..latest",
"firefox/nightly", "firefox/nightly",
"chrome/4.0..10.0", "chrome/4.0..10.0",
"chrome/20.0..latest", "chrome/20.0..latest",
"chrome/canary", "chrome/canary",
"opera/10.0..latest", "opera/10.0..latest",
"opera/next", "opera/next",
"safari/4.0..latest", "safari/4.0..latest",
"ipad/6.0..latest", "ipad/6.0..latest",
"iphone/6.0..latest", "iphone/6.0..latest",
"android-browser/4.2" "android-browser/4.2"
] ]
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true, "hideCredit": true,
"startingVersion": "1.3.1" "startingVersion": "1.3.1"
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
} }
} }

View file

@ -1,104 +1,104 @@
{ {
"name": "arraybuffer.prototype.slice", "name": "arraybuffer.prototype.slice",
"version": "1.0.3", "version": "1.0.3",
"description": "ES spec-compliant shim for ArrayBuffer.prototype.slice", "description": "ES spec-compliant shim for ArrayBuffer.prototype.slice",
"author": "Jordan Harband <ljharb@gmail.com>", "author": "Jordan Harband <ljharb@gmail.com>",
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./auto": "./auto.js", "./auto": "./auto.js",
"./polyfill": "./polyfill.js", "./polyfill": "./polyfill.js",
"./implementation": "./implementation.js", "./implementation": "./implementation.js",
"./shim": "./shim.js", "./shim": "./shim.js",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint", "pretest": "npm run lint",
"test": "npm run tests-only", "test": "npm run tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "evalmd README.md && es-shim-api --bound", "postlint": "evalmd README.md && es-shim-api --bound",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/es-shims/ArrayBuffer.prototype.slice.git" "url": "git+https://github.com/es-shims/ArrayBuffer.prototype.slice.git"
}, },
"homepage": "https://github.com/es-shims/ArrayBuffer.prototype.slice#readme", "homepage": "https://github.com/es-shims/ArrayBuffer.prototype.slice#readme",
"bugs": { "bugs": {
"url": "https://github.com/es-shims/ArrayBuffer.prototype.slice/issues" "url": "https://github.com/es-shims/ArrayBuffer.prototype.slice/issues"
}, },
"keywords": [ "keywords": [
"javascript", "javascript",
"ecmascript", "ecmascript",
"ArrayBuffer.prototype.slice", "ArrayBuffer.prototype.slice",
"polyfill", "polyfill",
"shim", "shim",
"ArrayBuffer", "ArrayBuffer",
"array", "array",
"buffer", "buffer",
"ArrayBuffer#slice", "ArrayBuffer#slice",
"slice", "slice",
"typed array", "typed array",
"es-shim API" "es-shim API"
], ],
"dependencies": { "dependencies": {
"array-buffer-byte-length": "^1.0.1", "array-buffer-byte-length": "^1.0.1",
"call-bind": "^1.0.5", "call-bind": "^1.0.5",
"define-properties": "^1.2.1", "define-properties": "^1.2.1",
"es-abstract": "^1.22.3", "es-abstract": "^1.22.3",
"es-errors": "^1.2.1", "es-errors": "^1.2.1",
"get-intrinsic": "^1.2.3", "get-intrinsic": "^1.2.3",
"is-array-buffer": "^3.0.4", "is-array-buffer": "^3.0.4",
"is-shared-array-buffer": "^1.0.2" "is-shared-array-buffer": "^1.0.2"
}, },
"devDependencies": { "devDependencies": {
"@es-shims/api": "^2.4.2", "@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"covert": "^1.1.1", "covert": "^1.1.1",
"eclint": "^2.8.1", "eclint": "^2.8.1",
"es-value-fixtures": "^1.4.2", "es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"functions-have-names": "^1.2.3", "functions-have-names": "^1.2.3",
"has-strict-mode": "^1.0.1", "has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.13.1", "object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.4" "tape": "^5.7.4"
}, },
"testling": { "testling": {
"files": "test/index.js" "files": "test/index.js"
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true "hideCredit": true
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
} }
} }

View file

@ -1,58 +1,58 @@
{ {
"name": "ansi-regex", "name": "ansi-regex",
"version": "6.0.1", "version": "6.0.1",
"description": "Regular expression for matching ANSI escape codes", "description": "Regular expression for matching ANSI escape codes",
"license": "MIT", "license": "MIT",
"repository": "chalk/ansi-regex", "repository": "chalk/ansi-regex",
"funding": "https://github.com/chalk/ansi-regex?sponsor=1", "funding": "https://github.com/chalk/ansi-regex?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd", "test": "xo && ava && tsd",
"view-supported": "node fixtures/view-codes.js" "view-supported": "node fixtures/view-codes.js"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"command-line", "command-line",
"text", "text",
"regex", "regex",
"regexp", "regexp",
"re", "re",
"match", "match",
"test", "test",
"find", "find",
"pattern" "pattern"
], ],
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

View file

@ -1,38 +1,38 @@
{ {
"name": "arrify", "name": "arrify",
"version": "3.0.0", "version": "3.0.0",
"description": "Convert a value to an array", "description": "Convert a value to an array",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/arrify", "repository": "sindresorhus/arrify",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"array", "array",
"arrify", "arrify",
"arrayify", "arrayify",
"convert", "convert",
"value", "value",
"ensure" "ensure"
], ],
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.39.1" "xo": "^0.39.1"
} }
} }

View file

@ -1,42 +1,42 @@
{ {
"name": "callsites", "name": "callsites",
"version": "4.0.0", "version": "4.0.0",
"description": "Get callsites from the V8 stack trace API", "description": "Get callsites from the V8 stack trace API",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/callsites", "repository": "sindresorhus/callsites",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12.20" "node": ">=12.20"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"stacktrace", "stacktrace",
"v8", "v8",
"callsite", "callsite",
"callsites", "callsites",
"stack", "stack",
"trace", "trace",
"function", "function",
"file", "file",
"line", "line",
"debug" "debug"
], ],
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.17.0", "tsd": "^0.17.0",
"xo": "^0.44.0" "xo": "^0.44.0"
} }
} }

View file

@ -1,96 +1,96 @@
{ {
"name": "globby", "name": "globby",
"version": "13.2.2", "version": "13.2.2",
"description": "User-friendly glob matching", "description": "User-friendly glob matching",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/globby", "repository": "sindresorhus/globby",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}, },
"scripts": { "scripts": {
"bench": "npm update @globby/main-branch glob-stream fast-glob && node bench.js", "bench": "npm update @globby/main-branch glob-stream fast-glob && node bench.js",
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts", "index.d.ts",
"ignore.js", "ignore.js",
"utilities.js" "utilities.js"
], ],
"keywords": [ "keywords": [
"all", "all",
"array", "array",
"directories", "directories",
"expand", "expand",
"files", "files",
"filesystem", "filesystem",
"filter", "filter",
"find", "find",
"fnmatch", "fnmatch",
"folders", "folders",
"fs", "fs",
"glob", "glob",
"globbing", "globbing",
"globs", "globs",
"gulpfriendly", "gulpfriendly",
"match", "match",
"matcher", "matcher",
"minimatch", "minimatch",
"multi", "multi",
"multiple", "multiple",
"paths", "paths",
"pattern", "pattern",
"patterns", "patterns",
"traverse", "traverse",
"util", "util",
"utility", "utility",
"wildcard", "wildcard",
"wildcards", "wildcards",
"promise", "promise",
"gitignore", "gitignore",
"git" "git"
], ],
"dependencies": { "dependencies": {
"dir-glob": "^3.0.1", "dir-glob": "^3.0.1",
"fast-glob": "^3.3.0", "fast-glob": "^3.3.0",
"ignore": "^5.2.4", "ignore": "^5.2.4",
"merge2": "^1.4.1", "merge2": "^1.4.1",
"slash": "^4.0.0" "slash": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@globby/main-branch": "sindresorhus/globby#main", "@globby/main-branch": "sindresorhus/globby#main",
"@types/node": "^20.3.3", "@types/node": "^20.3.3",
"ava": "^5.3.1", "ava": "^5.3.1",
"benchmark": "2.1.4", "benchmark": "2.1.4",
"glob-stream": "^8.0.0", "glob-stream": "^8.0.0",
"rimraf": "^5.0.1", "rimraf": "^5.0.1",
"tempy": "^3.0.0", "tempy": "^3.0.0",
"tsd": "^0.28.1", "tsd": "^0.28.1",
"typescript": "^5.1.6", "typescript": "^5.1.6",
"xo": "^0.54.2" "xo": "^0.54.2"
}, },
"xo": { "xo": {
"ignores": [ "ignores": [
"fixtures" "fixtures"
], ],
"rules": { "rules": {
"@typescript-eslint/consistent-type-definitions": "off", "@typescript-eslint/consistent-type-definitions": "off",
"n/prefer-global/url": "off", "n/prefer-global/url": "off",
"@typescript-eslint/consistent-type-imports": "off" "@typescript-eslint/consistent-type-imports": "off"
} }
}, },
"ava": { "ava": {
"files": [ "files": [
"!tests/utilities.js" "!tests/utilities.js"
], ],
"workerThreads": false "workerThreads": false
} }
} }

View file

@ -1,38 +1,38 @@
{ {
"name": "slash", "name": "slash",
"version": "4.0.0", "version": "4.0.0",
"description": "Convert Windows backslash paths to slash paths", "description": "Convert Windows backslash paths to slash paths",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/slash", "repository": "sindresorhus/slash",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"path", "path",
"seperator", "seperator",
"slash", "slash",
"backslash", "backslash",
"windows", "windows",
"convert" "convert"
], ],
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

View file

@ -1,57 +1,57 @@
{ {
"name": "strip-ansi", "name": "strip-ansi",
"version": "7.0.1", "version": "7.0.1",
"description": "Strip ANSI escape codes from a string", "description": "Strip ANSI escape codes from a string",
"license": "MIT", "license": "MIT",
"repository": "chalk/strip-ansi", "repository": "chalk/strip-ansi",
"funding": "https://github.com/chalk/strip-ansi?sponsor=1", "funding": "https://github.com/chalk/strip-ansi?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"strip", "strip",
"trim", "trim",
"remove", "remove",
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-regex": "^6.0.1" "ansi-regex": "^6.0.1"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.17.0", "tsd": "^0.17.0",
"xo": "^0.44.0" "xo": "^0.44.0"
} }
} }

318
node_modules/ava/package.json generated vendored
View file

@ -1,161 +1,161 @@
{ {
"name": "ava", "name": "ava",
"version": "5.3.1", "version": "5.3.1",
"description": "Node.js test runner that lets you develop with confidence.", "description": "Node.js test runner that lets you develop with confidence.",
"license": "MIT", "license": "MIT",
"repository": "avajs/ava", "repository": "avajs/ava",
"homepage": "https://avajs.dev", "homepage": "https://avajs.dev",
"bin": { "bin": {
"ava": "entrypoints/cli.mjs" "ava": "entrypoints/cli.mjs"
}, },
"exports": { "exports": {
".": { ".": {
"import": { "import": {
"types": "./entrypoints/main.d.ts", "types": "./entrypoints/main.d.ts",
"default": "./entrypoints/main.mjs" "default": "./entrypoints/main.mjs"
}, },
"require": { "require": {
"types": "./entrypoints/main.d.cts", "types": "./entrypoints/main.d.cts",
"default": "./entrypoints/main.cjs" "default": "./entrypoints/main.cjs"
} }
}, },
"./eslint-plugin-helper": "./entrypoints/eslint-plugin-helper.cjs", "./eslint-plugin-helper": "./entrypoints/eslint-plugin-helper.cjs",
"./plugin": { "./plugin": {
"import": { "import": {
"types": "./entrypoints/plugin.d.ts", "types": "./entrypoints/plugin.d.ts",
"default": "./entrypoints/plugin.mjs" "default": "./entrypoints/plugin.mjs"
}, },
"require": { "require": {
"types": "./entrypoints/plugin.d.cts", "types": "./entrypoints/plugin.d.cts",
"default": "./entrypoints/plugin.cjs" "default": "./entrypoints/plugin.cjs"
} }
} }
}, },
"type": "module", "type": "module",
"engines": { "engines": {
"node": ">=14.19 <15 || >=16.15 <17 || >=18" "node": ">=14.19 <15 || >=16.15 <17 || >=18"
}, },
"scripts": { "scripts": {
"cover": "c8 --report=none test-ava && c8 --report=none --no-clean tap && c8 report", "cover": "c8 --report=none test-ava && c8 --report=none --no-clean tap && c8 report",
"test": "xo && tsc --noEmit && npm run -s cover" "test": "xo && tsc --noEmit && npm run -s cover"
}, },
"files": [ "files": [
"entrypoints", "entrypoints",
"lib", "lib",
"types", "types",
"*.d.ts" "*.d.ts"
], ],
"keywords": [ "keywords": [
"🦄", "🦄",
"test", "test",
"runner", "runner",
"testing", "testing",
"ava", "ava",
"concurrent", "concurrent",
"parallel", "parallel",
"fast", "fast",
"tdd", "tdd",
"cli-app", "cli-app",
"cli", "cli",
"jest", "jest",
"mocha", "mocha",
"tape", "tape",
"tap", "tap",
"qunit", "qunit",
"jasmine", "jasmine",
"assert", "assert",
"assertion", "assertion",
"promise", "promise",
"promises", "promises",
"async", "async",
"function", "function",
"await", "await",
"generator", "generator",
"generators", "generators",
"yield", "yield",
"observable", "observable",
"observables", "observables",
"unit", "unit",
"snapshot", "snapshot",
"expect", "expect",
"typescript" "typescript"
], ],
"dependencies": { "dependencies": {
"acorn": "^8.8.2", "acorn": "^8.8.2",
"acorn-walk": "^8.2.0", "acorn-walk": "^8.2.0",
"ansi-styles": "^6.2.1", "ansi-styles": "^6.2.1",
"arrgv": "^1.0.2", "arrgv": "^1.0.2",
"arrify": "^3.0.0", "arrify": "^3.0.0",
"callsites": "^4.0.0", "callsites": "^4.0.0",
"cbor": "^8.1.0", "cbor": "^8.1.0",
"chalk": "^5.2.0", "chalk": "^5.2.0",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"chunkd": "^2.0.1", "chunkd": "^2.0.1",
"ci-info": "^3.8.0", "ci-info": "^3.8.0",
"ci-parallel-vars": "^1.0.1", "ci-parallel-vars": "^1.0.1",
"clean-yaml-object": "^0.1.0", "clean-yaml-object": "^0.1.0",
"cli-truncate": "^3.1.0", "cli-truncate": "^3.1.0",
"code-excerpt": "^4.0.0", "code-excerpt": "^4.0.0",
"common-path-prefix": "^3.0.0", "common-path-prefix": "^3.0.0",
"concordance": "^5.0.4", "concordance": "^5.0.4",
"currently-unhandled": "^0.4.1", "currently-unhandled": "^0.4.1",
"debug": "^4.3.4", "debug": "^4.3.4",
"emittery": "^1.0.1", "emittery": "^1.0.1",
"figures": "^5.0.0", "figures": "^5.0.0",
"globby": "^13.1.4", "globby": "^13.1.4",
"ignore-by-default": "^2.1.0", "ignore-by-default": "^2.1.0",
"indent-string": "^5.0.0", "indent-string": "^5.0.0",
"is-error": "^2.2.2", "is-error": "^2.2.2",
"is-plain-object": "^5.0.0", "is-plain-object": "^5.0.0",
"is-promise": "^4.0.0", "is-promise": "^4.0.0",
"matcher": "^5.0.0", "matcher": "^5.0.0",
"mem": "^9.0.2", "mem": "^9.0.2",
"ms": "^2.1.3", "ms": "^2.1.3",
"p-event": "^5.0.1", "p-event": "^5.0.1",
"p-map": "^5.5.0", "p-map": "^5.5.0",
"picomatch": "^2.3.1", "picomatch": "^2.3.1",
"pkg-conf": "^4.0.0", "pkg-conf": "^4.0.0",
"plur": "^5.1.0", "plur": "^5.1.0",
"pretty-ms": "^8.0.0", "pretty-ms": "^8.0.0",
"resolve-cwd": "^3.0.0", "resolve-cwd": "^3.0.0",
"stack-utils": "^2.0.6", "stack-utils": "^2.0.6",
"strip-ansi": "^7.0.1", "strip-ansi": "^7.0.1",
"supertap": "^3.0.1", "supertap": "^3.0.1",
"temp-dir": "^3.0.0", "temp-dir": "^3.0.0",
"write-file-atomic": "^5.0.1", "write-file-atomic": "^5.0.1",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },
"devDependencies": { "devDependencies": {
"@ava/test": "github:avajs/test", "@ava/test": "github:avajs/test",
"@ava/typescript": "^4.0.0", "@ava/typescript": "^4.0.0",
"@sindresorhus/tsconfig": "^3.0.1", "@sindresorhus/tsconfig": "^3.0.1",
"ansi-escapes": "^6.2.0", "ansi-escapes": "^6.2.0",
"c8": "^7.13.0", "c8": "^7.13.0",
"delay": "^5.0.0", "delay": "^5.0.0",
"execa": "^7.1.1", "execa": "^7.1.1",
"expect": "^29.5.0", "expect": "^29.5.0",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"get-stream": "^6.0.1", "get-stream": "^6.0.1",
"replace-string": "^4.0.0", "replace-string": "^4.0.0",
"sinon": "^15.1.0", "sinon": "^15.1.0",
"tap": "^16.3.4", "tap": "^16.3.4",
"temp-write": "^5.0.0", "temp-write": "^5.0.0",
"tempy": "^3.0.0", "tempy": "^3.0.0",
"touch": "^3.1.0", "touch": "^3.1.0",
"tsd": "^0.28.1", "tsd": "^0.28.1",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"xo": "^0.54.2", "xo": "^0.54.2",
"zen-observable": "^0.10.0" "zen-observable": "^0.10.0"
}, },
"peerDependencies": { "peerDependencies": {
"@ava/typescript": "*" "@ava/typescript": "*"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@ava/typescript": { "@ava/typescript": {
"optional": true "optional": true
} }
}, },
"volta": { "volta": {
"node": "20.2.0" "node": "20.2.0"
} }
} }

View file

@ -1,93 +1,93 @@
{ {
"name": "available-typed-arrays", "name": "available-typed-arrays",
"version": "1.0.7", "version": "1.0.7",
"description": "Returns an array of Typed Array names that are available in the current environment", "description": "Returns an array of Typed Array names that are available in the current environment",
"main": "index.js", "main": "index.js",
"type": "commonjs", "type": "commonjs",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"types": "./index.d.ts", "types": "./index.d.ts",
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"prelint": "evalmd README.md", "prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "tsc -p .", "postlint": "tsc -p .",
"pretest": "npm run lint", "pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"test:harmony": "nyc node --harmony --es-staging test", "test:harmony": "nyc node --harmony --es-staging test",
"test": "npm run tests-only && npm run test:harmony", "test": "npm run tests-only && npm run test:harmony",
"posttest": "aud --production", "posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/inspect-js/available-typed-arrays.git" "url": "git+https://github.com/inspect-js/available-typed-arrays.git"
}, },
"keywords": [ "keywords": [
"typed", "typed",
"arrays", "arrays",
"Float32Array", "Float32Array",
"Float64Array", "Float64Array",
"Int8Array", "Int8Array",
"Int16Array", "Int16Array",
"Int32Array", "Int32Array",
"Uint8Array", "Uint8Array",
"Uint8ClampedArray", "Uint8ClampedArray",
"Uint16Array", "Uint16Array",
"Uint32Array", "Uint32Array",
"BigInt64Array", "BigInt64Array",
"BigUint64Array" "BigUint64Array"
], ],
"author": "Jordan Harband <ljharb@gmail.com>", "author": "Jordan Harband <ljharb@gmail.com>",
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/inspect-js/available-typed-arrays/issues" "url": "https://github.com/inspect-js/available-typed-arrays/issues"
}, },
"homepage": "https://github.com/inspect-js/available-typed-arrays#readme", "homepage": "https://github.com/inspect-js/available-typed-arrays#readme",
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"devDependencies": { "devDependencies": {
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"@types/array.prototype.every": "^1.1.1", "@types/array.prototype.every": "^1.1.1",
"@types/isarray": "^2.0.2", "@types/isarray": "^2.0.2",
"@types/tape": "^5.6.4", "@types/tape": "^5.6.4",
"array.prototype.every": "^1.1.5", "array.prototype.every": "^1.1.5",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"isarray": "^2.0.5", "isarray": "^2.0.5",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.4", "tape": "^5.7.4",
"typescript": "^5.4.0-dev.20240131" "typescript": "^5.4.0-dev.20240131"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true "hideCredit": true
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
}, },
"dependencies": { "dependencies": {
"possible-typed-array-names": "^1.0.0" "possible-typed-array-names": "^1.0.0"
} }
} }

View file

@ -1,48 +1,48 @@
{ {
"name": "big-integer", "name": "big-integer",
"version": "1.6.51", "version": "1.6.51",
"author": "Peter Olson <peter.e.c.olson+npm@gmail.com>", "author": "Peter Olson <peter.e.c.olson+npm@gmail.com>",
"description": "An arbitrary length integer library for Javascript", "description": "An arbitrary length integer library for Javascript",
"contributors": [], "contributors": [],
"bin": {}, "bin": {},
"scripts": { "scripts": {
"test": "tsc && karma start my.conf.js && node spec/tsDefinitions.js", "test": "tsc && karma start my.conf.js && node spec/tsDefinitions.js",
"minify": "uglifyjs BigInteger.js -o BigInteger.min.js" "minify": "uglifyjs BigInteger.js -o BigInteger.min.js"
}, },
"main": "./BigInteger", "main": "./BigInteger",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:peterolson/BigInteger.js.git" "url": "git@github.com:peterolson/BigInteger.js.git"
}, },
"keywords": [ "keywords": [
"math", "math",
"big", "big",
"bignum", "bignum",
"bigint", "bigint",
"biginteger", "biginteger",
"integer", "integer",
"arbitrary", "arbitrary",
"precision", "precision",
"arithmetic" "arithmetic"
], ],
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.175", "@types/lodash": "^4.14.175",
"@types/node": "^7.10.2", "@types/node": "^7.10.2",
"coveralls": "^3.0.6", "coveralls": "^3.0.6",
"jasmine": "3.5.0", "jasmine": "3.5.0",
"jasmine-core": "^3.5.0", "jasmine-core": "^3.5.0",
"karma": "^6.3.4", "karma": "^6.3.4",
"karma-cli": "^2.0.0", "karma-cli": "^2.0.0",
"karma-coverage": "^2.0.3", "karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1", "karma-jasmine": "^4.0.1",
"karma-phantomjs-launcher": "^1.0.4", "karma-phantomjs-launcher": "^1.0.4",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"typescript": "^3.6.3", "typescript": "^3.6.3",
"uglifyjs": "^2.4.10" "uglifyjs": "^2.4.10"
}, },
"license": "Unlicense", "license": "Unlicense",
"engines": { "engines": {
"node": ">=0.6" "node": ">=0.6"
}, },
"typings": "./BigInteger.d.ts" "typings": "./BigInteger.d.ts"
} }

View file

@ -1,38 +1,38 @@
{ {
"name": "binary-extensions", "name": "binary-extensions",
"version": "2.2.0", "version": "2.2.0",
"description": "List of binary file extensions", "description": "List of binary file extensions",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/binary-extensions", "repository": "sindresorhus/binary-extensions",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts", "index.d.ts",
"binary-extensions.json", "binary-extensions.json",
"binary-extensions.json.d.ts" "binary-extensions.json.d.ts"
], ],
"keywords": [ "keywords": [
"binary", "binary",
"extensions", "extensions",
"extension", "extension",
"file", "file",
"json", "json",
"list", "list",
"array" "array"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
} }

72
node_modules/binary/package.json generated vendored
View file

@ -1,38 +1,38 @@
{ {
"name" : "binary", "name": "binary",
"version" : "0.3.0", "version": "0.3.0",
"description" : "Unpack multibyte binary values from buffers", "description": "Unpack multibyte binary values from buffers",
"main" : "./index.js", "main": "./index.js",
"repository" : { "repository": {
"type" : "git", "type": "git",
"url" : "http://github.com/substack/node-binary.git" "url": "http://github.com/substack/node-binary.git"
}, },
"keywords": [ "keywords": [
"binary", "binary",
"decode", "decode",
"endian", "endian",
"unpack", "unpack",
"signed", "signed",
"unsigned" "unsigned"
], ],
"author" : { "author": {
"name" : "James Halliday", "name": "James Halliday",
"email" : "mail@substack.net", "email": "mail@substack.net",
"url" : "http://substack.net" "url": "http://substack.net"
}, },
"dependencies" : { "dependencies": {
"chainsaw" : "~0.1.0", "chainsaw": "~0.1.0",
"buffers" : "~0.1.1" "buffers": "~0.1.1"
}, },
"devDependencies" : { "devDependencies": {
"seq" : "~0.2.5", "seq": "~0.2.5",
"tap" : "~0.2.4" "tap": "~0.2.4"
}, },
"scripts" : { "scripts": {
"test" : "tap test/*.js" "test": "tap test/*.js"
}, },
"license" : "MIT", "license": "MIT",
"engine" : { "engine": {
"node" : ">=0.4.0" "node": ">=0.4.0"
} }
} }

24
node_modules/buffers/package.json generated vendored
View file

@ -1,14 +1,14 @@
{ {
"name" : "buffers", "name": "buffers",
"description" : "Treat a collection of Buffers as a single contiguous partially mutable Buffer.", "description": "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
"version" : "0.1.1", "version": "0.1.1",
"repository" : "http://github.com/substack/node-buffers.git", "repository": "http://github.com/substack/node-buffers.git",
"author" : "James Halliday <mail@substack.net> (http://substack.net)", "author": "James Halliday <mail@substack.net> (http://substack.net)",
"main" : "./index", "main": "./index",
"scripts" : { "scripts": {
"test" : "expresso" "test": "expresso"
}, },
"engines" : { "engines": {
"node" : ">=0.2.0" "node": ">=0.2.0"
} }
} }

View file

@ -1,44 +1,44 @@
{ {
"name": "bundle-name", "name": "bundle-name",
"version": "3.0.0", "version": "3.0.0",
"description": "Get bundle name from a bundle identifier (macOS): `com.apple.Safari` → `Safari`", "description": "Get bundle name from a bundle identifier (macOS): `com.apple.Safari` → `Safari`",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/bundle-name", "repository": "sindresorhus/bundle-name",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava" "test": "xo && ava"
}, },
"files": [ "files": [
"index.js" "index.js"
], ],
"keywords": [ "keywords": [
"macos", "macos",
"plist", "plist",
"applescript", "applescript",
"bundle", "bundle",
"bundleid", "bundleid",
"bundlename", "bundlename",
"id", "id",
"identifier", "identifier",
"CFBundleName", "CFBundleName",
"CFBundleIdentifier", "CFBundleIdentifier",
"uti" "uti"
], ],
"dependencies": { "dependencies": {
"run-applescript": "^5.0.0" "run-applescript": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

186
node_modules/call-bind/package.json generated vendored
View file

@ -1,95 +1,95 @@
{ {
"name": "call-bind", "name": "call-bind",
"version": "1.0.7", "version": "1.0.7",
"description": "Robustly `.call.bind()` a function", "description": "Robustly `.call.bind()` a function",
"main": "index.js", "main": "index.js",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./callBound": "./callBound.js", "./callBound": "./callBound.js",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=auto", "prepack": "npmignore --auto --commentLines=auto",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"lint": "eslint --ext=.js,.mjs .", "lint": "eslint --ext=.js,.mjs .",
"postlint": "evalmd README.md", "postlint": "evalmd README.md",
"pretest": "npm run lint", "pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only", "test": "npm run tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ljharb/call-bind.git" "url": "git+https://github.com/ljharb/call-bind.git"
}, },
"keywords": [ "keywords": [
"javascript", "javascript",
"ecmascript", "ecmascript",
"es", "es",
"js", "js",
"callbind", "callbind",
"callbound", "callbound",
"call", "call",
"bind", "bind",
"bound", "bound",
"call-bind", "call-bind",
"call-bound", "call-bound",
"function", "function",
"es-abstract" "es-abstract"
], ],
"author": "Jordan Harband <ljharb@gmail.com>", "author": "Jordan Harband <ljharb@gmail.com>",
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ljharb/call-bind/issues" "url": "https://github.com/ljharb/call-bind/issues"
}, },
"homepage": "https://github.com/ljharb/call-bind#readme", "homepage": "https://github.com/ljharb/call-bind#readme",
"devDependencies": { "devDependencies": {
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.4.2", "es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"gopd": "^1.0.1", "gopd": "^1.0.1",
"has-strict-mode": "^1.0.1", "has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.13.1", "object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.4" "tape": "^5.7.4"
}, },
"dependencies": { "dependencies": {
"es-define-property": "^1.0.0", "es-define-property": "^1.0.0",
"es-errors": "^1.3.0", "es-errors": "^1.3.0",
"function-bind": "^1.1.2", "function-bind": "^1.1.2",
"get-intrinsic": "^1.2.4", "get-intrinsic": "^1.2.4",
"set-function-length": "^1.2.1" "set-function-length": "^1.2.1"
}, },
"testling": { "testling": {
"files": "test/index.js" "files": "test/index.js"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true "hideCredit": true
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
} }
} }

74
node_modules/callsites/package.json generated vendored
View file

@ -1,39 +1,39 @@
{ {
"name": "callsites", "name": "callsites",
"version": "3.1.0", "version": "3.1.0",
"description": "Get callsites from the V8 stack trace API", "description": "Get callsites from the V8 stack trace API",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/callsites", "repository": "sindresorhus/callsites",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"stacktrace", "stacktrace",
"v8", "v8",
"callsite", "callsite",
"callsites", "callsites",
"stack", "stack",
"trace", "trace",
"function", "function",
"file", "file",
"line", "line",
"debug" "debug"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
} }

View file

@ -1,3 +1,3 @@
{ {
"type": "module" "type": "module"
} }

View file

@ -1,47 +1,47 @@
{ {
"name": "tslib", "name": "tslib",
"author": "Microsoft Corp.", "author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/", "homepage": "https://www.typescriptlang.org/",
"version": "2.7.0", "version": "2.7.0",
"license": "0BSD", "license": "0BSD",
"description": "Runtime library for TypeScript helper functions", "description": "Runtime library for TypeScript helper functions",
"keywords": [ "keywords": [
"TypeScript", "TypeScript",
"Microsoft", "Microsoft",
"compiler", "compiler",
"language", "language",
"javascript", "javascript",
"tslib", "tslib",
"runtime" "runtime"
], ],
"bugs": { "bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues" "url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
}, },
"repository": { "./*": "./*",
"type": "git", "./": "./"
"url": "https://github.com/Microsoft/tslib.git" }
},
"main": "tslib.js",
"module": "tslib.es6.js",
"jsnext:main": "tslib.es6.js",
"typings": "tslib.d.ts",
"sideEffects": false,
"exports": {
".": {
"module": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
},
"import": {
"node": "./modules/index.js",
"default": {
"types": "./modules/index.d.ts",
"default": "./tslib.es6.mjs"
}
},
"default": "./tslib.js"
},
"./*": "./*",
"./": "./"
}
} }

44
node_modules/chainsaw/package.json generated vendored
View file

@ -1,23 +1,25 @@
{ {
"name" : "chainsaw", "name": "chainsaw",
"version" : "0.1.0", "version": "0.1.0",
"description" : "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!", "description": "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!",
"main" : "./index.js", "main": "./index.js",
"repository" : { "repository": {
"type" : "git", "type": "git",
"url" : "http://github.com/substack/node-chainsaw.git" "url": "http://github.com/substack/node-chainsaw.git"
}, },
"dependencies" : { "dependencies": {
"traverse" : ">=0.3.0 <0.4" "traverse": ">=0.3.0 <0.4"
}, },
"keywords" : [ "keywords": [
"chain", "chain",
"fluent", "fluent",
"interface", "interface",
"monad", "monad",
"monadic" "monadic"
], ],
"author" : "James Halliday <mail@substack.net> (http://substack.net)", "author": "James Halliday <mail@substack.net> (http://substack.net)",
"license" : "MIT/X11", "license": "MIT/X11",
"engine" : { "node" : ">=0.4.0" } "engine": {
"node": ">=0.4.0"
}
} }

158
node_modules/chalk/package.json generated vendored
View file

@ -1,81 +1,81 @@
{ {
"name": "chalk", "name": "chalk",
"version": "5.2.0", "version": "5.2.0",
"description": "Terminal string styling done right", "description": "Terminal string styling done right",
"license": "MIT", "license": "MIT",
"repository": "chalk/chalk", "repository": "chalk/chalk",
"funding": "https://github.com/chalk/chalk?sponsor=1", "funding": "https://github.com/chalk/chalk?sponsor=1",
"type": "module", "type": "module",
"main": "./source/index.js", "main": "./source/index.js",
"exports": "./source/index.js", "exports": "./source/index.js",
"imports": { "imports": {
"#ansi-styles": "./source/vendor/ansi-styles/index.js", "#ansi-styles": "./source/vendor/ansi-styles/index.js",
"#supports-color": { "#supports-color": {
"node": "./source/vendor/supports-color/index.js", "node": "./source/vendor/supports-color/index.js",
"default": "./source/vendor/supports-color/browser.js" "default": "./source/vendor/supports-color/browser.js"
} }
}, },
"types": "./source/index.d.ts", "types": "./source/index.d.ts",
"engines": { "engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0" "node": "^12.17.0 || ^14.13 || >=16.0.0"
}, },
"scripts": { "scripts": {
"test": "xo && c8 ava && tsd", "test": "xo && c8 ava && tsd",
"bench": "matcha benchmark.js" "bench": "matcha benchmark.js"
}, },
"files": [ "files": [
"source", "source",
"!source/index.test-d.ts" "!source/index.test-d.ts"
], ],
"keywords": [ "keywords": [
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"ansi", "ansi",
"style", "style",
"styles", "styles",
"tty", "tty",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"devDependencies": { "devDependencies": {
"@types/node": "^16.11.10", "@types/node": "^16.11.10",
"ava": "^3.15.0", "ava": "^3.15.0",
"c8": "^7.10.0", "c8": "^7.10.0",
"color-convert": "^2.0.1", "color-convert": "^2.0.1",
"execa": "^6.0.0", "execa": "^6.0.0",
"log-update": "^5.0.0", "log-update": "^5.0.0",
"matcha": "^0.7.0", "matcha": "^0.7.0",
"tsd": "^0.19.0", "tsd": "^0.19.0",
"xo": "^0.53.0", "xo": "^0.53.0",
"yoctodelay": "^2.0.0" "yoctodelay": "^2.0.0"
}, },
"xo": { "xo": {
"rules": { "rules": {
"unicorn/prefer-string-slice": "off", "unicorn/prefer-string-slice": "off",
"@typescript-eslint/consistent-type-imports": "off", "@typescript-eslint/consistent-type-imports": "off",
"@typescript-eslint/consistent-type-exports": "off", "@typescript-eslint/consistent-type-exports": "off",
"@typescript-eslint/consistent-type-definitions": "off" "@typescript-eslint/consistent-type-definitions": "off"
} }
}, },
"c8": { "c8": {
"reporter": [ "reporter": [
"text", "text",
"lcov" "lcov"
], ],
"exclude": [ "exclude": [
"source/vendor" "source/vendor"
] ]
} }
} }

104
node_modules/chunkd/package.json generated vendored
View file

@ -1,54 +1,54 @@
{ {
"name": "chunkd", "name": "chunkd",
"version": "2.0.1", "version": "2.0.1",
"description": "Get a chunk of an array based on the total number of chunks and current index", "description": "Get a chunk of an array based on the total number of chunks and current index",
"main": "dist/chunkd.js", "main": "dist/chunkd.js",
"repository": "jamiebuilds/chunkd", "repository": "jamiebuilds/chunkd",
"author": "Jamie Kyle <me@thejameskyle.com>", "author": "Jamie Kyle <me@thejameskyle.com>",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"util", "util",
"chunk", "chunk",
"index", "index",
"total" "total"
], ],
"files": [ "files": [
"dist" "dist"
], ],
"scripts": { "scripts": {
"check:typescript": "tsc --noEmit", "check:typescript": "tsc --noEmit",
"check:prettier": "prettier --check '**'", "check:prettier": "prettier --check '**'",
"build": "rm -rf dist && tsc", "build": "rm -rf dist && tsc",
"format": "prettier --write '**'", "format": "prettier --write '**'",
"test": "ava", "test": "ava",
"prepublishOnly": "npm run -s build" "prepublishOnly": "npm run -s build"
}, },
"devDependencies": { "devDependencies": {
"ava": "^2.4.0", "ava": "^2.4.0",
"husky": "^3.1.0", "husky": "^3.1.0",
"lint-staged": "^9.4.3", "lint-staged": "^9.4.3",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"ts-node": "^8.5.2", "ts-node": "^8.5.2",
"typescript": "^3.7.2" "typescript": "^3.7.2"
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
} }
}, },
"lint-staged": { "lint-staged": {
"*": [ "*": [
"prettier --write", "prettier --write",
"git add" "git add"
] ]
}, },
"ava": { "ava": {
"compileEnhancements": false, "compileEnhancements": false,
"extensions": [ "extensions": [
"ts" "ts"
], ],
"require": [ "require": [
"ts-node/register" "ts-node/register"
] ]
} }
} }

View file

@ -1,40 +1,40 @@
{ {
"name": "escape-string-regexp", "name": "escape-string-regexp",
"version": "5.0.0", "version": "5.0.0",
"description": "Escape RegExp special characters", "description": "Escape RegExp special characters",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/escape-string-regexp", "repository": "sindresorhus/escape-string-regexp",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"escape", "escape",
"regex", "regex",
"regexp", "regexp",
"regular", "regular",
"expression", "expression",
"string", "string",
"special", "special",
"characters" "characters"
], ],
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

View file

@ -1,44 +1,44 @@
{ {
"name": "clean-stack", "name": "clean-stack",
"version": "4.2.0", "version": "4.2.0",
"description": "Clean up error stack traces", "description": "Clean up error stack traces",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/clean-stack", "repository": "sindresorhus/clean-stack",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"clean", "clean",
"stack", "stack",
"trace", "trace",
"traces", "traces",
"error", "error",
"electron" "electron"
], ],
"dependencies": { "dependencies": {
"escape-string-regexp": "5.0.0" "escape-string-regexp": "5.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
}, },
"browser": { "browser": {
"os": false "os": false
} }
} }

View file

@ -1,58 +1,58 @@
{ {
"name": "ansi-regex", "name": "ansi-regex",
"version": "6.0.1", "version": "6.0.1",
"description": "Regular expression for matching ANSI escape codes", "description": "Regular expression for matching ANSI escape codes",
"license": "MIT", "license": "MIT",
"repository": "chalk/ansi-regex", "repository": "chalk/ansi-regex",
"funding": "https://github.com/chalk/ansi-regex?sponsor=1", "funding": "https://github.com/chalk/ansi-regex?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd", "test": "xo && ava && tsd",
"view-supported": "node fixtures/view-codes.js" "view-supported": "node fixtures/view-codes.js"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"command-line", "command-line",
"text", "text",
"regex", "regex",
"regexp", "regexp",
"re", "re",
"match", "match",
"test", "test",
"find", "find",
"pattern" "pattern"
], ],
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

View file

@ -1,59 +1,59 @@
{ {
"name": "string-width", "name": "string-width",
"version": "5.1.0", "version": "5.1.0",
"description": "Get the visual width of a string - the number of columns required to display it", "description": "Get the visual width of a string - the number of columns required to display it",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/string-width", "repository": "sindresorhus/string-width",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"string", "string",
"character", "character",
"unicode", "unicode",
"width", "width",
"visual", "visual",
"column", "column",
"columns", "columns",
"fullwidth", "fullwidth",
"full-width", "full-width",
"full", "full",
"ansi", "ansi",
"escape", "escape",
"codes", "codes",
"cli", "cli",
"command-line", "command-line",
"terminal", "terminal",
"console", "console",
"cjk", "cjk",
"chinese", "chinese",
"japanese", "japanese",
"korean", "korean",
"fixed-width" "fixed-width"
], ],
"dependencies": { "dependencies": {
"eastasianwidth": "^0.2.0", "eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2", "emoji-regex": "^9.2.2",
"strip-ansi": "^7.0.1" "strip-ansi": "^7.0.1"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

View file

@ -1,57 +1,57 @@
{ {
"name": "strip-ansi", "name": "strip-ansi",
"version": "7.0.1", "version": "7.0.1",
"description": "Strip ANSI escape codes from a string", "description": "Strip ANSI escape codes from a string",
"license": "MIT", "license": "MIT",
"repository": "chalk/strip-ansi", "repository": "chalk/strip-ansi",
"funding": "https://github.com/chalk/strip-ansi?sponsor=1", "funding": "https://github.com/chalk/strip-ansi?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"strip", "strip",
"trim", "trim",
"remove", "remove",
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-regex": "^6.0.1" "ansi-regex": "^6.0.1"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.17.0", "tsd": "^0.17.0",
"xo": "^0.44.0" "xo": "^0.44.0"
} }
} }

View file

@ -1,48 +1,48 @@
{ {
"name": "cli-truncate", "name": "cli-truncate",
"version": "3.1.0", "version": "3.1.0",
"description": "Truncate a string to a specific width in the terminal", "description": "Truncate a string to a specific width in the terminal",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/cli-truncate", "repository": "sindresorhus/cli-truncate",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"truncate", "truncate",
"ellipsis", "ellipsis",
"text", "text",
"limit", "limit",
"slice", "slice",
"cli", "cli",
"terminal", "terminal",
"term", "term",
"shell", "shell",
"width", "width",
"ansi", "ansi",
"string" "string"
], ],
"dependencies": { "dependencies": {
"slice-ansi": "^5.0.0", "slice-ansi": "^5.0.0",
"string-width": "^5.0.0" "string-width": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.17.0", "tsd": "^0.17.0",
"xo": "^0.44.0" "xo": "^0.44.0"
} }
} }

56
node_modules/color-name/package.json generated vendored
View file

@ -1,28 +1,28 @@
{ {
"name": "color-name", "name": "color-name",
"version": "1.1.4", "version": "1.1.4",
"description": "A list of color names and its values", "description": "A list of color names and its values",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js" "index.js"
], ],
"scripts": { "scripts": {
"test": "node test.js" "test": "node test.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:colorjs/color-name.git" "url": "git@github.com:colorjs/color-name.git"
}, },
"keywords": [ "keywords": [
"color-name", "color-name",
"color", "color",
"color-keyword", "color-keyword",
"keyword" "keyword"
], ],
"author": "DY <dfcreative@gmail.com>", "author": "DY <dfcreative@gmail.com>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/colorjs/color-name/issues" "url": "https://github.com/colorjs/color-name/issues"
}, },
"homepage": "https://github.com/colorjs/color-name" "homepage": "https://github.com/colorjs/color-name"
} }

View file

@ -1,42 +1,42 @@
{ {
"name": "is-stream", "name": "is-stream",
"version": "2.0.1", "version": "2.0.1",
"description": "Check if something is a Node.js stream", "description": "Check if something is a Node.js stream",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/is-stream", "repository": "sindresorhus/is-stream",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"stream", "stream",
"type", "type",
"streams", "streams",
"writable", "writable",
"readable", "readable",
"duplex", "duplex",
"transform", "transform",
"check", "check",
"detect", "detect",
"is" "is"
], ],
"devDependencies": { "devDependencies": {
"@types/node": "^11.13.6", "@types/node": "^11.13.6",
"ava": "^1.4.1", "ava": "^1.4.1",
"tempy": "^0.3.0", "tempy": "^0.3.0",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
} }

96
node_modules/concat-map/package.json generated vendored
View file

@ -1,43 +1,59 @@
{ {
"name" : "concat-map", "name": "concat-map",
"description" : "concatenative mapdashery", "description": "concatenative mapdashery",
"version" : "0.0.1", "version": "0.0.1",
"repository" : { "repository": {
"type" : "git", "type": "git",
"url" : "git://github.com/substack/node-concat-map.git" "url": "git://github.com/substack/node-concat-map.git"
}, },
"main" : "index.js", "main": "index.js",
"keywords" : [ "keywords": [
"concat", "concat",
"concatMap", "concatMap",
"map", "map",
"functional", "functional",
"higher-order" "higher-order"
], ],
"directories" : { "directories": {
"example" : "example", "example": "example",
"test" : "test" "test": "test"
}, },
"scripts" : { "scripts": {
"test" : "tape test/*.js" "test": "tape test/*.js"
}, },
"devDependencies" : { "devDependencies": {
"tape" : "~2.4.0" "tape": "~2.4.0"
}, },
"license" : "MIT", "license": "MIT",
"author" : { "author": {
"name" : "James Halliday", "name": "James Halliday",
"email" : "mail@substack.net", "email": "mail@substack.net",
"url" : "http://substack.net" "url": "http://substack.net"
}, },
"testling" : { "testling": {
"files" : "test/*.js", "files": "test/*.js",
"browsers" : { "browsers": {
"ie" : [ 6, 7, 8, 9 ], "ie": [
"ff" : [ 3.5, 10, 15.0 ], 6,
"chrome" : [ 10, 22 ], 7,
"safari" : [ 5.1 ], 8,
"opera" : [ 12 ] 9
} ],
"ff": [
3.5,
10,
15
],
"chrome": [
10,
22
],
"safari": [
5.1
],
"opera": [
12
]
} }
}
} }

106
node_modules/crc-32/package.json generated vendored
View file

@ -1,43 +1,67 @@
{ {
"name": "crc-32", "name": "crc-32",
"version": "1.2.2", "version": "1.2.2",
"author": "sheetjs", "author": "sheetjs",
"description": "Pure-JS CRC-32", "description": "Pure-JS CRC-32",
"keywords": [ "crc", "crc32", "checksum" ], "keywords": [
"bin": { "crc",
"crc32": "bin/crc32.njs" "crc32",
}, "checksum"
"main": "crc32.js", ],
"types": "types/index.d.ts", "bin": {
"typesVersions": { "*": { "*": ["types/index.d.ts" ] } }, "crc32": "bin/crc32.njs"
"dependencies": { },
}, "main": "crc32.js",
"devDependencies": { "types": "types/index.d.ts",
"printj": "~1.3.1", "typesVersions": {
"exit-on-epipe": "~1.0.1", "*": {
"mocha": "~2.5.3", "*": [
"blanket": "~1.2.3", "types/index.d.ts"
"codepage": "~1.10.0", ]
"@sheetjs/uglify-js": "~2.7.3", }
"@types/node": "^8.0.7", },
"dtslint": "^0.1.2", "dependencies": {},
"typescript": "2.2.0" "devDependencies": {
}, "printj": "~1.3.1",
"repository": { "type": "git", "url": "git://github.com/SheetJS/js-crc32.git" }, "exit-on-epipe": "~1.0.1",
"scripts": { "mocha": "~2.5.3",
"test": "make test", "blanket": "~1.2.3",
"build": "make", "codepage": "~1.10.0",
"lint": "make fullint", "@sheetjs/uglify-js": "~2.7.3",
"dtslint": "dtslint types" "@types/node": "^8.0.7",
}, "dtslint": "^0.1.2",
"config": { "typescript": "2.2.0"
"blanket": { },
"pattern": "crc32.js" "repository": {
} "type": "git",
}, "url": "git://github.com/SheetJS/js-crc32.git"
"homepage": "https://sheetjs.com/", },
"files": ["crc32.js", "crc32c.js", "bin/crc32.njs", "LICENSE", "README.md", "types/index.d.ts", "types/*.json"], "scripts": {
"bugs": { "url": "https://github.com/SheetJS/js-crc32/issues" }, "test": "make test",
"license": "Apache-2.0", "build": "make",
"engines": { "node": ">=0.8" } "lint": "make fullint",
"dtslint": "dtslint types"
},
"config": {
"blanket": {
"pattern": "crc32.js"
}
},
"homepage": "https://sheetjs.com/",
"files": [
"crc32.js",
"crc32c.js",
"bin/crc32.njs",
"LICENSE",
"README.md",
"types/index.d.ts",
"types/*.json"
],
"bugs": {
"url": "https://github.com/SheetJS/js-crc32/issues"
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.8"
}
} }

View file

@ -1,88 +1,88 @@
{ {
"name": "data-view-buffer", "name": "data-view-buffer",
"version": "1.0.1", "version": "1.0.1",
"description": "Get the ArrayBuffer out of a DataView, robustly.", "description": "Get the ArrayBuffer out of a DataView, robustly.",
"main": "index.js", "main": "index.js",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"types": "./index.d.ts", "types": "./index.d.ts",
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"prelint": "evalmd README.md", "prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "tsc -p .", "postlint": "tsc -p .",
"pretest": "npm run lint", "pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only", "test": "npm run tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ljharb/data-view-buffer.git" "url": "git+https://github.com/ljharb/data-view-buffer.git"
}, },
"keywords": [ "keywords": [
"javascript", "javascript",
"ecmascript", "ecmascript",
"dataview", "dataview",
"buffer", "buffer",
"robust" "robust"
], ],
"author": "Jordan Harband <ljharb@gmail.com>", "author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ljharb/data-view-buffer/issues" "url": "https://github.com/ljharb/data-view-buffer/issues"
}, },
"homepage": "https://github.com/ljharb/data-view-buffer#readme", "homepage": "https://github.com/ljharb/data-view-buffer#readme",
"dependencies": { "dependencies": {
"call-bind": "^1.0.6", "call-bind": "^1.0.6",
"es-errors": "^1.3.0", "es-errors": "^1.3.0",
"is-data-view": "^1.0.1" "is-data-view": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"@types/call-bind": "^1.0.5", "@types/call-bind": "^1.0.5",
"@types/es-value-fixtures": "^1.4.4", "@types/es-value-fixtures": "^1.4.4",
"@types/for-each": "^0.3.3", "@types/for-each": "^0.3.3",
"@types/object-inspect": "^1.8.4", "@types/object-inspect": "^1.8.4",
"@types/tape": "^5.6.4", "@types/tape": "^5.6.4",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.4.2", "es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.13.1", "object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.4", "tape": "^5.7.4",
"typescript": "next" "typescript": "next"
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true "hideCredit": true
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
} }
} }

View file

@ -1,94 +1,94 @@
{ {
"name": "data-view-byte-length", "name": "data-view-byte-length",
"version": "1.0.1", "version": "1.0.1",
"description": "Get the byteLength out of a DataView, robustly.", "description": "Get the byteLength out of a DataView, robustly.",
"main": "index.js", "main": "index.js",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"types": "./index.d.ts", "types": "./index.d.ts",
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"prelint": "evalmd README.md", "prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "tsc -p . && attw -P", "postlint": "tsc -p . && attw -P",
"pretest": "npm run lint", "pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only", "test": "npm run tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ljharb/data-view-byte-length.git" "url": "git+https://github.com/ljharb/data-view-byte-length.git"
}, },
"keywords": [ "keywords": [
"javascript", "javascript",
"ecmascript", "ecmascript",
"dataview", "dataview",
"data", "data",
"view", "view",
"byte", "byte",
"length", "length",
"byteLength", "byteLength",
"robust" "robust"
], ],
"author": "Jordan Harband <ljharb@gmail.com>", "author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ljharb/data-view-byte-length/issues" "url": "https://github.com/ljharb/data-view-byte-length/issues"
}, },
"homepage": "https://github.com/ljharb/data-view-byte-length#readme", "homepage": "https://github.com/ljharb/data-view-byte-length#readme",
"dependencies": { "dependencies": {
"call-bind": "^1.0.7", "call-bind": "^1.0.7",
"es-errors": "^1.3.0", "es-errors": "^1.3.0",
"is-data-view": "^1.0.1" "is-data-view": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.15.1", "@arethetypeswrong/cli": "^0.15.1",
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"@ljharb/tsconfig": "^0.1.1", "@ljharb/tsconfig": "^0.1.1",
"@types/call-bind": "^1.0.5", "@types/call-bind": "^1.0.5",
"@types/es-value-fixtures": "^1.4.4", "@types/es-value-fixtures": "^1.4.4",
"@types/for-each": "^0.3.3", "@types/for-each": "^0.3.3",
"@types/object-inspect": "^1.8.4", "@types/object-inspect": "^1.8.4",
"@types/tape": "^5.6.4", "@types/tape": "^5.6.4",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.4.2", "es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.13.1", "object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.5", "tape": "^5.7.5",
"typescript": "next" "typescript": "next"
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true "hideCredit": true
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
} }
} }

View file

@ -1,93 +1,93 @@
{ {
"name": "data-view-byte-offset", "name": "data-view-byte-offset",
"version": "1.0.0", "version": "1.0.0",
"description": "Get the byteOffset out of a DataView, robustly.", "description": "Get the byteOffset out of a DataView, robustly.",
"main": "index.js", "main": "index.js",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"types": "./index.d.ts", "types": "./index.d.ts",
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"prelint": "evalmd README.md", "prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "tsc -p . && attw -P", "postlint": "tsc -p . && attw -P",
"pretest": "npm run lint", "pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only", "test": "npm run tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ljharb/data-view-byte-offset.git" "url": "git+https://github.com/ljharb/data-view-byte-offset.git"
}, },
"keywords": [ "keywords": [
"javascript", "javascript",
"ecmascript", "ecmascript",
"dataView", "dataView",
"data", "data",
"view", "view",
"byte", "byte",
"offset", "offset",
"byteOffset", "byteOffset",
"robust" "robust"
], ],
"author": "Jordan Harband <ljharb@gmail.com>", "author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ljharb/data-view-byte-offset/issues" "url": "https://github.com/ljharb/data-view-byte-offset/issues"
}, },
"homepage": "https://github.com/ljharb/data-view-byte-offset#readme", "homepage": "https://github.com/ljharb/data-view-byte-offset#readme",
"dependencies": { "dependencies": {
"call-bind": "^1.0.6", "call-bind": "^1.0.6",
"es-errors": "^1.3.0", "es-errors": "^1.3.0",
"is-data-view": "^1.0.1" "is-data-view": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"@arethetypeswrong/cli": "^0.15.0", "@arethetypeswrong/cli": "^0.15.0",
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"@types/call-bind": "^1.0.5", "@types/call-bind": "^1.0.5",
"@types/es-value-fixtures": "^1.4.4", "@types/es-value-fixtures": "^1.4.4",
"@types/for-each": "^0.3.3", "@types/for-each": "^0.3.3",
"@types/object-inspect": "^1.8.4", "@types/object-inspect": "^1.8.4",
"@types/tape": "^5.6.4", "@types/tape": "^5.6.4",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.4.2", "es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.13.1", "object-inspect": "^1.13.1",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.4", "tape": "^5.7.4",
"typescript": "next" "typescript": "next"
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true "hideCredit": true
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows" ".github/workflows"
] ]
} }
} }

78
node_modules/date-time/package.json generated vendored
View file

@ -1,41 +1,41 @@
{ {
"name": "date-time", "name": "date-time",
"version": "3.1.0", "version": "3.1.0",
"description": "Pretty datetime: `2014-01-09 06:46:01`", "description": "Pretty datetime: `2014-01-09 06:46:01`",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/date-time", "repository": "sindresorhus/date-time",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"datetime", "datetime",
"date-time", "date-time",
"date", "date",
"time", "time",
"utc", "utc",
"iso", "iso",
"timezone", "timezone",
"zone", "zone",
"timestamp" "timestamp"
], ],
"dependencies": { "dependencies": {
"time-zone": "^1.0.0" "time-zone": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.1", "tsd": "^0.7.1",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
} }

View file

@ -1,44 +1,44 @@
{ {
"name": "default-browser-id", "name": "default-browser-id",
"version": "3.0.0", "version": "3.0.0",
"description": "Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari", "description": "Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/default-browser-id", "repository": "sindresorhus/default-browser-id",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava" "test": "xo && ava"
}, },
"files": [ "files": [
"index.js" "index.js"
], ],
"keywords": [ "keywords": [
"macos", "macos",
"browser", "browser",
"default", "default",
"plist", "plist",
"web", "web",
"bundle", "bundle",
"bundleid", "bundleid",
"id", "id",
"identifier", "identifier",
"uti" "uti"
], ],
"dependencies": { "dependencies": {
"bplist-parser": "^0.2.0", "bplist-parser": "^0.2.0",
"untildify": "^4.0.0" "untildify": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

View file

@ -1,52 +1,52 @@
{ {
"name": "default-browser", "name": "default-browser",
"version": "4.0.0", "version": "4.0.0",
"description": "Get the default browser", "description": "Get the default browser",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/default-browser", "repository": "sindresorhus/default-browser",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=14.16" "node": ">=14.16"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"windows.js", "windows.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"macos", "macos",
"linux", "linux",
"browser", "browser",
"default", "default",
"plist", "plist",
"web", "web",
"bundle", "bundle",
"bundleid", "bundleid",
"id", "id",
"identifier", "identifier",
"uti", "uti",
"cfbundlename", "cfbundlename",
"applescript" "applescript"
], ],
"dependencies": { "dependencies": {
"bundle-name": "^3.0.0", "bundle-name": "^3.0.0",
"default-browser-id": "^3.0.0", "default-browser-id": "^3.0.0",
"execa": "^7.1.1", "execa": "^7.1.1",
"titleize": "^3.0.0" "titleize": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^5.2.0", "ava": "^5.2.0",
"tsd": "^0.28.0", "tsd": "^0.28.0",
"xo": "^0.53.1" "xo": "^0.53.1"
} }
} }

View file

@ -1,106 +1,106 @@
{ {
"name": "define-data-property", "name": "define-data-property",
"version": "1.1.4", "version": "1.1.4",
"description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.", "description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
"main": "index.js", "main": "index.js",
"types": "./index.d.ts", "types": "./index.d.ts",
"exports": { "exports": {
".": "./index.js", ".": "./index.js",
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated", "prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly", "prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest", "prepublishOnly": "safe-publish-latest",
"tsc": "tsc -p .", "tsc": "tsc -p .",
"prelint": "evalmd README.md", "prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .", "lint": "eslint --ext=js,mjs .",
"postlint": "npm run tsc", "postlint": "npm run tsc",
"pretest": "npm run lint", "pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'", "tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only", "test": "npm run tests-only",
"posttest": "aud --production", "posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md", "version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ljharb/define-data-property.git" "url": "git+https://github.com/ljharb/define-data-property.git"
}, },
"keywords": [ "keywords": [
"define", "define",
"data", "data",
"property", "property",
"object", "object",
"accessor", "accessor",
"javascript", "javascript",
"ecmascript", "ecmascript",
"enumerable", "enumerable",
"configurable", "configurable",
"writable" "writable"
], ],
"author": "Jordan Harband <ljharb@gmail.com>", "author": "Jordan Harband <ljharb@gmail.com>",
"funding": { "funding": {
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
}, },
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/ljharb/define-data-property/issues" "url": "https://github.com/ljharb/define-data-property/issues"
}, },
"homepage": "https://github.com/ljharb/define-data-property#readme", "homepage": "https://github.com/ljharb/define-data-property#readme",
"dependencies": { "dependencies": {
"es-define-property": "^1.0.0", "es-define-property": "^1.0.0",
"es-errors": "^1.3.0", "es-errors": "^1.3.0",
"gopd": "^1.0.1" "gopd": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
"@ljharb/eslint-config": "^21.1.0", "@ljharb/eslint-config": "^21.1.0",
"@types/call-bind": "^1.0.5", "@types/call-bind": "^1.0.5",
"@types/define-properties": "^1.1.5", "@types/define-properties": "^1.1.5",
"@types/es-value-fixtures": "^1.4.4", "@types/es-value-fixtures": "^1.4.4",
"@types/for-each": "^0.3.3", "@types/for-each": "^0.3.3",
"@types/get-intrinsic": "^1.2.2", "@types/get-intrinsic": "^1.2.2",
"@types/gopd": "^1.0.3", "@types/gopd": "^1.0.3",
"@types/has-property-descriptors": "^1.0.3", "@types/has-property-descriptors": "^1.0.3",
"@types/object-inspect": "^1.8.4", "@types/object-inspect": "^1.8.4",
"@types/object.getownpropertydescriptors": "^2.1.4", "@types/object.getownpropertydescriptors": "^2.1.4",
"@types/tape": "^5.6.4", "@types/tape": "^5.6.4",
"aud": "^2.0.4", "aud": "^2.0.4",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"es-value-fixtures": "^1.4.2", "es-value-fixtures": "^1.4.2",
"eslint": "=8.8.0", "eslint": "=8.8.0",
"evalmd": "^0.0.19", "evalmd": "^0.0.19",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"hasown": "^2.0.1", "hasown": "^2.0.1",
"in-publish": "^2.0.1", "in-publish": "^2.0.1",
"npmignore": "^0.3.1", "npmignore": "^0.3.1",
"nyc": "^10.3.2", "nyc": "^10.3.2",
"object-inspect": "^1.13.1", "object-inspect": "^1.13.1",
"object.getownpropertydescriptors": "^2.1.7", "object.getownpropertydescriptors": "^2.1.7",
"reflect.ownkeys": "^1.1.4", "reflect.ownkeys": "^1.1.4",
"safe-publish-latest": "^2.0.0", "safe-publish-latest": "^2.0.0",
"tape": "^5.7.4", "tape": "^5.7.4",
"typescript": "next" "typescript": "next"
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
}, },
"testling": { "testling": {
"files": "test/index.js" "files": "test/index.js"
}, },
"auto-changelog": { "auto-changelog": {
"output": "CHANGELOG.md", "output": "CHANGELOG.md",
"template": "keepachangelog", "template": "keepachangelog",
"unreleased": false, "unreleased": false,
"commitLimit": false, "commitLimit": false,
"backfillLimit": false, "backfillLimit": false,
"hideCredit": true "hideCredit": true
}, },
"publishConfig": { "publishConfig": {
"ignore": [ "ignore": [
".github/workflows", ".github/workflows",
"types/reflect.ownkeys" "types/reflect.ownkeys"
] ]
} }
} }

View file

@ -1,51 +1,51 @@
{ {
"name": "define-lazy-prop", "name": "define-lazy-prop",
"version": "3.0.0", "version": "3.0.0",
"description": "Define a lazily evaluated property on an object", "description": "Define a lazily evaluated property on an object",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/define-lazy-prop", "repository": "sindresorhus/define-lazy-prop",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com" "url": "https://sindresorhus.com"
}, },
"type": "module", "type": "module",
"exports": "./index.js", "exports": "./index.js",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"lazy", "lazy",
"property", "property",
"properties", "properties",
"prop", "prop",
"define", "define",
"object", "object",
"value", "value",
"lazily", "lazily",
"laziness", "laziness",
"evaluation", "evaluation",
"eval", "eval",
"execute", "execute",
"getter", "getter",
"function", "function",
"fn", "fn",
"memoize", "memoize",
"cache", "cache",
"defer", "defer",
"deferred" "deferred"
], ],
"devDependencies": { "devDependencies": {
"ava": "^3.15.0", "ava": "^3.15.0",
"tsd": "^0.14.0", "tsd": "^0.14.0",
"xo": "^0.38.2" "xo": "^0.38.2"
} }
} }

Some files were not shown because too many files have changed in this diff Show more