UNPKG

oniyi-utils-xml

Version:
58 lines (57 loc) 1.3 kB
{ "name": "oniyi-utils-xml", "version": "1.1.2", "description": "utils for handling xml data", "author": "Benjamin Kroeger <benjamin.kroeger@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/benkroeger/oniyi-utils-xml.git" }, "license": "MIT", "main": "lib/index.js", "files": [ "lib", "index.js" ], "keywords": [ "oniyi-utils-xml", "oniyi", "xml", "utils", "parse", "serialize", "xpath", "select" ], "dependencies": { "lodash": "4.17.15", "xmldom": "0.1.27", "xpath": "0.0.27" }, "devDependencies": { "ava": "1.4.1", "eslint": "5.16.0", "eslint-config-airbnb-base": "13.1.0", "eslint-config-prettier": "4.1.0", "eslint-plugin-ava": "6.0.0", "eslint-plugin-import": "2.16.0", "eslint-plugin-prettier": "3.0.1", "husky": "1.3.1", "jest": "24.7.1", "lint-staged": "8.1.5", "prettier": "1.16.4" }, "scripts": { "format": "prettier --write \"**/*.{js,json}\"", "lint": "eslint .", "pretest": "eslint .", "test": "ava --verbose" }, "bugs": { "url": "https://github.com/benkroeger/oniyi-utils-xml/issues" }, "homepage": "https://github.com/benkroeger/oniyi-utils-xml#readme", "directories": { "test": "test" } }