{
  "_args": [
    [
      "servify@0.1.12",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "servify@0.1.12",
  "_id": "servify@0.1.12",
  "_inBundle": false,
  "_integrity": "sha512-/xE6GvsKKqyo1BAY+KxOWXcLpPsUUyji7Qg3bVD7hh1eRze5bR1uYiuDA/k3Gof1s9BTzQZEJK8sNcNGFIzeWw==",
  "_location": "/servify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "servify@0.1.12",
    "name": "servify",
    "escapedName": "servify",
    "rawSpec": "0.1.12",
    "saveSpec": null,
    "fetchSpec": "0.1.12"
  },
  "_requiredBy": [
    "/eth-lib"
  ],
  "_resolved": "https://registry.npmjs.org/servify/-/servify-0.1.12.tgz",
  "_spec": "0.1.12",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "MaiaVictor"
  },
  "browser": "servify-browser.js",
  "bugs": {
    "url": "https://github.com/maiavictor/servify/issues"
  },
  "dependencies": {
    "body-parser": "^1.16.0",
    "cors": "^2.8.1",
    "express": "^4.14.0",
    "request": "^2.79.0",
    "xhr": "^2.3.3"
  },
  "description": "Microservices the simplest way conceivable.",
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/maiavictor/servify#readme",
  "license": "MIT",
  "main": "servify-node.js",
  "name": "servify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maiavictor/servify.git"
  },
  "scripts": {
    "build": "browserify servify.js > dist/servify.bundle.js; ccjs dist/servify.bundle.js > dist/servify.min.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.1.12"
}
