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

100 lines
2.2 KiB
JSON

{
"_args": [
[
"css-what@1.0",
"/Users/okennedy/Documents/Website/node_modules/css-select"
]
],
"_from": "css-what@>=1.0.0 <1.1.0",
"_id": "css-what@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/css-what",
"_nodeVersion": "1.0.4",
"_npmUser": {
"email": "me@feedic.com",
"name": "feedic"
},
"_npmVersion": "2.4.1",
"_phantomChildren": {},
"_requested": {
"name": "css-what",
"raw": "css-what@1.0",
"rawSpec": "1.0",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/css-select"
],
"_resolved": "https://registry.npmjs.org/css-what/-/css-what-1.0.0.tgz",
"_shasum": "d7cc2df45180666f99d2b14462639469e00f736c",
"_shrinkwrap": null,
"_spec": "css-what@1.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/css-select",
"author": {
"email": "me@feedic.com",
"name": "Felix Böhm",
"url": "http://feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/css-what/issues"
},
"dependencies": {},
"description": "a CSS selector parser",
"devDependencies": {
"jshint": "2"
},
"directories": {},
"dist": {
"shasum": "d7cc2df45180666f99d2b14462639469e00f736c",
"tarball": "http://registry.npmjs.org/css-what/-/css-what-1.0.0.tgz"
},
"engines": {
"node": "*"
},
"files": [
"index.js"
],
"gitHead": "d54c2857acbb22d56190fc998b48744597ddd730",
"homepage": "https://github.com/fb55/css-what",
"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
},
"license": "BSD-like",
"main": "./index.js",
"maintainers": [
{
"name": "feedic",
"email": "me@feedic.com"
}
],
"name": "css-what",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"url": "git+https://github.com/fb55/css-what.git"
},
"scripts": {
"test": "node tests/test.js && jshint *.js"
},
"version": "1.0.0"
}