mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 20:50:05 +08:00
76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"date-time@2.1.0",
|
|
"/Users/sam/code/codeql-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "date-time@2.1.0",
|
|
"_id": "date-time@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/9+C44X7lot0IeiyfgJmETtRMhBidBYM2QFFIkGa0U1k+hSyY87Nw7PY3eDqpvCBm7I3WCSfPeZskW/YYq6m4g==",
|
|
"_location": "/date-time",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "date-time@2.1.0",
|
|
"name": "date-time",
|
|
"escapedName": "date-time",
|
|
"rawSpec": "2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/concordance"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/date-time/-/date-time-2.1.0.tgz",
|
|
"_spec": "2.1.0",
|
|
"_where": "/Users/sam/code/codeql-action",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/date-time/issues"
|
|
},
|
|
"dependencies": {
|
|
"time-zone": "^1.0.0"
|
|
},
|
|
"description": "Pretty datetime: `2014-01-09 06:46:01`",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/date-time#readme",
|
|
"keywords": [
|
|
"datetime",
|
|
"date-time",
|
|
"date",
|
|
"time",
|
|
"utc",
|
|
"iso",
|
|
"timezone",
|
|
"zone",
|
|
"timestamp"
|
|
],
|
|
"license": "MIT",
|
|
"name": "date-time",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/date-time.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|