123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "_from": "xmldom@^0.5.0",
- "_id": "xmldom@0.5.0",
- "_inBundle": false,
- "_integrity": "sha1-GTy5a4SqNIYSfqYnLEWWNUy0li4=",
- "_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": [
- "/x2js"
- ],
- "_resolved": "https://registry.npm.taobao.org/xmldom/download/xmldom-0.5.0.tgz?cache=0&sync_timestamp=1618678242096&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fxmldom%2Fdownload%2Fxmldom-0.5.0.tgz",
- "_shasum": "193cb96b84aa3486127ea6272c4596354cb4962e",
- "_spec": "xmldom@^0.5.0",
- "_where": "E:\\work-text\\jialong-tiku_1.0.3_example\\node_modules\\x2js",
- "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"
- }
|