Files
Down-Detector/node_modules/ping/package.json
2018-05-27 16:11:50 +01:00

131 lines
2.7 KiB
JSON

{
"_from": "ping",
"_id": "ping@0.2.2",
"_inBundle": false,
"_integrity": "sha1-GA+3UIwdx0eThJvONcgHP5llvOI=",
"_location": "/ping",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ping",
"name": "ping",
"escapedName": "ping",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ping/-/ping-0.2.2.tgz",
"_shasum": "180fb7508c1dc74793849bce35c8073f9965bce2",
"_spec": "ping",
"_where": "D:\\Programming\\Projects\\Down-Detector",
"author": {
"name": "danielzzz",
"email": "daniel@zelisko.net",
"url": "http://daniel.zelisko.net"
},
"bugs": {
"url": "https://github.com/danielzzz/node-ping/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Mond Wan",
"email": "mondwan.1015@gmail.com"
},
{
"name": "dougluce",
"email": "doug@tenousiperochhelical.con.com"
},
{
"name": "weihua44"
},
{
"name": "GermanBluefox"
},
{
"name": "mabukar"
},
{
"name": "microacup",
"email": "xiangmain@gmail.com"
},
{
"name": "Andrew Fadeev"
},
{
"name": "Joshua Pruitt",
"email": "firefly777@gmail.com"
},
{
"name": "Stephan van Rooij",
"email": "stephan@svrooij.nl",
"url": "http://svrooij.nl"
},
{
"name": "Krispin Schulz",
"email": "krispinone@googlemail.com",
"url": "http://kr1sp1n.io"
},
{
"name": "Kathy Hill"
},
{
"name": "mrMuppet"
},
{
"name": "Adam Heath",
"email": "adam@adamheath.me",
"url": "http://www.adamheath.me"
},
{
"name": "BlessJah",
"email": "blessjah@jacekowski.org"
},
{
"name": "jritsema"
}
],
"dependencies": {
"q": "1.x",
"underscore": "^1.8.3"
},
"deprecated": false,
"description": "a simple wrapper for ping",
"devDependencies": {
"babel-eslint": "^7.0.0",
"chai": "2.3.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-eslint": "^3.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"glob": "^7.1.1",
"grunt": "^1.0.1",
"grunt-mocha-test": "^0.13.2",
"gruntify-eslint": "^3.1.0",
"mocha": "2.5.3",
"sinon": "1.17.6"
},
"engines": {
"node": ">=0.8"
},
"homepage": "http://github.com/danielzzz/node-ping",
"license": "MIT",
"main": "index.js",
"name": "ping",
"repository": {
"type": "git",
"url": "git://github.com/danielzzz/node-ping.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.2.2"
}