forked from enviPath/enviPy
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"_from": "xpath@0.0.24",
|
|
"_id": "xpath@0.0.24",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Gt4WLhzFI8jTn8fQavwW6iFvKfs=",
|
|
"_location": "/xpath",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "xpath@0.0.24",
|
|
"name": "xpath",
|
|
"escapedName": "xpath",
|
|
"rawSpec": "0.0.24",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.24"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.24.tgz",
|
|
"_shasum": "1ade162e1cc523c8d39fc7d06afc16ea216f29fb",
|
|
"_spec": "xpath@0.0.24",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
|
"author": {
|
|
"name": "Cameron McCormac"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/goto100/xpath/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "goto100"
|
|
},
|
|
{
|
|
"name": "James Rishe"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "DOM 3 XPath implemention and helper for node.js.",
|
|
"devDependencies": {
|
|
"nodeunit": ">=0.6.4",
|
|
"xmldom": "^0.1.19"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
},
|
|
"homepage": "https://github.com/goto100/xpath#readme",
|
|
"keywords": [
|
|
"xpath",
|
|
"xml"
|
|
],
|
|
"license": "CC-BY-SA-2.0",
|
|
"main": "./xpath.js",
|
|
"name": "xpath",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/goto100/xpath.git"
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit test.js"
|
|
},
|
|
"typings": "./xpath.d.ts",
|
|
"version": "0.0.24"
|
|
}
|