mirror of
https://github.com/github/codeql-action.git
synced 2025-12-29 02:30:11 +08:00
update @actions/tool-cache, install semver, nock
This commit is contained in:
75
node_modules/util/package.json
generated
vendored
75
node_modules/util/package.json
generated
vendored
@@ -1,35 +1,66 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"util@0.10.4",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_from": "util@0.10.4",
|
||||
"_id": "util@0.10.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
|
||||
"_location": "/util",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "util@0.10.4",
|
||||
"name": "util",
|
||||
"escapedName": "util",
|
||||
"rawSpec": "0.10.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.10.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/path"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
|
||||
"_spec": "0.10.4",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
||||
"author": {
|
||||
"name": "Joyent",
|
||||
"url": "http://www.joyent.com"
|
||||
},
|
||||
"name": "util",
|
||||
"description": "Node.JS util module",
|
||||
"keywords": [
|
||||
"util"
|
||||
],
|
||||
"version": "0.10.4",
|
||||
"homepage": "https://github.com/defunctzombie/node-util",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/defunctzombie/node-util"
|
||||
"browser": {
|
||||
"./support/isBuffer.js": "./support/isBufferBrowser.js"
|
||||
},
|
||||
"main": "./util.js",
|
||||
"files": [
|
||||
"util.js",
|
||||
"support"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "node test/node/*.js && zuul test/browser/*.js"
|
||||
"bugs": {
|
||||
"url": "https://github.com/defunctzombie/node-util/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"inherits": "2.0.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
"description": "Node.JS util module",
|
||||
"devDependencies": {
|
||||
"zuul": "~1.0.9"
|
||||
},
|
||||
"browser": {
|
||||
"./support/isBuffer.js": "./support/isBufferBrowser.js"
|
||||
}
|
||||
}
|
||||
"files": [
|
||||
"util.js",
|
||||
"support"
|
||||
],
|
||||
"homepage": "https://github.com/defunctzombie/node-util",
|
||||
"keywords": [
|
||||
"util"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./util.js",
|
||||
"name": "util",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/defunctzombie/node-util.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/node/*.js && zuul test/browser/*.js"
|
||||
},
|
||||
"version": "0.10.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user