gl-store-s3.js/node_modules/sax/package.json

61 lines
1.4 KiB
JSON

{
"_from": "sax@1.2.1",
"_id": "sax@1.2.1",
"_inBundle": false,
"_integrity": "sha1-e45lYZCyKOgaZq6nSEgNgozS03o=",
"_location": "/sax",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sax@1.2.1",
"name": "sax",
"escapedName": "sax",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/aws-sdk",
"/xml2js"
],
"_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
"_shasum": "7b8e656190b228e81a66aea748480d828cd2d37a",
"_spec": "sax@1.2.1",
"_where": "/Users/cyrille/Documents/GitHub/greenlock-storage-s3/node_modules/aws-sdk",
"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.2.1"
}