Website/node_modules/xpath/package.json

81 lines
1.8 KiB
JSON

{
"_args": [
[
"xpath@*",
"/Users/okennedy/Documents/Website/node_modules/speech-rule-engine"
]
],
"_from": "xpath@*",
"_id": "xpath@0.0.9",
"_inCache": true,
"_installable": true,
"_location": "/xpath",
"_npmUser": {
"email": "goto100@gmail.com",
"name": "goto100"
},
"_npmVersion": "1.3.14",
"_phantomChildren": {},
"_requested": {
"name": "xpath",
"raw": "xpath@*",
"rawSpec": "*",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/speech-rule-engine"
],
"_resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.9.tgz",
"_shasum": "b39eea1eafbdc8ecdda21ad491c8db40f013fb54",
"_shrinkwrap": null,
"_spec": "xpath@*",
"_where": "/Users/okennedy/Documents/Website/node_modules/speech-rule-engine",
"author": {
"name": "goto100"
},
"bugs": {
"url": "https://github.com/goto100/xpath/issues"
},
"dependencies": {},
"description": "DOM 3 Xpath implemention and helper for node.js.",
"devDependencies": {
"nodeunit": ">=0.6.4"
},
"directories": {},
"dist": {
"shasum": "b39eea1eafbdc8ecdda21ad491c8db40f013fb54",
"tarball": "http://registry.npmjs.org/xpath/-/xpath-0.0.9.tgz"
},
"engines": {
"node": ">=0.6.0"
},
"homepage": "https://github.com/goto100/xpath",
"keywords": [
"xml",
"xpath"
],
"licenses": [
{
"type": "MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": "./xpath.js",
"maintainers": [
{
"name": "goto100",
"email": "goto100@gmail.com"
}
],
"name": "xpath",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/goto100/xpath.git"
},
"version": "0.0.9"
}