source: imaps-frontend/node_modules/uuid/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 5.1 KB
Line 
1{
2 "_from": "uuid@11.0.3",
3 "_id": "uuid@11.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
6 "_location": "/uuid",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "uuid@11.0.3",
12 "name": "uuid",
13 "escapedName": "uuid",
14 "rawSpec": "11.0.3",
15 "saveSpec": null,
16 "fetchSpec": "11.0.3"
17 },
18 "_requiredBy": [
19 "/"
20 ],
21 "_resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
22 "_shasum": "248451cac9d1a4a4128033e765d137e2b2c49a3d",
23 "_spec": "uuid@11.0.3",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend",
25 "bin": {
26 "uuid": "dist/esm/bin/uuid"
27 },
28 "browser": {
29 "./dist/esm/index.js": "./dist/esm-browser/index.js",
30 "./dist/cjs/index.js": "./dist/cjs-browser/index.js"
31 },
32 "bugs": {
33 "url": "https://github.com/uuidjs/uuid/issues"
34 },
35 "bundleDependencies": false,
36 "commitlint": {
37 "extends": [
38 "@commitlint/config-conventional"
39 ]
40 },
41 "deprecated": false,
42 "description": "RFC9562 UUIDs",
43 "devDependencies": {
44 "@babel/eslint-parser": "7.25.9",
45 "@commitlint/cli": "19.5.0",
46 "@commitlint/config-conventional": "19.5.0",
47 "@eslint/js": "9.13.0",
48 "@types/eslint__js": "8.42.3",
49 "bundlewatch": "0.4.0",
50 "commander": "12.1.0",
51 "eslint": "9.13.0",
52 "eslint-config-prettier": "9.1.0",
53 "eslint-plugin-prettier": "5.2.1",
54 "globals": "15.11.0",
55 "husky": "9.1.6",
56 "jest": "29.7.0",
57 "lint-staged": "15.2.10",
58 "neostandard": "0.11.7",
59 "npm-run-all": "4.1.5",
60 "prettier": "3.3.3",
61 "release-please": "16.14.3",
62 "runmd": "1.3.9",
63 "standard-version": "9.5.0",
64 "typescript": "5.6.3",
65 "typescript-eslint": "8.11.0"
66 },
67 "exports": {
68 ".": {
69 "node": {
70 "import": "./dist/esm/index.js",
71 "require": "./dist/cjs/index.js"
72 },
73 "browser": {
74 "import": "./dist/esm-browser/index.js",
75 "require": "./dist/cjs-browser/index.js"
76 },
77 "default": "./dist/esm-browser/index.js"
78 },
79 "./package.json": "./package.json"
80 },
81 "files": [
82 "CHANGELOG.md",
83 "CONTRIBUTING.md",
84 "LICENSE.md",
85 "README.md",
86 "dist"
87 ],
88 "funding": [
89 "https://github.com/sponsors/broofa",
90 "https://github.com/sponsors/ctavan"
91 ],
92 "homepage": "https://github.com/uuidjs/uuid#readme",
93 "keywords": [
94 "uuid",
95 "guid",
96 "rfc4122",
97 "rfc9562"
98 ],
99 "license": "MIT",
100 "lint-staged": {
101 "*": [
102 "prettier --no-error-on-unmatched-pattern --write"
103 ],
104 "*.{js,jsx}": [
105 "eslint --no-error-on-unmatched-pattern --fix"
106 ]
107 },
108 "main": "./dist/cjs/index.js",
109 "module": "./dist/esm/index.js",
110 "name": "uuid",
111 "optionalDevDependencies": {
112 "@wdio/browserstack-service": "9.2.1",
113 "@wdio/cli": "9.2.1",
114 "@wdio/jasmine-framework": "9.2.1",
115 "@wdio/local-runner": "9.2.1",
116 "@wdio/spec-reporter": "9.1.3",
117 "@wdio/static-server-service": "9.1.3"
118 },
119 "packageManager": "npm@10.9.0",
120 "repository": {
121 "type": "git",
122 "url": "git+https://github.com/uuidjs/uuid.git"
123 },
124 "scripts": {
125 "build": "./scripts/build.sh",
126 "build:watch": "tsc --watch -p tsconfig.esm.json",
127 "bundlewatch": "npm run pretest:browser && bundlewatch --config bundlewatch.config.json",
128 "docs": "npm run build && npx runmd --output=README.md README_js.md",
129 "docs:diff": "npm run docs && git diff --quiet README.md",
130 "eslint:check": "eslint src/ test/ examples/ *.[jt]s",
131 "eslint:fix": "eslint --fix src/ test/ examples/ *.[jt]s",
132 "examples:browser:rollup:build": "cd examples/browser-rollup && npm install && npm run build",
133 "examples:browser:webpack:build": "cd examples/browser-webpack && npm install && npm run build",
134 "examples:node:commonjs:test": "cd examples/node-commonjs && npm install && npm test",
135 "examples:node:esmodules:test": "cd examples/node-esmodules && npm install && npm test",
136 "examples:node:jest:test": "cd examples/node-jest && npm install && npm test",
137 "lint": "npm run eslint:check && npm run prettier:check",
138 "md": "runmd --watch --output=README.md README_js.md",
139 "prepack": "npm run build",
140 "prepare": "husky",
141 "pretest": "npm run build",
142 "pretest:benchmark": "npm run build",
143 "pretest:browser": "./scripts/iodd && npm run build && npm-run-all --parallel examples:browser:**",
144 "pretest:node": "npm run build",
145 "prettier:check": "prettier --check .",
146 "prettier:fix": "prettier --write .",
147 "release": "standard-version --no-verify",
148 "test": "node --test --enable-source-maps dist/esm/test/*.js",
149 "test:benchmark": "cd examples/benchmark && HUSKY=0 npm install && npm test",
150 "test:browser": "wdio run ./wdio.conf.js",
151 "test:node": "npm-run-all --parallel examples:node:**",
152 "test:pack": "./scripts/testpack.sh",
153 "test:watch": "node --test --enable-source-maps --watch dist/esm/test/*.js"
154 },
155 "sideEffects": false,
156 "standard-version": {
157 "scripts": {
158 "postchangelog": "prettier --write CHANGELOG.md"
159 }
160 },
161 "type": "module",
162 "version": "11.0.3"
163}
Note: See TracBrowser for help on using the repository browser.