urltomarkdown/node_modules/nwsapi/package.json

44 lines
877 B
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
2022-01-08 17:17:05 +00:00
"name": "nwsapi",
2022-12-21 23:26:55 +00:00
"version": "2.2.2",
2022-01-08 17:05:05 +00:00
"description": "Fast CSS Selectors API Engine",
"homepage": "http://javascript.nwbox.com/nwsapi/",
2022-01-08 17:17:05 +00:00
"main": "./src/nwsapi",
2022-01-08 17:05:05 +00:00
"keywords": [
"css",
"css3",
"css4",
"matcher",
"selector"
],
"licenses": [
{
"type": "MIT",
"url": "http://javascript.nwbox.com/nwsapi/MIT-LICENSE"
}
],
2022-01-08 17:17:05 +00:00
"license": "MIT",
2022-12-21 23:26:55 +00:00
"author": {
"name": "Diego Perini",
"email": "diego.perini@gmail.com",
"web": "http://www.iport.it/"
},
2022-01-08 17:05:05 +00:00
"maintainers": [
2022-12-21 23:26:55 +00:00
{
"name": "Diego Perini",
"email": "diego.perini@gmail.com",
"web": "http://www.iport.it/"
}
2022-01-08 17:05:05 +00:00
],
2022-01-08 17:17:05 +00:00
"bugs": {
"url": "http://github.com/dperini/nwsapi/issues"
},
2022-01-08 17:05:05 +00:00
"repository": {
"type": "git",
"url": "git://github.com/dperini/nwsapi.git"
},
"scripts": {
"lint": "eslint ./src/nwsapi.js"
2022-01-08 17:17:05 +00:00
}
2022-01-08 17:05:05 +00:00
}