mirror of
https://github.com/github/codeql-action.git
synced 2026-01-05 14:10:11 +08:00
72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"_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",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/time-zone#readme",
|
|
"keywords": [
|
|
"timezone",
|
|
"utc",
|
|
"time",
|
|
"pretty",
|
|
"human",
|
|
"date",
|
|
"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"
|
|
}
|