anorgatarrak-wordpress-theme/node_modules/css-what/package.json

78 lines
1.8 KiB
JSON

{
"_from": "css-what@1.0",
"_id": "css-what@1.0.0",
"_inBundle": false,
"_integrity": "sha1-18wt9FGAZm+Z0rFEYmOUaeAPc2w=",
"_location": "/css-what",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "css-what@1.0",
"name": "css-what",
"escapedName": "css-what",
"rawSpec": "1.0",
"saveSpec": null,
"fetchSpec": "1.0"
},
"_requiredBy": [
"/css-select"
],
"_resolved": "https://registry.npmjs.org/css-what/-/css-what-1.0.0.tgz",
"_shasum": "d7cc2df45180666f99d2b14462639469e00f736c",
"_spec": "css-what@1.0",
"_where": "/home/lrullo/httpdocs/anorgatarrak.eus/wp-content/themes/anorgatarrak/node_modules/css-select",
"author": {
"name": "Felix Böhm",
"email": "me@feedic.com",
"url": "http://feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/css-what/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "a CSS selector parser",
"devDependencies": {
"jshint": "2"
},
"engines": {
"node": "*"
},
"files": [
"index.js"
],
"homepage": "https://github.com/fb55/css-what#readme",
"jshintConfig": {
"eqeqeq": true,
"freeze": true,
"latedef": "nofunc",
"noarg": true,
"nonbsp": true,
"quotmark": "double",
"undef": true,
"unused": true,
"trailing": true,
"eqnull": true,
"proto": true,
"smarttabs": true,
"node": true,
"globals": {
"describe": true,
"it": true
}
},
"license": "BSD-like",
"main": "./index.js",
"name": "css-what",
"optionalDependencies": {},
"repository": {
"url": "git+https://github.com/fb55/css-what.git"
},
"scripts": {
"test": "node tests/test.js && jshint *.js"
},
"version": "1.0.0"
}