You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.2 KiB

{
"_args": [
[
"xml-utils@1.3.0",
"/Users/mac/Documents/朗业/2022/h-河道-水面保洁/patrol-gamble-mobile"
]
],
"_from": "xml-utils@1.3.0",
"_id": "xml-utils@1.3.0",
"_inBundle": false,
"_integrity": "sha512-i4PIrX33Wd66dvwo4syicwlwmnr6wuvvn4f2ku9hA67C2Uk62Xubczuhct+Evnd12/DV71qKNeDdJwES8HX1RA==",
"_location": "/xml-utils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xml-utils@1.3.0",
"name": "xml-utils",
"escapedName": "xml-utils",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/geotiff"
],
"_resolved": "https://registry.npmjs.org/xml-utils/-/xml-utils-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/Users/mac/Documents/朗业/2022/h-河道-水面保洁/patrol-gamble-mobile",
"author": {
"name": "Daniel J. Dufour"
},
"bugs": {
"url": "https://github.com/DanielJDufour/xml-utils/issues"
},
"description": "Parse XML without Blowing Up Your Bundle Size",
"devDependencies": {
"flug": "^2.3.1",
"typescript": "^4.7.4"
},
"files": [
"index.d.ts",
"index.js",
"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"
],
"homepage": "https://github.com/DanielJDufour/xml-utils#readme",
"keywords": [
"fast",
"mrf",
"xml",
"tag",
"lite",
"utils",
"parse"
],
"license": "CC0-1.0",
"main": "index.js",
"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 */*.ts",
"setup": "cd test/data && bash setup.sh",
"test": "npm run test:js && npm run test:ts && npm run test:tsc",
"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.3.0"
}