Created
December 22, 2019 06:31
-
-
Save khaledalaneziq8/fd2ec59527d6535f53fb6527e5f050f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_from": "bleno", | |
"_id": "bleno@0.5.0", | |
"_inBundle": false, | |
"_integrity": "sha1-gLZM4yrZAhJnkBZmEYOCM9gpI5Y=", | |
"_location": "/bleno", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "bleno", | |
"name": "bleno", | |
"escapedName": "bleno", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER", | |
"/" | |
], | |
"_resolved": "https://registry.npmjs.org/bleno/-/bleno-0.5.0.tgz", | |
"_shasum": "80b64ce32ad902126790166611838233d8292396", | |
"_spec": "bleno", | |
"_where": "/Users/khaledalalnezi/Documents/echo", | |
"author": { | |
"name": "Sandeep Mistry" | |
}, | |
"bugs": { | |
"url": "https://github.com/sandeepmistry/bleno/issues" | |
}, | |
"bundleDependencies": false, | |
"dependencies": { | |
"bluetooth-hci-socket": "^0.5.1", | |
"bplist-parser": "0.0.6", | |
"debug": "^2.2.0", | |
"xpc-connection": "~0.1.4" | |
}, | |
"deprecated": false, | |
"description": "A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals", | |
"devDependencies": { | |
"jshint": "~2.9.4", | |
"mocha": "~1.14.0", | |
"node-blink1": "~0.2.2", | |
"should": "~2.0.2" | |
}, | |
"engines": { | |
"node": ">=0.8" | |
}, | |
"homepage": "https://github.com/sandeepmistry/bleno#readme", | |
"keywords": [ | |
"BLE", | |
"Bluetooth", | |
"Bluetooth Low Energy", | |
"Bluetooth Smart", | |
"peripheral" | |
], | |
"license": "MIT", | |
"main": "index.js", | |
"maintainers": [ | |
{ | |
"name": "Jacob Rosenthal" | |
} | |
], | |
"name": "bleno", | |
"optionalDependencies": { | |
"bluetooth-hci-socket": "^0.5.1", | |
"bplist-parser": "0.0.6", | |
"xpc-connection": "~0.1.4" | |
}, | |
"os": [ | |
"darwin", | |
"linux", | |
"android", | |
"freebsd", | |
"win32" | |
], | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/sandeepmistry/bleno.git" | |
}, | |
"scripts": { | |
"pretest": "jshint *.js lib/. test/. examples/.", | |
"test": "mocha -R spec test/*.js" | |
}, | |
"version": "0.5.0", | |
"dependencies": { | |
"bleno": "github:notjosh/bleno#inject-bindings", | |
"bleno-mac": "github:notjosh/bleno-mac", | |
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head" | |
}, | |
"resolutions": { | |
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment