123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "saxen@8.1.2",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "saxen@8.1.2",
- "_id": "saxen@8.1.2",
- "_inBundle": false,
- "_integrity": "sha512-xUOiiFbc3Ow7p8KMxwsGICPx46ZQvy3+qfNVhrkwfz3Vvq45eGt98Ft5IQaA1R/7Tb5B5MKh9fUR9x3c3nDTxw==",
- "_location": "/saxen",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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.npmmirror.com/saxen/-/saxen-8.1.2.tgz",
- "_spec": "8.1.2",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "Vopilovskiy Konstantin",
- "email": "flash.vkv@gmail.com",
- "url": "http://vflash.ru"
- },
- "bugs": {
- "url": "https://github.com/nikku/saxen/issues"
- },
- "contributors": [
- {
- "name": "Nico Rehwaldt",
- "url": "https://github.com/nikku"
- }
- ],
- "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"
- }
|