package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "_from": "uuid@^8.3.0",
  3. "_id": "uuid@8.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
  6. "_location": "/uuid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "uuid@^8.3.0",
  12. "name": "uuid",
  13. "escapedName": "uuid",
  14. "rawSpec": "^8.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^8.3.0"
  17. },
  18. "_requiredBy": [
  19. "/node-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
  22. "_shasum": "80d5b5ced271bb9af6c445f21a1a04c606cefbe2",
  23. "_spec": "uuid@^8.3.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\node-notifier",
  25. "bin": {
  26. "uuid": "dist/bin/uuid"
  27. },
  28. "browser": {
  29. "./dist/md5.js": "./dist/md5-browser.js",
  30. "./dist/rng.js": "./dist/rng-browser.js",
  31. "./dist/sha1.js": "./dist/sha1-browser.js",
  32. "./dist/esm-node/index.js": "./dist/esm-browser/index.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/uuidjs/uuid/issues"
  36. },
  37. "bundleDependencies": false,
  38. "commitlint": {
  39. "extends": [
  40. "@commitlint/config-conventional"
  41. ]
  42. },
  43. "deprecated": false,
  44. "description": "RFC4122 (v1, v4, and v5) UUIDs",
  45. "devDependencies": {
  46. "@babel/cli": "7.11.6",
  47. "@babel/core": "7.11.6",
  48. "@babel/preset-env": "7.11.5",
  49. "@commitlint/cli": "11.0.0",
  50. "@commitlint/config-conventional": "11.0.0",
  51. "@rollup/plugin-node-resolve": "9.0.0",
  52. "babel-eslint": "10.1.0",
  53. "bundlewatch": "0.3.1",
  54. "eslint": "7.10.0",
  55. "eslint-config-prettier": "6.12.0",
  56. "eslint-config-standard": "14.1.1",
  57. "eslint-plugin-import": "2.22.1",
  58. "eslint-plugin-node": "11.1.0",
  59. "eslint-plugin-prettier": "3.1.4",
  60. "eslint-plugin-promise": "4.2.1",
  61. "eslint-plugin-standard": "4.0.1",
  62. "husky": "4.3.0",
  63. "jest": "25.5.4",
  64. "lint-staged": "10.4.0",
  65. "npm-run-all": "4.1.5",
  66. "optional-dev-dependency": "2.0.1",
  67. "prettier": "2.1.2",
  68. "random-seed": "0.3.0",
  69. "rollup": "2.28.2",
  70. "rollup-plugin-terser": "7.0.2",
  71. "runmd": "1.3.2",
  72. "standard-version": "9.0.0"
  73. },
  74. "exports": {
  75. ".": {
  76. "node": {
  77. "module": "./dist/esm-node/index.js",
  78. "require": "./dist/index.js",
  79. "import": "./wrapper.mjs"
  80. },
  81. "default": "./dist/esm-browser/index.js"
  82. },
  83. "./package.json": "./package.json"
  84. },
  85. "files": [
  86. "CHANGELOG.md",
  87. "CONTRIBUTING.md",
  88. "LICENSE.md",
  89. "README.md",
  90. "dist",
  91. "wrapper.mjs"
  92. ],
  93. "homepage": "https://github.com/uuidjs/uuid#readme",
  94. "husky": {
  95. "hooks": {
  96. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  97. "pre-commit": "lint-staged"
  98. }
  99. },
  100. "keywords": [
  101. "uuid",
  102. "guid",
  103. "rfc4122"
  104. ],
  105. "license": "MIT",
  106. "lint-staged": {
  107. "*.{js,jsx,json,md}": [
  108. "prettier --write"
  109. ],
  110. "*.{js,jsx}": [
  111. "eslint --fix"
  112. ]
  113. },
  114. "main": "./dist/index.js",
  115. "module": "./dist/esm-node/index.js",
  116. "name": "uuid",
  117. "optionalDevDependencies": {
  118. "@wdio/browserstack-service": "6.4.0",
  119. "@wdio/cli": "6.4.0",
  120. "@wdio/jasmine-framework": "6.4.0",
  121. "@wdio/local-runner": "6.4.0",
  122. "@wdio/spec-reporter": "6.4.0",
  123. "@wdio/static-server-service": "6.4.0",
  124. "@wdio/sync": "6.4.0"
  125. },
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/uuidjs/uuid.git"
  129. },
  130. "scripts": {
  131. "build": "./scripts/build.sh",
  132. "bundlewatch": "npm run pretest:browser && bundlewatch --config bundlewatch.config.json",
  133. "docs": "( node --version | grep -q 'v12' ) && ( npm run build && runmd --output=README.md README_js.md )",
  134. "docs:diff": "npm run docs && git diff --quiet README.md",
  135. "eslint:check": "eslint src/ test/ examples/ *.js",
  136. "eslint:fix": "eslint --fix src/ test/ examples/ *.js",
  137. "examples:browser:rollup:build": "cd examples/browser-rollup && npm install && npm run build",
  138. "examples:browser:webpack:build": "cd examples/browser-webpack && npm install && npm run build",
  139. "examples:node:commonjs:test": "cd examples/node-commonjs && npm install && npm test",
  140. "examples:node:esmodules:test": "cd examples/node-esmodules && npm install && npm test",
  141. "lint": "npm run eslint:check && npm run prettier:check",
  142. "md": "runmd --watch --output=README.md README_js.md",
  143. "prepack": "npm run build",
  144. "pretest": "[ -n $CI ] || npm run build",
  145. "pretest:benchmark": "npm run build",
  146. "pretest:browser": "optional-dev-dependency && npm run build && npm-run-all --parallel examples:browser:**",
  147. "pretest:node": "npm run build",
  148. "prettier:check": "prettier --ignore-path .prettierignore --check '**/*.{js,jsx,json,md}'",
  149. "prettier:fix": "prettier --ignore-path .prettierignore --write '**/*.{js,jsx,json,md}'",
  150. "release": "standard-version --no-verify",
  151. "test": "BABEL_ENV=commonjs node --throw-deprecation node_modules/.bin/jest test/unit/",
  152. "test:benchmark": "cd examples/benchmark && npm install && npm test",
  153. "test:browser": "wdio run ./wdio.conf.js",
  154. "test:node": "npm-run-all --parallel examples:node:**",
  155. "test:pack": "./scripts/testpack.sh"
  156. },
  157. "sideEffects": false,
  158. "standard-version": {
  159. "scripts": {
  160. "postchangelog": "prettier --write CHANGELOG.md"
  161. }
  162. },
  163. "version": "8.3.2"
  164. }