mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-16 00:00:27 +08:00
update dependency after merge from master
This commit is contained in:
67
node_modules/xpath/package.json
generated
vendored
67
node_modules/xpath/package.json
generated
vendored
@ -1,13 +1,38 @@
|
||||
{
|
||||
"name": "xpath",
|
||||
"version": "0.0.27",
|
||||
"description": "DOM 3 XPath implemention and helper for node.js.",
|
||||
"engines": {
|
||||
"node": ">=0.6.0"
|
||||
"_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"
|
||||
@ -17,26 +42,28 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "DOM 3 XPath implemention and helper for node.js.",
|
||||
"devDependencies": {
|
||||
"nodeunit": ">=0.6.4",
|
||||
"xmldom": "^0.1.19"
|
||||
},
|
||||
"typings": "./xpath.d.ts",
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/nodeunit test.js"
|
||||
"engines": {
|
||||
"node": ">=0.6.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/goto100/xpath.git"
|
||||
},
|
||||
"main": "./xpath.js",
|
||||
"homepage": "https://github.com/goto100/xpath#readme",
|
||||
"keywords": [
|
||||
"xpath",
|
||||
"xml"
|
||||
],
|
||||
"license": "MIT"
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz"
|
||||
,"_integrity": "sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ=="
|
||||
,"_from": "xpath@0.0.27"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user