Website/node_modules/domutils/package.json
2015-12-03 19:57:30 -05:00

97 lines
2.1 KiB
JSON

{
"_args": [
[
"domutils@1.4",
"/Users/okennedy/Documents/Website/node_modules/css-select"
]
],
"_from": "domutils@>=1.4.0 <1.5.0",
"_id": "domutils@1.4.3",
"_inCache": true,
"_installable": true,
"_location": "/domutils",
"_npmUser": {
"email": "me@feedic.com",
"name": "feedic"
},
"_npmVersion": "1.4.6",
"_phantomChildren": {},
"_requested": {
"name": "domutils",
"raw": "domutils@1.4",
"rawSpec": "1.4",
"scope": null,
"spec": ">=1.4.0 <1.5.0",
"type": "range"
},
"_requiredBy": [
"/css-select"
],
"_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz",
"_shasum": "0865513796c6b306031850e175516baf80b72a6f",
"_shrinkwrap": null,
"_spec": "domutils@1.4",
"_where": "/Users/okennedy/Documents/Website/node_modules/css-select",
"author": {
"email": "me@feedic.com",
"name": "Felix Boehm"
},
"bugs": {
"url": "https://github.com/FB55/domutils/issues"
},
"dependencies": {
"domelementtype": "1"
},
"description": "utilities for working with htmlparser2's dom",
"devDependencies": {
"domhandler": "2",
"htmlparser2": "~3.3.0",
"jshint": "~2.3.0",
"mocha": "~1.15.1"
},
"directories": {
"test": "tests"
},
"dist": {
"shasum": "0865513796c6b306031850e175516baf80b72a6f",
"tarball": "http://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz"
},
"homepage": "https://github.com/FB55/domutils",
"jshintConfig": {
"eqeqeq": true,
"eqnull": true,
"globals": {
"describe": true,
"it": true
},
"node": true,
"proto": true,
"quotmark": "double",
"trailing": true,
"undef": true,
"unused": true
},
"keywords": [
"dom",
"htmlparser2"
],
"main": "index.js",
"maintainers": [
{
"name": "feedic",
"email": "me@feedic.com"
}
],
"name": "domutils",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/FB55/domutils.git"
},
"scripts": {
"test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
},
"version": "1.4.3"
}