{ "_from": "xml-utils@^1.0.2", "_id": "xml-utils@1.7.0", "_inBundle": false, "_integrity": "sha512-bWB489+RQQclC7A9OW8e5BzbT8Tu//jtAOvkYwewFr+Q9T9KDGvfzC1lp0pYPEQPEoPQLDkmxkepSC/2gIAZGw==", "_location": "/xml-utils", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "xml-utils@^1.0.2", "name": "xml-utils", "escapedName": "xml-utils", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/geotiff" ], "_resolved": "https://registry.npmjs.org/xml-utils/-/xml-utils-1.7.0.tgz", "_shasum": "333ce391d8918f872aaf98d2cf90f9ef9b82bd0f", "_spec": "xml-utils@^1.0.2", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/geotiff", "author": { "name": "Daniel J. Dufour" }, "bugs": { "url": "https://github.com/DanielJDufour/xml-utils/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Parse XML without Blowing Up Your Bundle Size", "devDependencies": { "flug": "^2.6.0", "typescript": "^5.0.4" }, "exports": { ".": { "require": "./index.js", "import": "./index.mjs" }, "./index": { "require": "./index.js", "import": "./index.mjs" }, "./index.js": "./index.js", "./index.mjs": "./index.mjs", "./find-tag-by-name": "./find-tag-by-name.js", "./find-tag-by-name.js": "./find-tag-by-name.js", "./find-tag-by-path": "./find-tag-by-path.js", "./find-tag-by-path.js": "./find-tag-by-path.js", "./find-tags-by-name": "./find-tags-by-name.js", "./find-tags-by-name.js": "./find-tags-by-name.js", "./find-tags-by-path": "./find-tags-by-path.js", "./find-tags-by-path.js": "./find-tags-by-path.js", "./get-attribute": "./get-attribute.js", "./get-attribute.js": "./get-attribute.js", "./remove-comments": "./remove-comments.js", "./remove-comments.js": "./remove-comments.js", "./remove-tags-by-name": "./remove-tags-by-name", "./remove-tags-by-name.js": "./remove-tags-by-name.js" }, "files": [ "index.d.ts", "index.js", "index.mjs", "count-substring.js", "find-tag-by-name.js", "find-tag-by-path.js", "find-tags-by-name.js", "find-tags-by-path.js", "get-attribute.js", "index-of-match.js", "index-of-match-end.js", "remove-comments.js", "remove-tags-by-name.js" ], "homepage": "https://github.com/DanielJDufour/xml-utils#readme", "keywords": [ "fast", "mrf", "xml", "tag", "lite", "utils", "parse" ], "license": "CC0-1.0", "main": "index.js", "module": "index.mjs", "name": "xml-utils", "repository": { "type": "git", "url": "git+https://github.com/DanielJDufour/xml-utils.git" }, "scripts": { "f": "npm run format", "format": "npx prettier --arrow-parens=avoid --print-width=140 --trailing-comma=none --write *.js */*.js */*.mjs */*.ts", "setup": "cd test/data && bash setup.sh", "test": "npm run test:js && npm run test:ts && npm run test:tsc && npm run test:esm", "test:esm": "node ./test/test.mjs", "test:js": "node ./test/test.js", "test:ts": "npx ts-node ./test/test.ts", "test:tsc": "tsc --noEmit ./test/test.ts" }, "types": "index.d.ts", "version": "1.7.0" }