1
0
Fork 0

Revert "Pushing updated package-lock.json for artifact"

This reverts commit 1fc4ec3274.
pull/1108/head
Sankalp Kotewar 2022-06-06 07:56:21 +00:00 committed by GitHub
parent 49cd1ccc3f
commit 2d6e5ecd7c
1 changed files with 275 additions and 322 deletions

View File

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