package.json 5.2 KB

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