[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "uuid@^3.4.0",
|
---|
| 3 | "_id": "uuid@3.4.0",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
---|
[59329aa] | 6 | "_location": "/uuid",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "uuid@^3.4.0",
|
---|
[59329aa] | 12 | "name": "uuid",
|
---|
| 13 | "escapedName": "uuid",
|
---|
[e29cc2e] | 14 | "rawSpec": "^3.4.0",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^3.4.0"
|
---|
[6a3a178] | 17 | },
|
---|
[59329aa] | 18 | "_requiredBy": [
|
---|
[e29cc2e] | 19 | "/request",
|
---|
| 20 | "/sockjs",
|
---|
| 21 | "/webpack-log"
|
---|
[6a3a178] | 22 | ],
|
---|
[e29cc2e] | 23 | "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
---|
| 24 | "_shasum": "b23e4358afa8a202fe7a100af1f5f883f02007ee",
|
---|
| 25 | "_spec": "uuid@^3.4.0",
|
---|
| 26 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\sockjs",
|
---|
[6a3a178] | 27 | "bin": {
|
---|
[e29cc2e] | 28 | "uuid": "bin/uuid"
|
---|
[6a3a178] | 29 | },
|
---|
| 30 | "browser": {
|
---|
[e29cc2e] | 31 | "./lib/rng.js": "./lib/rng-browser.js",
|
---|
| 32 | "./lib/sha1.js": "./lib/sha1-browser.js",
|
---|
| 33 | "./lib/md5.js": "./lib/md5-browser.js"
|
---|
[6a3a178] | 34 | },
|
---|
[59329aa] | 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/uuidjs/uuid/issues"
|
---|
| 37 | },
|
---|
[e29cc2e] | 38 | "bundleDependencies": false,
|
---|
[59329aa] | 39 | "commitlint": {
|
---|
| 40 | "extends": [
|
---|
| 41 | "@commitlint/config-conventional"
|
---|
| 42 | ]
|
---|
| 43 | },
|
---|
[e29cc2e] | 44 | "contributors": [
|
---|
| 45 | {
|
---|
| 46 | "name": "Robert Kieffer",
|
---|
| 47 | "email": "robert@broofa.com"
|
---|
| 48 | },
|
---|
| 49 | {
|
---|
| 50 | "name": "Christoph Tavan",
|
---|
| 51 | "email": "dev@tavan.de"
|
---|
| 52 | },
|
---|
| 53 | {
|
---|
| 54 | "name": "AJ ONeal",
|
---|
| 55 | "email": "coolaj86@gmail.com"
|
---|
| 56 | },
|
---|
| 57 | {
|
---|
| 58 | "name": "Vincent Voyer",
|
---|
| 59 | "email": "vincent@zeroload.net"
|
---|
| 60 | },
|
---|
| 61 | {
|
---|
| 62 | "name": "Roman Shtylman",
|
---|
| 63 | "email": "shtylman@gmail.com"
|
---|
| 64 | }
|
---|
| 65 | ],
|
---|
| 66 | "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
---|
[59329aa] | 67 | "description": "RFC4122 (v1, v4, and v5) UUIDs",
|
---|
[6a3a178] | 68 | "devDependencies": {
|
---|
[e29cc2e] | 69 | "@commitlint/cli": "~8.2.0",
|
---|
| 70 | "@commitlint/config-conventional": "~8.2.0",
|
---|
| 71 | "eslint": "~6.4.0",
|
---|
| 72 | "husky": "~3.0.5",
|
---|
| 73 | "mocha": "6.2.0",
|
---|
| 74 | "runmd": "1.2.1",
|
---|
| 75 | "standard-version": "7.0.0"
|
---|
[6a3a178] | 76 | },
|
---|
[59329aa] | 77 | "homepage": "https://github.com/uuidjs/uuid#readme",
|
---|
| 78 | "husky": {
|
---|
| 79 | "hooks": {
|
---|
[e29cc2e] | 80 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
---|
[59329aa] | 81 | }
|
---|
| 82 | },
|
---|
| 83 | "keywords": [
|
---|
| 84 | "uuid",
|
---|
| 85 | "guid",
|
---|
| 86 | "rfc4122"
|
---|
| 87 | ],
|
---|
| 88 | "license": "MIT",
|
---|
| 89 | "name": "uuid",
|
---|
| 90 | "repository": {
|
---|
| 91 | "type": "git",
|
---|
| 92 | "url": "git+https://github.com/uuidjs/uuid.git"
|
---|
| 93 | },
|
---|
[6a3a178] | 94 | "scripts": {
|
---|
[e29cc2e] | 95 | "lint": "eslint .",
|
---|
[59329aa] | 96 | "md": "runmd --watch --output=README.md README_js.md",
|
---|
[e29cc2e] | 97 | "prepare": "runmd --output=README.md README_js.md",
|
---|
| 98 | "release": "standard-version",
|
---|
| 99 | "test": "npm run lint && mocha test/test.js"
|
---|
[59329aa] | 100 | },
|
---|
[e29cc2e] | 101 | "version": "3.4.0"
|
---|
[6a3a178] | 102 | }
|
---|