backoffice/node_modules/CSSwhat/package.json

79 lines
1.6 KiB
JSON

{
"_args": [
[
"CSSwhat@0.4.7",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "CSSwhat@0.4.7",
"_id": "CSSwhat@0.4.7",
"_inBundle": false,
"_integrity": "sha1-hn2g/zn3eGEyQsRM/qg/CqTr35s=",
"_location": "/CSSwhat",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "CSSwhat@0.4.7",
"name": "CSSwhat",
"escapedName": "CSSwhat",
"rawSpec": "0.4.7",
"saveSpec": null,
"fetchSpec": "0.4.7"
},
"_requiredBy": [
"/CSSselect"
],
"_resolved": "https://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz",
"_spec": "0.4.7",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Felix Böhm",
"email": "me@feedic.com",
"url": "http://feedic.com"
},
"bugs": {
"url": "https://github.com/FB55/CSSwhat/issues"
},
"dependencies": {},
"description": "a CSS selector parser",
"devDependencies": {
"jshint": "2"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/FB55/CSSwhat#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": "CSSwhat",
"optionalDependencies": {},
"repository": {
"url": "git+https://github.com/FB55/CSSwhat.git"
},
"scripts": {
"test": "node tests/test.js && jshint *.js"
},
"version": "0.4.7"
}