mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 18:20:08 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
64
node_modules/parse-ms/package.json
generated
vendored
64
node_modules/parse-ms/package.json
generated
vendored
@@ -1,55 +1,24 @@
|
||||
{
|
||||
"_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",
|
||||
"name": "parse-ms",
|
||||
"version": "2.1.0",
|
||||
"description": "Parse milliseconds into an object",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/parse-ms",
|
||||
"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"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/parse-ms#readme",
|
||||
"keywords": [
|
||||
"browser",
|
||||
"parse",
|
||||
@@ -63,14 +32,9 @@
|
||||
"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"
|
||||
}
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user