backoffice/node_modules/parserlib/package.json

65 lines
1.4 KiB
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"_args": [
[
"parserlib@0.2.5",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "parserlib@0.2.5",
"_id": "parserlib@0.2.5",
"_inBundle": false,
"_integrity": "sha1-hZB92GBaoGq7PdKV1QuyuPpN0Rc=",
"_location": "/parserlib",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parserlib@0.2.5",
"name": "parserlib",
"escapedName": "parserlib",
"rawSpec": "0.2.5",
"saveSpec": null,
"fetchSpec": "0.2.5"
},
"_requiredBy": [
"/csslint"
],
"_resolved": "https://registry.npmjs.org/parserlib/-/parserlib-0.2.5.tgz",
"_spec": "0.2.5",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Nicholas C. Zakas"
},
"bugs": {
"url": "https://github.com/CSSLint/parser-lib/issues"
},
"contributors": [
{
"name": "Nick Schonning"
}
],
"description": "CSS3 SAX-inspired parser",
"homepage": "https://github.com/CSSLint/parser-lib",
"keywords": [
"parser",
"css",
"css3",
"sax",
"style",
"stylesheet"
],
"license": "MIT",
"main": "./lib/node-parserlib.js",
"name": "parserlib",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/CSSLint/parser-lib.git"
},
"scripts": {
"prepublish": "npm test",
"test": "ant -f ../../build.xml test"
},
"version": "0.2.5"
}