mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 07:03:46 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
80
node_modules/make-error/package.json
generated
vendored
Normal file
80
node_modules/make-error/package.json
generated
vendored
Normal file
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"_from": "make-error@1.x",
|
||||
"_id": "make-error@1.3.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-c3sIjNUow0+8swNwVpqoH4YCShKNFkMaw6oH1mNS2haDZQqkeZFlHS3dhoeEbKKmJB4vXpJucU6oH75aDYeE9g==",
|
||||
"_location": "/make-error",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "make-error@1.x",
|
||||
"name": "make-error",
|
||||
"escapedName": "make-error",
|
||||
"rawSpec": "1.x",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.x"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ts-jest"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz",
|
||||
"_shasum": "efe4e81f6db28cadd605c70f29c831b58ef776c8",
|
||||
"_spec": "make-error@1.x",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\ts-jest",
|
||||
"author": {
|
||||
"name": "Julien Fontanet",
|
||||
"email": "julien.fontanet@isonoe.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/JsCommunity/make-error/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Make your own error types!",
|
||||
"devDependencies": {
|
||||
"browserify": "^14.5.0",
|
||||
"husky": "^0.14.3",
|
||||
"jest": "^20",
|
||||
"standard": "^10.0.3",
|
||||
"uglify-js": "^3.3.2"
|
||||
},
|
||||
"files": [
|
||||
"dist/",
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/JsCommunity/make-error",
|
||||
"jest": {
|
||||
"testEnvironment": "node"
|
||||
},
|
||||
"keywords": [
|
||||
"create",
|
||||
"custom",
|
||||
"derive",
|
||||
"error",
|
||||
"errors",
|
||||
"extend",
|
||||
"extending",
|
||||
"extension",
|
||||
"factory",
|
||||
"inherit",
|
||||
"make",
|
||||
"subclass"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "make-error",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/JsCommunity/make-error.git"
|
||||
},
|
||||
"scripts": {
|
||||
"commitmsg": "yarn test",
|
||||
"dev-test": "jest --watch",
|
||||
"prepublishOnly": "mkdir -p dist && browserify -s makeError index.js | uglifyjs -c > dist/make-error.js",
|
||||
"pretest": "standard",
|
||||
"test": "jest"
|
||||
},
|
||||
"version": "1.3.5"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue