package.json 1.46 KB
{
  "_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": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project\\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"
}