UNPKG

vmes-flowable

Version:

ceshibao

79 lines (78 loc) 2.06 kB
{ "_from": "saxen@^8.1.2", "_id": "saxen@8.1.2", "_inBundle": false, "_integrity": "sha1-5nezKv6TZnydk50/PeAuCd8QjlQ=", "_location": "/saxen", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "saxen@^8.1.2", "name": "saxen", "escapedName": "saxen", "rawSpec": "^8.1.2", "saveSpec": null, "fetchSpec": "^8.1.2" }, "_requiredBy": [ "/moddle-xml" ], "_resolved": "https://registry.npm.taobao.org/saxen/download/saxen-8.1.2.tgz", "_shasum": "e677b32afe93667c9d939d3f3de02e09df108e54", "_spec": "saxen@^8.1.2", "_where": "D:\\vmes-antd-new\\node_modules\\moddle-xml", "author": { "name": "Vopilovskiy Konstantin", "email": "flash.vkv@gmail.com", "url": "http://vflash.ru" }, "bugs": { "url": "https://github.com/nikku/saxen/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Nico Rehwaldt", "url": "https://github.com/nikku" } ], "deprecated": false, "description": "A tiny, super fast, namespace aware sax-style XML parser written in plain JavaScript", "devDependencies": { "eslint": "^6.8.0", "eslint-plugin-bpmn-io": "^0.11.0", "esm": "^3.0.84", "mocha": "^7.1.1", "npm-run-all": "^4.1.1", "nyc": "^15.0.0", "rollup": "^0.57.1", "rollup-plugin-uglify": "^3.0.0", "table": "^5.4.6" }, "homepage": "https://github.com/nikku/saxen#readme", "keywords": [ "xml", "sax", "parser", "pure" ], "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.esm.js", "name": "saxen", "repository": { "type": "git", "url": "git+https://github.com/nikku/saxen.git" }, "scripts": { "all": "run-s lint bundle test-coverage test-perf", "bundle": "rollup -c", "lint": "eslint .", "prepublishOnly": "run-s bundle test-perf", "test": "mocha -r esm test/index.js", "test-coverage": "NO_PERF=1 nyc --reporter=lcov --reporter=html npm test", "test-perf": "node test/perf" }, "version": "8.1.2" }