mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-13 00:05:25 +08:00
70 lines
1.4 KiB
JSON
70 lines
1.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"xpath@0.0.29",
|
|
"."
|
|
]
|
|
],
|
|
"_from": "xpath@0.0.29",
|
|
"_id": "xpath@0.0.29",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-W6vSxu0tmHCW01EwDXx45/BAAl8lBJjcRB6eSswMuycOVbUkYskG3W1LtCxcesVel/RaNe/pxtd3FWLiqHGweA==",
|
|
"_location": "/xpath",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "xpath@0.0.29",
|
|
"name": "xpath",
|
|
"escapedName": "xpath",
|
|
"rawSpec": "0.0.29",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.29"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.29.tgz",
|
|
"_spec": "0.0.29",
|
|
"_where": ".",
|
|
"author": {
|
|
"name": "Cameron McCormack"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/goto100/xpath/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "goto100"
|
|
},
|
|
{
|
|
"name": "James Rishe"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "DOM 3 XPath implemention and helper for node.js.",
|
|
"devDependencies": {
|
|
"xmldom": "^0.1.19"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
},
|
|
"homepage": "https://github.com/goto100/xpath#readme",
|
|
"keywords": [
|
|
"xpath",
|
|
"xml"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./xpath.js",
|
|
"name": "xpath",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/goto100/xpath.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"typings": "./xpath.d.ts",
|
|
"version": "0.0.29"
|
|
}
|