Run npm install so have clear baseline
This commit is contained in:
parent
6846c702da
commit
43c1bea680
403 changed files with 22000 additions and 7778 deletions
70
node_modules/pretty-ms/package.json
generated
vendored
70
node_modules/pretty-ms/package.json
generated
vendored
|
|
@ -1,25 +1,59 @@
|
|||
{
|
||||
"name": "pretty-ms",
|
||||
"version": "6.0.1",
|
||||
"description": "Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/pretty-ms",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"_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"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"homepage": "https://github.com/sindresorhus/pretty-ms#readme",
|
||||
"keywords": [
|
||||
"pretty",
|
||||
"prettify",
|
||||
|
|
@ -38,12 +72,14 @@
|
|||
"number",
|
||||
"hrtime"
|
||||
],
|
||||
"dependencies": {
|
||||
"parse-ms": "^2.1.0"
|
||||
"license": "MIT",
|
||||
"name": "pretty-ms",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/pretty-ms.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"tsd": "^0.11.0",
|
||||
"xo": "^0.25.3"
|
||||
}
|
||||
}
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "6.0.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue