2025-04-19 15:38:48 +08:00

59 lines
1.6 KiB
JSON

{
"_from": "servify@^0.1.12",
"_id": "servify@0.1.12",
"_inBundle": false,
"_integrity": "sha512-/xE6GvsKKqyo1BAY+KxOWXcLpPsUUyji7Qg3bVD7hh1eRze5bR1uYiuDA/k3Gof1s9BTzQZEJK8sNcNGFIzeWw==",
"_location": "/servify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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.npmmirror.com/servify/-/servify-0.1.12.tgz",
"_shasum": "142ab7bee1f1d033b66d0707086085b17c06db95",
"_spec": "servify@^0.1.12",
"_where": "D:\\ruyi\\dapp\\node_modules\\eth-lib",
"author": {
"name": "MaiaVictor"
},
"browser": "servify-browser.js",
"bugs": {
"url": "https://github.com/maiavictor/servify/issues"
},
"bundleDependencies": false,
"dependencies": {
"body-parser": "^1.16.0",
"cors": "^2.8.1",
"express": "^4.14.0",
"request": "^2.79.0",
"xhr": "^2.3.3"
},
"deprecated": false,
"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"
}