1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "bonjour@3.5.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "bonjour@3.5.0",
- "_id": "bonjour@3.5.0",
- "_inBundle": false,
- "_integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=",
- "_location": "/bonjour",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "bonjour@3.5.0",
- "name": "bonjour",
- "escapedName": "bonjour",
- "rawSpec": "3.5.0",
- "saveSpec": null,
- "fetchSpec": "3.5.0"
- },
- "_requiredBy": [
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npm.taobao.org/bonjour/download/bonjour-3.5.0.tgz",
- "_spec": "3.5.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Thomas Watson Steen",
- "email": "w@tson.dk",
- "url": "https://twitter.com/wa7son"
- },
- "bugs": {
- "url": "https://github.com/watson/bonjour/issues"
- },
- "coordinates": [
- 55.68250900965318,
- 12.586377442991648
- ],
- "dependencies": {
- "array-flatten": "^2.1.0",
- "deep-equal": "^1.0.1",
- "dns-equal": "^1.0.0",
- "dns-txt": "^2.0.2",
- "multicast-dns": "^6.0.1",
- "multicast-dns-service-types": "^1.1.0"
- },
- "description": "A Bonjour/Zeroconf implementation in pure JavaScript",
- "devDependencies": {
- "after-all": "^2.0.2",
- "standard": "^6.0.8",
- "tape": "^4.5.1"
- },
- "homepage": "https://github.com/watson/bonjour",
- "keywords": [
- "bonjour",
- "zeroconf",
- "zero",
- "configuration",
- "mdns",
- "dns",
- "service",
- "discovery",
- "multicast",
- "broadcast",
- "dns-sd"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "bonjour",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/watson/bonjour.git"
- },
- "scripts": {
- "test": "standard && tape test/*.js"
- },
- "version": "3.5.0"
- }
|