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

76 lines
1.7 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"nwsapi@2.2.0",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "nwsapi@2.2.0",
"_id": "nwsapi@2.2.0",
"_inBundle": false,
"_integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==",
"_location": "/nwsapi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nwsapi@2.2.0",
"name": "nwsapi",
"escapedName": "nwsapi",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"author": {
"name": "Diego Perini",
"email": "diego.perini@gmail.com",
"url": "http://www.iport.it/"
},
"bugs": {
"url": "http://github.com/dperini/nwsapi/issues"
},
2020-01-28 13:07:56 +08:00
"description": "Fast CSS Selectors API Engine",
2020-03-22 05:13:25 +08:00
"directories": {
"test": "test"
},
2020-01-28 13:07:56 +08:00
"homepage": "http://javascript.nwbox.com/nwsapi/",
"keywords": [
"css",
"css3",
"css4",
"matcher",
"selector"
],
2020-03-22 05:13:25 +08:00
"license": "MIT",
2020-01-28 13:07:56 +08:00
"licenses": [
{
"type": "MIT",
"url": "http://javascript.nwbox.com/nwsapi/MIT-LICENSE"
}
],
2020-03-22 05:13:25 +08:00
"main": "./src/nwsapi",
2020-01-28 13:07:56 +08:00
"maintainers": [
2020-03-22 05:13:25 +08:00
{
"name": "Diego Perini",
"email": "diego.perini@gmail.com",
"url": "http://www.iport.it/"
}
2020-01-28 13:07:56 +08:00
],
2020-03-22 05:13:25 +08:00
"name": "nwsapi",
2020-01-28 13:07:56 +08:00
"repository": {
"type": "git",
"url": "git://github.com/dperini/nwsapi.git"
},
"scripts": {
"lint": "eslint ./src/nwsapi.js"
},
2020-03-22 05:13:25 +08:00
"version": "2.2.0"
2020-01-28 13:07:56 +08:00
}