Files
dns-server/node_modules/sax/package.json
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

68 lines
1.6 KiB
JSON

{
"_from": "sax@^1.5.0",
"_id": "sax@1.6.0",
"_inBundle": false,
"_integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
"_location": "/sax",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sax@^1.5.0",
"name": "sax",
"escapedName": "sax",
"rawSpec": "^1.5.0",
"saveSpec": null,
"fetchSpec": "^1.5.0"
},
"_requiredBy": [
"/svgo"
],
"_resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
"_shasum": "da59637629307b97e7c4cb28e080a7bc38560d5b",
"_spec": "sax@^1.5.0",
"_where": "/root/dns/node_modules/svgo",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/sax-js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An evented streaming XML parser in JavaScript",
"devDependencies": {
"prettier": "^3.6.2",
"tap": "^21.1.3"
},
"engines": {
"node": ">=11.0.0"
},
"files": [
"lib/sax.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/isaacs/sax-js#readme",
"license": "BlueOak-1.0.0",
"main": "lib/sax.js",
"name": "sax",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/isaacs/sax-js.git"
},
"scripts": {
"format": "prettier --write . --log-level warn",
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"allow-incomplete-coverage": true
},
"version": "1.6.0"
}