1
0
Fork 0

Pushing updated package-lock.json for artifact

pull/1108/head
Sankalp Kotewar 2022-06-03 07:26:28 +00:00 committed by GitHub
parent 91842768bd
commit 1fc4ec3274
1 changed files with 322 additions and 275 deletions

View File

@ -1,277 +1,324 @@
{ {
"name": "@actions/artifact", "name": "@actions/artifact",
"version": "1.1.0", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@actions/artifact", "name": "@actions/artifact",
"version": "1.1.0", "version": "1.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tmp": "^0.2.1", "@actions/core": "^1.2.6",
"tmp-promise": "^3.0.2" "@actions/http-client": "^2.0.1",
}, "tmp": "^0.2.1",
"devDependencies": { "tmp-promise": "^3.0.2"
"@types/tmp": "^0.2.1", },
"typescript": "^3.8.3" "devDependencies": {
} "@types/tmp": "^0.2.1",
}, "typescript": "^3.8.3"
"node_modules/@types/tmp": { }
"version": "0.2.3", },
"resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.3.tgz", "node_modules/@actions/core": {
"integrity": "sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==", "version": "1.8.2",
"dev": true "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.2.tgz",
}, "integrity": "sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==",
"node_modules/balanced-match": { "dependencies": {
"version": "1.0.2", "@actions/http-client": "^2.0.1"
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", }
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" },
}, "node_modules/@actions/http-client": {
"node_modules/brace-expansion": { "version": "2.0.1",
"version": "1.1.11", "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dependencies": {
"dependencies": { "tunnel": "^0.0.6"
"balanced-match": "^1.0.0", }
"concat-map": "0.0.1" },
} "node_modules/@types/tmp": {
}, "version": "0.2.3",
"node_modules/concat-map": { "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.3.tgz",
"version": "0.0.1", "integrity": "sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "dev": true
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" },
}, "node_modules/balanced-match": {
"node_modules/fs.realpath": { "version": "1.0.2",
"version": "1.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" },
}, "node_modules/brace-expansion": {
"node_modules/glob": { "version": "1.1.11",
"version": "7.2.0", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "dependencies": {
"dependencies": { "balanced-match": "^1.0.0",
"fs.realpath": "^1.0.0", "concat-map": "0.0.1"
"inflight": "^1.0.4", }
"inherits": "2", },
"minimatch": "^3.0.4", "node_modules/concat-map": {
"once": "^1.3.0", "version": "0.0.1",
"path-is-absolute": "^1.0.0" "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
}, "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
"engines": { },
"node": "*" "node_modules/fs.realpath": {
}, "version": "1.0.0",
"funding": { "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"url": "https://github.com/sponsors/isaacs" "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
} },
}, "node_modules/glob": {
"node_modules/inflight": { "version": "7.2.0",
"version": "1.0.6", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dependencies": {
"dependencies": { "fs.realpath": "^1.0.0",
"once": "^1.3.0", "inflight": "^1.0.4",
"wrappy": "1" "inherits": "2",
} "minimatch": "^3.0.4",
}, "once": "^1.3.0",
"node_modules/inherits": { "path-is-absolute": "^1.0.0"
"version": "2.0.4", },
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "engines": {
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" "node": "*"
}, },
"node_modules/minimatch": { "funding": {
"version": "3.1.2", "url": "https://github.com/sponsors/isaacs"
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", }
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", },
"dependencies": { "node_modules/inflight": {
"brace-expansion": "^1.1.7" "version": "1.0.6",
}, "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"engines": { "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"node": "*" "dependencies": {
} "once": "^1.3.0",
}, "wrappy": "1"
"node_modules/once": { }
"version": "1.4.0", },
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "node_modules/inherits": {
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "version": "2.0.4",
"dependencies": { "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"wrappy": "1" "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
} },
}, "node_modules/minimatch": {
"node_modules/path-is-absolute": { "version": "3.1.2",
"version": "1.0.1", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", "dependencies": {
"engines": { "brace-expansion": "^1.1.7"
"node": ">=0.10.0" },
} "engines": {
}, "node": "*"
"node_modules/rimraf": { }
"version": "3.0.2", },
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "node_modules/once": {
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "version": "1.4.0",
"dependencies": { "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"glob": "^7.1.3" "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
}, "dependencies": {
"bin": { "wrappy": "1"
"rimraf": "bin.js" }
}, },
"funding": { "node_modules/path-is-absolute": {
"url": "https://github.com/sponsors/isaacs" "version": "1.0.1",
} "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
}, "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"node_modules/tmp": { "engines": {
"version": "0.2.1", "node": ">=0.10.0"
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", }
"integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", },
"dependencies": { "node_modules/rimraf": {
"rimraf": "^3.0.0" "version": "3.0.2",
}, "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"engines": { "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"node": ">=8.17.0" "dependencies": {
} "glob": "^7.1.3"
}, },
"node_modules/tmp-promise": { "bin": {
"version": "3.0.3", "rimraf": "bin.js"
"resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz", },
"integrity": "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==", "funding": {
"dependencies": { "url": "https://github.com/sponsors/isaacs"
"tmp": "^0.2.0" }
} },
}, "node_modules/tmp": {
"node_modules/typescript": { "version": "0.2.1",
"version": "3.9.10", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==",
"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", "dependencies": {
"dev": true, "rimraf": "^3.0.0"
"bin": { },
"tsc": "bin/tsc", "engines": {
"tsserver": "bin/tsserver" "node": ">=8.17.0"
}, }
"engines": { },
"node": ">=4.2.0" "node_modules/tmp-promise": {
} "version": "3.0.3",
}, "resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz",
"node_modules/wrappy": { "integrity": "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==",
"version": "1.0.2", "dependencies": {
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "tmp": "^0.2.0"
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }
} },
}, "node_modules/tunnel": {
"dependencies": { "version": "0.0.6",
"@types/tmp": { "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
"version": "0.2.3", "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
"resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.3.tgz", "engines": {
"integrity": "sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==", "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
"dev": true }
}, },
"balanced-match": { "node_modules/typescript": {
"version": "1.0.2", "version": "3.9.10",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==",
}, "dev": true,
"brace-expansion": { "bin": {
"version": "1.1.11", "tsc": "bin/tsc",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "tsserver": "bin/tsserver"
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", },
"requires": { "engines": {
"balanced-match": "^1.0.0", "node": ">=4.2.0"
"concat-map": "0.0.1" }
} },
}, "node_modules/wrappy": {
"concat-map": { "version": "1.0.2",
"version": "0.0.1", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }
}, },
"fs.realpath": { "dependencies": {
"version": "1.0.0", "@actions/core": {
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "version": "1.8.2",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.8.2.tgz",
}, "integrity": "sha512-FXcBL7nyik8K5ODeCKlxi+vts7torOkoDAKfeh61EAkAy1HAvwn9uVzZBY0f15YcQTcZZ2/iSGBFHEuioZWfDA==",
"glob": { "requires": {
"version": "7.2.0", "@actions/http-client": "^2.0.1"
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", }
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", },
"requires": { "@actions/http-client": {
"fs.realpath": "^1.0.0", "version": "2.0.1",
"inflight": "^1.0.4", "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz",
"inherits": "2", "integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==",
"minimatch": "^3.0.4", "requires": {
"once": "^1.3.0", "tunnel": "^0.0.6"
"path-is-absolute": "^1.0.0" }
} },
}, "@types/tmp": {
"inflight": { "version": "0.2.3",
"version": "1.0.6", "resolved": "https://registry.npmjs.org/@types/tmp/-/tmp-0.2.3.tgz",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true
"requires": { },
"once": "^1.3.0", "balanced-match": {
"wrappy": "1" "version": "1.0.2",
} "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
}, "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
"inherits": { },
"version": "2.0.4", "brace-expansion": {
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "version": "1.1.11",
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
}, "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"minimatch": { "requires": {
"version": "3.1.2", "balanced-match": "^1.0.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "concat-map": "0.0.1"
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", }
"requires": { },
"brace-expansion": "^1.1.7" "concat-map": {
} "version": "0.0.1",
}, "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"once": { "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
"version": "1.4.0", },
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "fs.realpath": {
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "version": "1.0.0",
"requires": { "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"wrappy": "1" "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
} },
}, "glob": {
"path-is-absolute": { "version": "7.2.0",
"version": "1.0.1", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" "requires": {
}, "fs.realpath": "^1.0.0",
"rimraf": { "inflight": "^1.0.4",
"version": "3.0.2", "inherits": "2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "minimatch": "^3.0.4",
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "once": "^1.3.0",
"requires": { "path-is-absolute": "^1.0.0"
"glob": "^7.1.3" }
} },
}, "inflight": {
"tmp": { "version": "1.0.6",
"version": "0.2.1", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
"integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", "requires": {
"requires": { "once": "^1.3.0",
"rimraf": "^3.0.0" "wrappy": "1"
} }
}, },
"tmp-promise": { "inherits": {
"version": "3.0.3", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"integrity": "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
"requires": { },
"tmp": "^0.2.0" "minimatch": {
} "version": "3.1.2",
}, "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"typescript": { "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"version": "3.9.10", "requires": {
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz", "brace-expansion": "^1.1.7"
"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==", }
"dev": true },
}, "once": {
"wrappy": { "version": "1.4.0",
"version": "1.0.2", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" "requires": {
} "wrappy": "1"
} }
},
"path-is-absolute": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
},
"rimraf": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"requires": {
"glob": "^7.1.3"
}
},
"tmp": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
"integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==",
"requires": {
"rimraf": "^3.0.0"
}
},
"tmp-promise": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/tmp-promise/-/tmp-promise-3.0.3.tgz",
"integrity": "sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==",
"requires": {
"tmp": "^0.2.0"
}
},
"tunnel": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
"integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
},
"typescript": {
"version": "3.9.10",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",
"integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==",
"dev": true
},
"wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
}
}
} }