{ "_from": "uuid@11.0.3", "_id": "uuid@11.0.3", "_inBundle": false, "_integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "_location": "/uuid", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "uuid@11.0.3", "name": "uuid", "escapedName": "uuid", "rawSpec": "11.0.3", "saveSpec": null, "fetchSpec": "11.0.3" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", "_shasum": "248451cac9d1a4a4128033e765d137e2b2c49a3d", "_spec": "uuid@11.0.3", "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend", "bin": { "uuid": "dist/esm/bin/uuid" }, "browser": { "./dist/esm/index.js": "./dist/esm-browser/index.js", "./dist/cjs/index.js": "./dist/cjs-browser/index.js" }, "bugs": { "url": "https://github.com/uuidjs/uuid/issues" }, "bundleDependencies": false, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "deprecated": false, "description": "RFC9562 UUIDs", "devDependencies": { "@babel/eslint-parser": "7.25.9", "@commitlint/cli": "19.5.0", "@commitlint/config-conventional": "19.5.0", "@eslint/js": "9.13.0", "@types/eslint__js": "8.42.3", "bundlewatch": "0.4.0", "commander": "12.1.0", "eslint": "9.13.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.2.1", "globals": "15.11.0", "husky": "9.1.6", "jest": "29.7.0", "lint-staged": "15.2.10", "neostandard": "0.11.7", "npm-run-all": "4.1.5", "prettier": "3.3.3", "release-please": "16.14.3", "runmd": "1.3.9", "standard-version": "9.5.0", "typescript": "5.6.3", "typescript-eslint": "8.11.0" }, "exports": { ".": { "node": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "browser": { "import": "./dist/esm-browser/index.js", "require": "./dist/cjs-browser/index.js" }, "default": "./dist/esm-browser/index.js" }, "./package.json": "./package.json" }, "files": [ "CHANGELOG.md", "CONTRIBUTING.md", "LICENSE.md", "README.md", "dist" ], "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "homepage": "https://github.com/uuidjs/uuid#readme", "keywords": [ "uuid", "guid", "rfc4122", "rfc9562" ], "license": "MIT", "lint-staged": { "*": [ "prettier --no-error-on-unmatched-pattern --write" ], "*.{js,jsx}": [ "eslint --no-error-on-unmatched-pattern --fix" ] }, "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "name": "uuid", "optionalDevDependencies": { "@wdio/browserstack-service": "9.2.1", "@wdio/cli": "9.2.1", "@wdio/jasmine-framework": "9.2.1", "@wdio/local-runner": "9.2.1", "@wdio/spec-reporter": "9.1.3", "@wdio/static-server-service": "9.1.3" }, "packageManager": "npm@10.9.0", "repository": { "type": "git", "url": "git+https://github.com/uuidjs/uuid.git" }, "scripts": { "build": "./scripts/build.sh", "build:watch": "tsc --watch -p tsconfig.esm.json", "bundlewatch": "npm run pretest:browser && bundlewatch --config bundlewatch.config.json", "docs": "npm run build && npx runmd --output=README.md README_js.md", "docs:diff": "npm run docs && git diff --quiet README.md", "eslint:check": "eslint src/ test/ examples/ *.[jt]s", "eslint:fix": "eslint --fix src/ test/ examples/ *.[jt]s", "examples:browser:rollup:build": "cd examples/browser-rollup && npm install && npm run build", "examples:browser:webpack:build": "cd examples/browser-webpack && npm install && npm run build", "examples:node:commonjs:test": "cd examples/node-commonjs && npm install && npm test", "examples:node:esmodules:test": "cd examples/node-esmodules && npm install && npm test", "examples:node:jest:test": "cd examples/node-jest && npm install && npm test", "lint": "npm run eslint:check && npm run prettier:check", "md": "runmd --watch --output=README.md README_js.md", "prepack": "npm run build", "prepare": "husky", "pretest": "npm run build", "pretest:benchmark": "npm run build", "pretest:browser": "./scripts/iodd && npm run build && npm-run-all --parallel examples:browser:**", "pretest:node": "npm run build", "prettier:check": "prettier --check .", "prettier:fix": "prettier --write .", "release": "standard-version --no-verify", "test": "node --test --enable-source-maps dist/esm/test/*.js", "test:benchmark": "cd examples/benchmark && HUSKY=0 npm install && npm test", "test:browser": "wdio run ./wdio.conf.js", "test:node": "npm-run-all --parallel examples:node:**", "test:pack": "./scripts/testpack.sh", "test:watch": "node --test --enable-source-maps --watch dist/esm/test/*.js" }, "sideEffects": false, "standard-version": { "scripts": { "postchangelog": "prettier --write CHANGELOG.md" } }, "type": "module", "version": "11.0.3" }