123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "_from": "sax@1.2.1",
- "_id": "sax@1.2.1",
- "_inBundle": false,
- "_integrity": "sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==",
- "_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/ben/Desktop/app/be/be-ytb/js/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"
- }
|