GT2/Ejectable/node_modules/xmldoc/package.json

69 lines
1.8 KiB
JSON
Raw Normal View History

2021-08-16 00:14:59 +00:00
{
"_from": "xmldoc@^1.1.2",
"_id": "xmldoc@1.1.2",
"_inBundle": false,
"_integrity": "sha512-ruPC/fyPNck2BD1dpz0AZZyrEwMOrWTO5lDdIXS91rs3wtm4j+T8Rp2o+zoOYkkAxJTZRPOSnOGei1egoRmKMQ==",
"_location": "/xmldoc",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xmldoc@^1.1.2",
"name": "xmldoc",
"escapedName": "xmldoc",
"rawSpec": "^1.1.2",
"saveSpec": null,
"fetchSpec": "^1.1.2"
},
"_requiredBy": [
"/@react-native-community/cli-platform-android"
],
"_resolved": "https://registry.npmjs.org/xmldoc/-/xmldoc-1.1.2.tgz",
"_shasum": "6666e029fe25470d599cd30e23ff0d1ed50466d7",
"_spec": "xmldoc@^1.1.2",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@react-native-community/cli-platform-android",
"author": {
"name": "Nick Farina",
"email": "nfarina@gmail.com",
"url": "http://nfarina.com"
},
"bugs": {
"url": "https://github.com/nfarina/xmldoc/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nick Farina",
"email": "nfarina@gmail.com"
},
{
"name": "Caleb Meredith",
"email": "calebmeredith8@gmail.com"
}
],
"dependencies": {
"sax": "^1.2.1"
},
"deprecated": false,
"description": "A lightweight XML Document class for JavaScript.",
"devDependencies": {
"tap": "^8.0.1"
},
"homepage": "https://github.com/nfarina/xmldoc#readme",
"license": {
"type": "MIT",
"url": "https://raw.github.com/nfarina/xmldoc-js/master/LICENSE"
},
"main": "./index",
"name": "xmldoc",
"repository": {
"type": "git",
"url": "git://github.com/nfarina/xmldoc.git"
},
"scripts": {
"coverage": "npm test -- --cov --coverage-report=html",
"test": "tap test/*.js"
},
"version": "1.1.2"
}