File: //volume1/@appstore/SynologyApplicationService/node_modules/web-push/package.json
{
"_args": [
[
{
"name": "web-push",
"raw": "web-push",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"/synosrc/source/SynologyApplicationService"
]
],
"_from": "web-push@latest",
"_id": "web-push@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/web-push",
"_nodeVersion": "5.12.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/web-push-3.1.0.tgz_1476480044902_0.11952535365708172"
},
"_npmUser": {
"email": "mcastelluccio@mozilla.com",
"name": "marco-c"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "web-push",
"raw": "web-push",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/web-push/-/web-push-3.1.0.tgz",
"_shasum": "f3aa31ea5c3de085ff9df751cab96e933fcb4735",
"_shrinkwrap": null,
"_spec": "web-push",
"_where": "/synosrc/source/SynologyApplicationService",
"author": {
"name": "Marco Castelluccio"
},
"bin": {
"web-push": "src/cli.js"
},
"bugs": {
"url": "https://github.com/web-push-libs/web-push/issues"
},
"dependencies": {
"asn1.js": "^4.8.1",
"http_ece": "^0.5.2",
"jws": "^3.1.3",
"minimist": "^1.2.0",
"urlsafe-base64": "^1.0.0"
},
"description": "Web Push library for Node.js",
"devDependencies": {
"chalk": "^1.1.3",
"chromedriver": "^2.24.1",
"del": "^2.2.1",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.16.0",
"geckodriver": "^1.1.2",
"istanbul": "^0.4.2",
"mkdirp": "^0.5.1",
"mocha": "^3.0.2",
"portfinder": "^1.0.2",
"selenium-assistant": "^1.0.0",
"selenium-webdriver": "^3.0.0-beta-2",
"semver": "^5.1.0",
"which": "^1.2.11"
},
"directories": {},
"dist": {
"shasum": "f3aa31ea5c3de085ff9df751cab96e933fcb4735",
"tarball": "https://registry.npmjs.org/web-push/-/web-push-3.1.0.tgz"
},
"engines": {
"node": ">= 4"
},
"gitHead": "75c3d8cff1bb39a62c976be9d7e5d74ced586bd1",
"homepage": "https://github.com/web-push-libs/web-push#readme",
"keywords": [
"web push",
"push",
"notifications",
"push notifications"
],
"license": "MPL-2.0",
"main": "src/index.js",
"maintainers": [
{
"email": "mar.castelluccio@studenti.unina.it",
"name": "marco-c"
}
],
"name": "web-push",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/web-push-libs/web-push.git"
},
"scripts": {
"download-browser": "node --harmony ./test/helpers/download-test-browsers.js",
"lint": "node ./node_modules/eslint/bin/eslint --ignore-path .gitignore '.'",
"pretest": "npm run lint && npm run download-browser",
"test": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --ui tdd test/test*"
},
"version": "3.1.0"
}