mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
86 lines
1.9 KiB
JSON
86 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"pretty-ms@6.0.1",
|
|
"/Users/sam/code/codeql-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "pretty-ms@6.0.1",
|
|
"_id": "pretty-ms@6.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ke4njoVmlotekHlHyCZ3wI/c5AMT8peuHs8rKJqekj/oR5G8lND2dVpicFlUz5cbZgE290vvkMuDwfj/OcW1kw==",
|
|
"_location": "/pretty-ms",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "pretty-ms@6.0.1",
|
|
"name": "pretty-ms",
|
|
"escapedName": "pretty-ms",
|
|
"rawSpec": "6.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-6.0.1.tgz",
|
|
"_spec": "6.0.1",
|
|
"_where": "/Users/sam/code/codeql-action",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/pretty-ms/issues"
|
|
},
|
|
"dependencies": {
|
|
"parse-ms": "^2.1.0"
|
|
},
|
|
"description": "Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`",
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"tsd": "^0.11.0",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/pretty-ms#readme",
|
|
"keywords": [
|
|
"pretty",
|
|
"prettify",
|
|
"human",
|
|
"humanize",
|
|
"humanized",
|
|
"readable",
|
|
"time",
|
|
"ms",
|
|
"milliseconds",
|
|
"duration",
|
|
"period",
|
|
"range",
|
|
"text",
|
|
"string",
|
|
"number",
|
|
"hrtime"
|
|
],
|
|
"license": "MIT",
|
|
"name": "pretty-ms",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/pretty-ms.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "6.0.1"
|
|
}
|