85 lines
2.6 KiB
JSON
85 lines
2.6 KiB
JSON
{
|
|
"_from": "xmlcreate@^2.0.3",
|
|
"_id": "xmlcreate@2.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-HgS+X6zAztGa9zIK3Y3LXuJes33Lz9x+YyTxgrkIdabu2vqcGOWwdfCpf1hWLRrd553wd4QCDf6BBO6FfdsRiQ==",
|
|
"_location": "/xmlcreate",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "xmlcreate@^2.0.3",
|
|
"name": "xmlcreate",
|
|
"escapedName": "xmlcreate",
|
|
"rawSpec": "^2.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/js2xmlparser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.3.tgz",
|
|
"_shasum": "df9ecd518fd3890ab3548e1b811d040614993497",
|
|
"_spec": "xmlcreate@^2.0.3",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/js2xmlparser",
|
|
"author": {
|
|
"name": "Michael Kourlas",
|
|
"email": "michael@kourlas.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/michaelkourlas/node-xmlcreate/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Simple XML builder for Node.js",
|
|
"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-xmlcreate#readme",
|
|
"keywords": [
|
|
"build",
|
|
"builder",
|
|
"create",
|
|
"creator",
|
|
"xml"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/main.js",
|
|
"name": "xmlcreate",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/michaelkourlas/node-xmlcreate.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": "2.0.3"
|
|
}
|