bigint-crypto-utils/node_modules/js2xmlparser/package.json

93 lines
2.7 KiB
JSON

{
"_from": "js2xmlparser@^4.0.0",
"_id": "js2xmlparser@4.0.1",
"_inBundle": false,
"_integrity": "sha512-KrPTolcw6RocpYjdC7pL7v62e55q7qOMHvLX1UCLc5AAS8qeJ6nukarEJAF2KL2PZxlbGueEbINqZR2bDe/gUw==",
"_location": "/js2xmlparser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "js2xmlparser@^4.0.0",
"name": "js2xmlparser",
"escapedName": "js2xmlparser",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/jsdoc"
],
"_resolved": "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-4.0.1.tgz",
"_shasum": "670ef71bc5661f089cc90481b99a05a1227ae3bd",
"_spec": "js2xmlparser@^4.0.0",
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc",
"author": {
"name": "Michael Kourlas",
"email": "michael@kourlas.com"
},
"bugs": {
"url": "https://github.com/michaelkourlas/node-js2xmlparser/issues"
},
"bundleDependencies": false,
"dependencies": {
"xmlcreate": "^2.0.3"
},
"deprecated": false,
"description": "Parses JavaScript objects into XML",
"devDependencies": {
"@types/chai": "^4.2.8",
"@types/mocha": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.0.1",
"rimraf": "^3.0.1",
"typedoc": "^0.16.9",
"typescript": "^3.7.5"
},
"files": [
"lib",
"CHANGES.md",
"LICENSE.md",
"NOTICE.md",
"package.json",
"README.md"
],
"homepage": "https://github.com/michaelkourlas/node-js2xmlparser#readme",
"keywords": [
"convert",
"converter",
"javascript",
"js",
"json",
"object",
"objects",
"parse",
"parser",
"xml"
],
"license": "Apache-2.0",
"main": "./lib/main.js",
"name": "js2xmlparser",
"repository": {
"type": "git",
"url": "git://github.com/michaelkourlas/node-js2xmlparser.git"
},
"scripts": {
"build": "npm run-script prod && npm run-script test-prod && npm run-script docs",
"clean": "rimraf lib",
"clean-docs": "rimraf docs",
"clean-test": "rimraf test/lib",
"dev": "npm run-script clean && npm run-script lint && tsc -p tsconfig.json --sourceMap",
"docs": "npm run-script clean-docs && typedoc --mode file --module commonjs --out docs --target es5 --tsconfig tsconfig.json",
"lint": "eslint . --ext .ts",
"prod": "npm run-script clean && npm run-script lint && tsc -p tsconfig.json",
"test-dev": "npm run-script clean-test && tsc -p test/tsconfig.json --sourceMap && mocha test/lib",
"test-prod": "npm run-script clean-test && tsc -p test/tsconfig.json && mocha test/lib"
},
"typings": "./lib/main",
"version": "4.0.1"
}