github-pages-deploy-action/node_modules/uuid/package.json

105 lines
2.4 KiB
JSON
Raw Normal View History

2020-01-28 13:08:03 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"uuid@3.4.0",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "uuid@3.4.0",
"_id": "uuid@3.4.0",
"_inBundle": false,
"_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
"_location": "/uuid",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "uuid@3.4.0",
"name": "uuid",
"escapedName": "uuid",
"rawSpec": "3.4.0",
"saveSpec": null,
"fetchSpec": "3.4.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
"_spec": "3.4.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"bin": {
"uuid": "bin/uuid"
},
"browser": {
"./lib/rng.js": "./lib/rng-browser.js",
"./lib/sha1.js": "./lib/sha1-browser.js",
"./lib/md5.js": "./lib/md5-browser.js"
},
"bugs": {
"url": "https://github.com/uuidjs/uuid/issues"
},
2020-01-28 13:08:03 +08:00
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
2020-03-22 05:13:25 +08:00
"contributors": [
{
"name": "Robert Kieffer",
"email": "robert@broofa.com"
},
{
"name": "Christoph Tavan",
"email": "dev@tavan.de"
},
{
"name": "AJ ONeal",
"email": "coolaj86@gmail.com"
},
{
"name": "Vincent Voyer",
"email": "vincent@zeroload.net"
},
{
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
}
],
"description": "RFC4122 (v1, v4, and v5) UUIDs",
"devDependencies": {
"@commitlint/cli": "~8.2.0",
"@commitlint/config-conventional": "~8.2.0",
"eslint": "~6.4.0",
"husky": "~3.0.5",
"mocha": "6.2.0",
"runmd": "1.2.1",
"standard-version": "7.0.0"
},
"homepage": "https://github.com/uuidjs/uuid#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
2020-01-28 13:08:03 +08:00
"keywords": [
"uuid",
"guid",
"rfc4122"
],
"license": "MIT",
2020-03-22 05:13:25 +08:00
"name": "uuid",
"repository": {
"type": "git",
"url": "git+https://github.com/uuidjs/uuid.git"
2020-01-28 13:08:03 +08:00
},
"scripts": {
2020-03-22 05:13:25 +08:00
"lint": "eslint .",
2020-01-28 13:08:03 +08:00
"md": "runmd --watch --output=README.md README_js.md",
2020-03-22 05:13:25 +08:00
"prepare": "runmd --output=README.md README_js.md",
2020-01-28 13:08:03 +08:00
"release": "standard-version",
2020-03-22 05:13:25 +08:00
"test": "npm run lint && mocha test/test.js"
2020-01-28 13:08:03 +08:00
},
2020-03-22 05:13:25 +08:00
"version": "3.4.0"
2020-01-28 13:08:03 +08:00
}