package.json 3.22 KB
{
  "_from": "xmldom@^0.5.0",
  "_id": "xmldom@0.5.0",
  "_inBundle": false,
  "_integrity": "sha512-Foaj5FXVzgn7xFzsKeNIde9g6aFBxTPi37iwsno8QvApmtg7KYrr+OPyRHcJF7dud2a5nGRBXK3n0dL62Gf7PA==",
  "_location": "/xmldom",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "xmldom@^0.5.0",
    "name": "xmldom",
    "escapedName": "xmldom",
    "rawSpec": "^0.5.0",
    "saveSpec": null,
    "fetchSpec": "^0.5.0"
  },
  "_requiredBy": [
    "/plist"
  ],
  "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.5.0.tgz",
  "_shasum": "193cb96b84aa3486127ea6272c4596354cb4962e",
  "_spec": "xmldom@^0.5.0",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\plist",
  "author": {
    "name": "jindw",
    "email": "jindw@xidea.org",
    "url": "http://www.xidea.org"
  },
  "bugs": {
    "url": "https://github.com/xmldom/xmldom/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "jindw",
      "email": "jindw@xidea.org",
      "url": "http://www.xidea.org"
    },
    {
      "name": "Yaron Naveh",
      "email": "yaronn01@gmail.com",
      "url": "http://webservices20.blogspot.com/"
    },
    {
      "name": "Harutyun Amirjanyan",
      "email": "amirjanyan@gmail.com",
      "url": "https://github.com/nightwing"
    },
    {
      "name": "Alan Gutierrez",
      "email": "alan@prettyrobots.com",
      "url": "http://www.prettyrobots.com/"
    },
    {
      "name": "Eric Newport",
      "email": "kethinov@gmail.com",
      "url": "https://github.com/kethinov"
    },
    {
      "name": "Christian Bewernitz",
      "email": "coder@karfau.de",
      "url": "https://github.com/karfau"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
  "devDependencies": {
    "@stryker-mutator/core": "^4.4.1",
    "dom-js": "0.0.9",
    "eslint": "^7.18.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-es5": "^1.5.0",
    "eslint-plugin-prettier": "^3.3.1",
    "get-stream": "^6.0.0",
    "jest": "^26.6.3",
    "nodemon": "^2.0.7",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.2.1",
    "xmltest": "^1.5.0",
    "yauzl": "^2.10.0"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "readme.md",
    "lib"
  ],
  "homepage": "https://github.com/xmldom/xmldom",
  "keywords": [
    "w3c",
    "dom",
    "xml",
    "parser",
    "javascript",
    "DOMParser",
    "XMLSerializer"
  ],
  "license": "MIT",
  "main": "lib/dom-parser.js",
  "maintainers": [
    {
      "name": "brodybits",
      "email": "chris@brody.consulting",
      "url": "https://github.com/brodybits"
    }
  ],
  "name": "xmldom",
  "repository": {
    "type": "git",
    "url": "git://github.com/xmldom/xmldom.git"
  },
  "scripts": {
    "lint": "npm-run-all lint:eslint",
    "lint:eslint": "eslint lib test",
    "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test'",
    "stryker": "stryker run",
    "test": "npm-run-all test:unit lint",
    "test:jest": "jest",
    "test:unit": "npm-run-all test:jest"
  },
  "version": "0.5.0"
}