mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"parse-ms@2.1.0",
|
|
"/Users/sam/code/codeql-action"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "parse-ms@2.1.0",
|
|
"_id": "parse-ms@2.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==",
|
|
"_location": "/parse-ms",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "parse-ms@2.1.0",
|
|
"name": "parse-ms",
|
|
"escapedName": "parse-ms",
|
|
"rawSpec": "2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pretty-ms"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-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/parse-ms/issues"
|
|
},
|
|
"description": "Parse milliseconds into an object",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/parse-ms#readme",
|
|
"keywords": [
|
|
"browser",
|
|
"parse",
|
|
"time",
|
|
"ms",
|
|
"milliseconds",
|
|
"microseconds",
|
|
"nanoseconds",
|
|
"duration",
|
|
"period",
|
|
"range",
|
|
"interval"
|
|
],
|
|
"license": "MIT",
|
|
"name": "parse-ms",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/parse-ms.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.1.0"
|
|
}
|