Sam Partington
2020-06-26 16:27:11 +01:00
parent ee4cc86b19
commit 6afe41036b
416 changed files with 8183 additions and 24278 deletions

62
node_modules/time-zone/package.json generated vendored
View File

@@ -1,53 +1,23 @@
{
"_args": [
[
"time-zone@1.0.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "time-zone@1.0.0",
"_id": "time-zone@1.0.0",
"_inBundle": false,
"_integrity": "sha1-mcW/VZWJZq9tBtg73zgA3IL67F0=",
"_location": "/time-zone",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "time-zone@1.0.0",
"name": "time-zone",
"escapedName": "time-zone",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/date-time"
],
"_resolved": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/sam/code/codeql-action",
"name": "time-zone",
"version": "1.0.0",
"description": "Pretty time zone: `+2` or `-9:30`",
"license": "MIT",
"repository": "sindresorhus/time-zone",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/time-zone/issues"
},
"description": "Pretty time zone: `+2` or `-9:30`",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/time-zone#readme",
"keywords": [
"timezone",
"utc",
@@ -58,14 +28,8 @@
"iso",
"zone"
],
"license": "MIT",
"name": "time-zone",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/time-zone.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}
"devDependencies": {
"ava": "*",
"xo": "*"
}
}