package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "min-dash@3.8.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "min-dash@3.8.1",
  9. "_id": "min-dash@3.8.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-evumdlmIlg9mbRVPbC4F5FuRhNmcMS5pvuBUbqb1G9v09Ro0ImPEgz5n3khir83lFok1inKqVDjnKEg3GpDxQg==",
  12. "_location": "/min-dash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "min-dash@3.8.1",
  18. "name": "min-dash",
  19. "escapedName": "min-dash",
  20. "rawSpec": "3.8.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.8.1"
  23. },
  24. "_requiredBy": [
  25. "/bpmn-js",
  26. "/bpmn-moddle",
  27. "/diagram-js",
  28. "/diagram-js-direct-editing",
  29. "/moddle",
  30. "/moddle-xml"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/min-dash/-/min-dash-3.8.1.tgz",
  33. "_spec": "3.8.1",
  34. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  35. "author": {
  36. "name": "bpmn.io",
  37. "email": "http://bpmn.io"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/bpmn-io/min-dash/issues"
  41. },
  42. "bundlesize": [
  43. {
  44. "path": "./dist/min-dash.min.js",
  45. "maxSize": "2 kB"
  46. },
  47. {
  48. "path": "./test/bundling/bundled.js",
  49. "maxSize": "300 B"
  50. }
  51. ],
  52. "description": "Minimum utility toolbelt",
  53. "devDependencies": {
  54. "@babel/core": "^7.15.0",
  55. "@babel/plugin-transform-object-assign": "^7.14.5",
  56. "@babel/preset-env": "^7.15.0",
  57. "@babel/register": "^7.15.3",
  58. "@rollup/plugin-babel": "^5.3.0",
  59. "@rollup/plugin-node-resolve": "^13.0.4",
  60. "bundlesize": "^0.18.1",
  61. "chai": "^4.3.4",
  62. "cpx": "^1.5.0",
  63. "eslint": "^7.32.0",
  64. "eslint-plugin-bpmn-io": "^0.12.0",
  65. "mocha": "^9.1.0",
  66. "npm-run-all": "^4.1.1",
  67. "rollup": "^2.56.3",
  68. "rollup-plugin-terser": "^7.0.2",
  69. "sinon": "^11.1.2",
  70. "sinon-chai": "^3.7.0",
  71. "source-map-support": "^0.5.19"
  72. },
  73. "homepage": "https://github.com/bpmn-io/min-dash",
  74. "keywords": [
  75. "lodash",
  76. "utility",
  77. "tool",
  78. "belt"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/index.js",
  82. "module": "dist/index.esm.js",
  83. "name": "min-dash",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/bpmn-io/min-dash.git"
  87. },
  88. "scripts": {
  89. "all": "run-s lint test distro",
  90. "bundle": "rollup -c",
  91. "bundle:checksize": "bundlesize",
  92. "copy": "cpx -v lib/*.d.ts dist",
  93. "dev": "npm test -- --watch",
  94. "distro": "run-s copy bundle test:integration test:bundle bundle:checksize",
  95. "lint": "eslint .",
  96. "prepublishOnly": "run-s distro",
  97. "test": "mocha -r @babel/register -r source-map-support/register --full-trace test/*.spec.js",
  98. "test:bundle": "rollup -c test/bundling/rollup.config.js",
  99. "test:integration": "mocha --full-trace test/integration/*.spec.js"
  100. },
  101. "sideEffects": false,
  102. "types": "dist/index.d.ts",
  103. "version": "3.8.1"
  104. }