2023-05-16 10:50:42 +08:00

58 lines
1.5 KiB
JSON
Executable File

{
"_args": [
[
"nodejs-traceroute@1.2.0",
"/Users/easysoft/src/xuan/xxc/app"
]
],
"_from": "nodejs-traceroute@1.2.0",
"_id": "nodejs-traceroute@1.2.0",
"_inBundle": false,
"_integrity": "sha512-mrhJf8Ulum2+OOie9zz7gXT6b2Wrjsll2Bo/yBXDBziEYHm3mZdtRMQtD9Hoj0BLHIRdMYrzL+flmkyZwaFgBg==",
"_location": "/nodejs-traceroute",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nodejs-traceroute@1.2.0",
"name": "nodejs-traceroute",
"escapedName": "nodejs-traceroute",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/nodejs-traceroute/-/nodejs-traceroute-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/easysoft/src/xuan/xxc/app",
"author": {
"name": "Zulhilmi Mohamed Zainuddin"
},
"bugs": {
"url": "https://github.com/zulhilmizainuddin/nodejs-traceroute/issues"
},
"dependencies": {
"validator": "^12.2.0"
},
"description": "Node.js wrapper around tracert and traceroute process",
"homepage": "https://github.com/zulhilmizainuddin/nodejs-traceroute#readme",
"keywords": [
"tracert",
"traceroute"
],
"license": "MIT",
"main": "index.js",
"name": "nodejs-traceroute",
"repository": {
"type": "git",
"url": "git+https://github.com/zulhilmizainuddin/nodejs-traceroute.git"
},
"scripts": {
"example": "node ./example.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.0"
}