You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
{
|
|
"_from": "sax@~1.1.1",
|
|
"_id": "sax@1.1.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8zci48uUQyfqynGDSkUMD7FCJB96hwLnlZOXlgs1l3TX+LW27t3psSWKUxC0fxVgA86i8tL4NwGcY1h/6t3ESg==",
|
|
"_location": "/sax",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "sax@~1.1.1",
|
|
"name": "sax",
|
|
"escapedName": "sax",
|
|
"rawSpec": "~1.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/mammoth"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sax/-/sax-1.1.6.tgz",
|
|
"_shasum": "5d616be8a5e607d54e114afae55b7eaf2fcc3240",
|
|
"_spec": "sax@~1.1.1",
|
|
"_where": "/home/cybrosys/16odoo/custom/website_quotation_template_cybrosys/node_modules/mammoth",
|
|
"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": {
|
|
"standard": "^5.3.1",
|
|
"tap": "^5.2.0"
|
|
},
|
|
"files": [
|
|
"lib/sax.js",
|
|
"LICENSE",
|
|
"LICENSE-W3C.html",
|
|
"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": {
|
|
"posttest": "standard -F test/*.js lib/*.js",
|
|
"test": "tap test/*.js --cov"
|
|
},
|
|
"version": "1.1.6"
|
|
}
|
|
|