12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "tiny-svg@2.2.3",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "tiny-svg@2.2.3",
- "_id": "tiny-svg@2.2.3",
- "_inBundle": false,
- "_integrity": "sha512-u5KGg889pD1W2c9GlLrTnAGzIkAO00/VXZGyzeiGHw+b9er8McLO0SnhxPQQDwDqFO0MrJ825AEsRUoTiDZFuQ==",
- "_location": "/tiny-svg",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "tiny-svg@2.2.3",
- "name": "tiny-svg",
- "escapedName": "tiny-svg",
- "rawSpec": "2.2.3",
- "saveSpec": null,
- "fetchSpec": "2.2.3"
- },
- "_requiredBy": [
- "/bpmn-js",
- "/diagram-js"
- ],
- "_resolved": "https://registry.npmmirror.com/tiny-svg/-/tiny-svg-2.2.3.tgz",
- "_spec": "2.2.3",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "Nico Rehwaldt",
- "url": "https://github.com/nikku"
- },
- "bugs": {
- "url": "https://github.com/bpmn-io/tiny-svg/issues"
- },
- "description": "A minimal toolbelt for builing fast SVG-based applications",
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-preset-env": "^1.6.1",
- "babelify": "^8.0.0",
- "browserify": "^16.1.1",
- "chai": "^4.2.0",
- "cpx": "^1.5.0",
- "eslint": "^5.6.1",
- "eslint-plugin-bpmn-io": "^0.6.0",
- "karma": "^3.0.0",
- "karma-browserify": "^5.2.0",
- "karma-chai": "^0.1.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-firefox-launcher": "^1.1.0",
- "karma-ie-launcher": "^1.0.0",
- "karma-mocha": "^1.3.0",
- "karma-phantomjs-launcher": "^1.0.4",
- "mocha": "^5.2.0",
- "npm-run-all": "^4.1.2",
- "puppeteer": "^1.9.0",
- "rollup": "^0.66.5",
- "rollup-plugin-uglify": "^6.0.0",
- "watchify": "^3.11.0"
- },
- "homepage": "https://github.com/bpmn-io/tiny-svg#readme",
- "keywords": [
- "svg",
- "library",
- "geometry"
- ],
- "license": "MIT",
- "main": "dist/index.cjs.js",
- "module": "dist/index.esm.js",
- "name": "tiny-svg",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/bpmn-io/tiny-svg.git"
- },
- "scripts": {
- "all": "run-s lint test distro",
- "bundle": "rollup -c",
- "copy": "cpx -v lib/*.d.ts dist",
- "dev": "npm test -- --auto-watch --no-single-run",
- "distro": "run-s copy bundle test:integration",
- "lint": "eslint .",
- "prepublishOnly": "run-s distro",
- "test": "karma start",
- "test:integration": "karma start test/integration/karma.config.js"
- },
- "sideEffects": false,
- "types": "dist/index.d.ts",
- "version": "2.2.3"
- }
|