You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.6 KiB
JSON

{
"_from": "sax@^1.2.4",
"_id": "sax@1.3.0",
"_inBundle": false,
"_integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==",
"_location": "/sax",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sax@^1.2.4",
"name": "sax",
"escapedName": "sax",
"rawSpec": "^1.2.4",
"saveSpec": null,
"fetchSpec": "^1.2.4"
},
"_requiredBy": [
"/needle"
],
"_resolved": "https://registry.npmmirror.com/sax/-/sax-1.3.0.tgz",
"_shasum": "a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0",
"_spec": "sax@^1.2.4",
"_where": "D:\\xyProject\\cacfrontend\\node_modules\\needle",
"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": {
"tap": "^15.1.6"
},
"files": [
"lib/sax.js",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/isaacs/sax-js#readme",
"license": "ISC",
"main": "lib/sax.js",
"name": "sax",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/sax-js.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js --cov -j4"
},
"tap": {
"statements": 79,
"branches": 75,
"functions": 80,
"lines": 79
},
"version": "1.3.0"
}