source: trip-planner-front/node_modules/uuid/package.json@ 8d391a1

Last change on this file since 8d391a1 was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_from": "uuid@^3.4.0",
3 "_id": "uuid@3.4.0",
4 "_inBundle": false,
5 "_integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
6 "_location": "/uuid",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "uuid@^3.4.0",
12 "name": "uuid",
13 "escapedName": "uuid",
14 "rawSpec": "^3.4.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.4.0"
17 },
18 "_requiredBy": [
19 "/request",
20 "/sockjs",
21 "/webpack-log"
22 ],
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",
27 "bin": {
28 "uuid": "bin/uuid"
29 },
30 "browser": {
31 "./lib/rng.js": "./lib/rng-browser.js",
32 "./lib/sha1.js": "./lib/sha1-browser.js",
33 "./lib/md5.js": "./lib/md5-browser.js"
34 },
35 "bugs": {
36 "url": "https://github.com/uuidjs/uuid/issues"
37 },
38 "bundleDependencies": false,
39 "commitlint": {
40 "extends": [
41 "@commitlint/config-conventional"
42 ]
43 },
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.",
67 "description": "RFC4122 (v1, v4, and v5) UUIDs",
68 "devDependencies": {
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"
76 },
77 "homepage": "https://github.com/uuidjs/uuid#readme",
78 "husky": {
79 "hooks": {
80 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
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 },
94 "scripts": {
95 "lint": "eslint .",
96 "md": "runmd --watch --output=README.md README_js.md",
97 "prepare": "runmd --output=README.md README_js.md",
98 "release": "standard-version",
99 "test": "npm run lint && mocha test/test.js"
100 },
101 "version": "3.4.0"
102}
Note: See TracBrowser for help on using the repository browser.