123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_args": [
- [
- "min-dash@3.8.1",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "min-dash@3.8.1",
- "_id": "min-dash@3.8.1",
- "_inBundle": false,
- "_integrity": "sha512-evumdlmIlg9mbRVPbC4F5FuRhNmcMS5pvuBUbqb1G9v09Ro0ImPEgz5n3khir83lFok1inKqVDjnKEg3GpDxQg==",
- "_location": "/min-dash",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "min-dash@3.8.1",
- "name": "min-dash",
- "escapedName": "min-dash",
- "rawSpec": "3.8.1",
- "saveSpec": null,
- "fetchSpec": "3.8.1"
- },
- "_requiredBy": [
- "/bpmn-js",
- "/bpmn-moddle",
- "/diagram-js",
- "/diagram-js-direct-editing",
- "/moddle",
- "/moddle-xml"
- ],
- "_resolved": "https://registry.npmmirror.com/min-dash/-/min-dash-3.8.1.tgz",
- "_spec": "3.8.1",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "bpmn.io",
- "email": "http://bpmn.io"
- },
- "bugs": {
- "url": "https://github.com/bpmn-io/min-dash/issues"
- },
- "bundlesize": [
- {
- "path": "./dist/min-dash.min.js",
- "maxSize": "2 kB"
- },
- {
- "path": "./test/bundling/bundled.js",
- "maxSize": "300 B"
- }
- ],
- "description": "Minimum utility toolbelt",
- "devDependencies": {
- "@babel/core": "^7.15.0",
- "@babel/plugin-transform-object-assign": "^7.14.5",
- "@babel/preset-env": "^7.15.0",
- "@babel/register": "^7.15.3",
- "@rollup/plugin-babel": "^5.3.0",
- "@rollup/plugin-node-resolve": "^13.0.4",
- "bundlesize": "^0.18.1",
- "chai": "^4.3.4",
- "cpx": "^1.5.0",
- "eslint": "^7.32.0",
- "eslint-plugin-bpmn-io": "^0.12.0",
- "mocha": "^9.1.0",
- "npm-run-all": "^4.1.1",
- "rollup": "^2.56.3",
- "rollup-plugin-terser": "^7.0.2",
- "sinon": "^11.1.2",
- "sinon-chai": "^3.7.0",
- "source-map-support": "^0.5.19"
- },
- "homepage": "https://github.com/bpmn-io/min-dash",
- "keywords": [
- "lodash",
- "utility",
- "tool",
- "belt"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/index.esm.js",
- "name": "min-dash",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/bpmn-io/min-dash.git"
- },
- "scripts": {
- "all": "run-s lint test distro",
- "bundle": "rollup -c",
- "bundle:checksize": "bundlesize",
- "copy": "cpx -v lib/*.d.ts dist",
- "dev": "npm test -- --watch",
- "distro": "run-s copy bundle test:integration test:bundle bundle:checksize",
- "lint": "eslint .",
- "prepublishOnly": "run-s distro",
- "test": "mocha -r @babel/register -r source-map-support/register --full-trace test/*.spec.js",
- "test:bundle": "rollup -c test/bundling/rollup.config.js",
- "test:integration": "mocha --full-trace test/integration/*.spec.js"
- },
- "sideEffects": false,
- "types": "dist/index.d.ts",
- "version": "3.8.1"
- }
|