mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
62
node_modules/time-zone/package.json
generated
vendored
62
node_modules/time-zone/package.json
generated
vendored
@@ -1,53 +1,23 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"time-zone@1.0.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "time-zone@1.0.0",
|
||||
"_id": "time-zone@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-mcW/VZWJZq9tBtg73zgA3IL67F0=",
|
||||
"_location": "/time-zone",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "time-zone@1.0.0",
|
||||
"name": "time-zone",
|
||||
"escapedName": "time-zone",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/date-time"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"name": "time-zone",
|
||||
"version": "1.0.0",
|
||||
"description": "Pretty time zone: `+2` or `-9:30`",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/time-zone",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/time-zone/issues"
|
||||
},
|
||||
"description": "Pretty time zone: `+2` or `-9:30`",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/time-zone#readme",
|
||||
"keywords": [
|
||||
"timezone",
|
||||
"utc",
|
||||
@@ -58,14 +28,8 @@
|
||||
"iso",
|
||||
"zone"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "time-zone",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/time-zone.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user