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.
80 lines
2.2 KiB
80 lines
2.2 KiB
|
3 years ago
|
{
|
||
|
|
"_from": "xml-utils@^1.0.2",
|
||
|
|
"_id": "xml-utils@1.3.0",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-i4PIrX33Wd66dvwo4syicwlwmnr6wuvvn4f2ku9hA67C2Uk62Xubczuhct+Evnd12/DV71qKNeDdJwES8HX1RA==",
|
||
|
|
"_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.3.0.tgz",
|
||
|
|
"_shasum": "f1043534e3ac3deda12ddab39f8442e16da98ebb",
|
||
|
|
"_spec": "xml-utils@^1.0.2",
|
||
|
|
"_where": "/Users/mac/Documents/朗业/2022/h-河道-水面保洁/patrol-gamble-mobile/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.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"
|
||
|
|
}
|