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

117 lines
2.7 KiB
JSON

{
"_args": [
[
"css-select@~1.0.0",
"/Users/okennedy/Documents/Website/node_modules/cheerio"
]
],
"_from": "css-select@>=1.0.0 <1.1.0",
"_id": "css-select@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/css-select",
"_nodeVersion": "1.0.4",
"_npmUser": {
"email": "me@feedic.com",
"name": "feedic"
},
"_npmVersion": "2.4.1",
"_phantomChildren": {},
"_requested": {
"name": "css-select",
"raw": "css-select@~1.0.0",
"rawSpec": "~1.0.0",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/cheerio"
],
"_resolved": "https://registry.npmjs.org/css-select/-/css-select-1.0.0.tgz",
"_shasum": "b1121ca51848dd264e2244d058cee254deeb44b0",
"_shrinkwrap": null,
"_spec": "css-select@~1.0.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/cheerio",
"author": {
"email": "me@feedic.com",
"name": "Felix Boehm"
},
"bugs": {
"url": "https://github.com/fb55/css-select/issues"
},
"dependencies": {
"boolbase": "~1.0.0",
"css-what": "1.0",
"domutils": "1.4",
"nth-check": "~1.0.0"
},
"description": "a CSS selector compiler/engine",
"devDependencies": {
"cheerio-soupselect": "*",
"coveralls": "*",
"expect.js": "*",
"htmlparser2": "*",
"istanbul": "*",
"jshint": "2",
"mocha": "*",
"mocha-lcov-reporter": "*"
},
"directories": {},
"dist": {
"shasum": "b1121ca51848dd264e2244d058cee254deeb44b0",
"tarball": "http://registry.npmjs.org/css-select/-/css-select-1.0.0.tgz"
},
"files": [
"index.js",
"lib"
],
"gitHead": "c73512d9b5b4dc3f537702283143c9463b4f7d7d",
"homepage": "https://github.com/fb55/css-select",
"jshintConfig": {
"eqeqeq": true,
"eqnull": true,
"freeze": true,
"globals": {
"describe": true,
"it": true
},
"latedef": "nofunc",
"noarg": true,
"node": true,
"nonbsp": true,
"proto": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true
},
"keywords": [
"css",
"selector",
"sizzle"
],
"license": "BSD-like",
"maintainers": [
{
"name": "feedic",
"email": "me@feedic.com"
}
],
"name": "css-select",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/fb55/css-select.git"
},
"scripts": {
"coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
"lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
"lint": "jshint index.js lib/*.js test/*.js",
"test": "mocha && npm run lint"
},
"version": "1.0.0"
}