github-pages-deploy-action/node_modules/nwsapi/package.json

39 lines
824 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "nwsapi",
"version": "2.2.0",
2020-03-31 20:42:07 +08:00
"description": "Fast CSS Selectors API Engine",
"homepage": "http://javascript.nwbox.com/nwsapi/",
2020-03-31 20:57:48 +08:00
"main": "./src/nwsapi",
2020-03-31 20:42:07 +08:00
"keywords": [
"css",
"css3",
"css4",
"matcher",
"selector"
],
"licenses": [
{
"type": "MIT",
"url": "http://javascript.nwbox.com/nwsapi/MIT-LICENSE"
}
],
2020-03-31 20:57:48 +08:00
"license": "MIT",
"author": "Diego Perini <diego.perini@gmail.com> (http://www.iport.it/)",
2020-03-31 20:42:07 +08:00
"maintainers": [
2020-03-31 20:57:48 +08:00
"Diego Perini <diego.perini@gmail.com> (http://www.iport.it/)"
2020-03-31 20:42:07 +08:00
],
2020-03-31 20:57:48 +08:00
"bugs": {
"url": "http://github.com/dperini/nwsapi/issues"
},
2020-03-31 20:42:07 +08:00
"repository": {
"type": "git",
"url": "git://github.com/dperini/nwsapi.git"
},
"scripts": {
"lint": "eslint ./src/nwsapi.js"
},
2020-03-31 20:57:48 +08:00
"directories": {
"test": "test"
}
2020-03-31 20:42:07 +08:00
}