80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
{
|
|
"_from": "detect-port@^1.2.1",
|
|
"_id": "detect-port@1.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==",
|
|
"_location": "/detect-port",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "detect-port@^1.2.1",
|
|
"name": "detect-port",
|
|
"escapedName": "detect-port",
|
|
"rawSpec": "^1.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.3.0.tgz",
|
|
"_shasum": "d9c40e9accadd4df5cac6a782aefd014d573d1f1",
|
|
"_spec": "detect-port@^1.2.1",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
|
"bin": {
|
|
"detect": "./bin/detect-port",
|
|
"detect-port": "./bin/detect-port"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/node-modules/detect-port/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"ci": {
|
|
"version": "4, 6, 8, 10"
|
|
},
|
|
"dependencies": {
|
|
"address": "^1.0.1",
|
|
"debug": "^2.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Node.js implementation of port detector",
|
|
"devDependencies": {
|
|
"command-line-test": "^1.0.8",
|
|
"egg-bin": "^1.10.3",
|
|
"egg-ci": "^1.1.0",
|
|
"eslint": "^3.13.1",
|
|
"eslint-config-egg": "^3.1.0",
|
|
"git-contributor": "^1.0.8",
|
|
"mm": "^2.1.0",
|
|
"pedding": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.2.1"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/node-modules/detect-port",
|
|
"keywords": [
|
|
"detect",
|
|
"port"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "detect-port",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/node-modules/detect-port.git"
|
|
},
|
|
"scripts": {
|
|
"ci": "npm run lint && egg-bin cov",
|
|
"contributor": "git-contributor",
|
|
"lint": "eslint .",
|
|
"test": "egg-bin test"
|
|
},
|
|
"version": "1.3.0"
|
|
}
|