package.json 2 KB
{
  "_from": "ngrok@^3.2.7",
  "_id": "ngrok@3.3.0",
  "_inBundle": false,
  "_integrity": "sha512-NuTfuxttodW6o9cPEKiJgjmjNzolKHoUPaK7I4SbaJVkHd4cuUTlv9YsXNzBFrcNFSsDLuCyCpjsaqe1OvIPSQ==",
  "_location": "/ngrok",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ngrok@^3.2.7",
    "name": "ngrok",
    "escapedName": "ngrok",
    "rawSpec": "^3.2.7",
    "saveSpec": null,
    "fetchSpec": "^3.2.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ngrok/-/ngrok-3.3.0.tgz",
  "_shasum": "85e5ff72de38de1a416f0fe559ff439169d24c60",
  "_spec": "ngrok@^3.2.7",
  "_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
  "author": {
    "name": "bubenshchykov"
  },
  "bin": {
    "ngrok": "bin/ngrok"
  },
  "bugs": {
    "url": "https://github.com/bubenshchykov/ngrok/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/node": "^8.10.50",
    "@types/request": "^2.48.2",
    "decompress-zip": "^0.3.2",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.7",
    "uuid": "^3.3.2"
  },
  "deprecated": false,
  "description": "node wrapper for ngrok",
  "devDependencies": {
    "chai": "~3.5.0",
    "colors": "^1.3.3",
    "homedir": "^0.6.0",
    "mocha": "^5.2.0"
  },
  "engines": {
    "node": ">=8.3.0"
  },
  "files": [
    "index.js",
    "download.js",
    "postinstall.js",
    "process.js",
    "bin/ngrok",
    "ngrok.d.ts"
  ],
  "homepage": "https://github.com/bubenshchykov/ngrok#readme",
  "keywords": [
    "ngrok",
    "localhost",
    "tunneling",
    "localtunnel",
    "webhook"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "name": "ngrok",
  "repository": {
    "type": "git",
    "url": "git://github.com/bubenshchykov/ngrok.git"
  },
  "scripts": {
    "postinstall": "node ./postinstall.js",
    "postupdate": "node ./postinstall.js",
    "test": "node ./node_modules/mocha/bin/_mocha --exit"
  },
  "types": "ngrok.d.ts",
  "version": "3.3.0"
}