Your IP : 216.73.216.48


Current Path : /hdd/hdd21/my5/backup/my5-frontend/node_modules/saxes/
Upload File :
Current File : /hdd/hdd21/my5/backup/my5-frontend/node_modules/saxes/package.json

{
  "_args": [
    [
      "saxes@3.1.5",
      "/hdd/hdd21/my5/git/my5-frontend"
    ]
  ],
  "_from": "saxes@3.1.5",
  "_id": "saxes@3.1.5",
  "_inBundle": false,
  "_integrity": "sha512-2mgiX2VOarcQv8G40WdJ5QJniYdsPr0yGedkd98PqApodsS9DG29qyHl/X65OILm7Bapd1/zUUvTHVZwNLhXvQ==",
  "_location": "/saxes",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "saxes@3.1.5",
    "name": "saxes",
    "escapedName": "saxes",
    "rawSpec": "3.1.5",
    "saveSpec": null,
    "fetchSpec": "3.1.5"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/saxes/-/saxes-3.1.5.tgz",
  "_spec": "3.1.5",
  "_where": "/hdd/hdd21/my5/git/my5-frontend",
  "author": {
    "name": "Louis-Dominique Dubeau",
    "email": "ldd@lddubeau.com"
  },
  "bugs": {
    "url": "https://github.com/lddubeau/saxes/issues"
  },
  "dependencies": {
    "xmlchars": "^1.3.1"
  },
  "description": "An evented streaming XML parser in JavaScript",
  "devDependencies": {
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-angular": "^7.1.2",
    "chai": "^4.2.0",
    "conventional-changelog-cli": "^2.0.11",
    "eslint": "^5.12.0",
    "eslint-config-lddubeau-base": "^3.0.1",
    "husky": "^1.3.1",
    "mocha": "^5.2.0",
    "xml-conformance-suite": "^1.1.0"
  },
  "files": [
    "lib/saxes.js",
    "lib/saxes.d.ts",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/lddubeau/saxes#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "license": "ISC",
  "main": "lib/saxes.js",
  "name": "saxes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lddubeau/saxes.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "posttest": "eslint test/*.js lib/*.js",
    "postversion": "npm publish",
    "preversion": "npm test",
    "test": "mocha --delay",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
  },
  "types": "lib/saxes.d.ts",
  "version": "3.1.5"
}