mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 02:00:12 +08:00
update deps
This commit is contained in:
83
node_modules/path/package.json
generated
vendored
83
node_modules/path/package.json
generated
vendored
@@ -1,55 +1,28 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"path@0.12.7",
|
||||
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
|
||||
]
|
||||
],
|
||||
"_from": "path@0.12.7",
|
||||
"_id": "path@0.12.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
|
||||
"_location": "/path",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "path@0.12.7",
|
||||
"name": "path",
|
||||
"escapedName": "path",
|
||||
"rawSpec": "0.12.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.12.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
|
||||
"_spec": "0.12.7",
|
||||
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
|
||||
"author": {
|
||||
"name": "Joyent",
|
||||
"url": "http://www.joyent.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jinder/path/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"process": "^0.11.1",
|
||||
"util": "^0.10.3"
|
||||
},
|
||||
"description": "Node.JS path module",
|
||||
"homepage": "http://nodejs.org/docs/latest/api/path.html",
|
||||
"keywords": [
|
||||
"ender",
|
||||
"path"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./path.js",
|
||||
"name": "path",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jinder/path.git"
|
||||
},
|
||||
"version": "0.12.7"
|
||||
}
|
||||
{
|
||||
"author": {
|
||||
"name": "Joyent",
|
||||
"url": "http://www.joyent.com"
|
||||
},
|
||||
"name": "path",
|
||||
"description": "Node.JS path module",
|
||||
"keywords": [
|
||||
"ender",
|
||||
"path"
|
||||
],
|
||||
"license": "MIT",
|
||||
"version": "0.12.7",
|
||||
"homepage": "http://nodejs.org/docs/latest/api/path.html",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jinder/path.git"
|
||||
},
|
||||
"main": "./path.js",
|
||||
"dependencies": {
|
||||
"process": "^0.11.1",
|
||||
"util": "^0.10.3"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz"
|
||||
,"_integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8="
|
||||
,"_from": "path@0.12.7"
|
||||
}
|
||||
Reference in New Issue
Block a user