123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_args": [
- [
- "clarinet@0.12.4",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "clarinet@0.12.4",
- "_id": "clarinet@0.12.4",
- "_inBundle": false,
- "_integrity": "sha512-Rx9Zw8KQkoPO3/O2yPRchCZm3cGubCQiRLmmFAlbkDKobUIPP3JYul+bKILR9DIv1gSVwPQSgF8JGGkXzX8Q0w==",
- "_location": "/clarinet",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "clarinet@0.12.4",
- "name": "clarinet",
- "escapedName": "clarinet",
- "rawSpec": "0.12.4",
- "saveSpec": null,
- "fetchSpec": "0.12.4"
- },
- "_requiredBy": [
- "/feedme"
- ],
- "_resolved": "https://registry.npmjs.org/clarinet/-/clarinet-0.12.4.tgz",
- "_spec": "0.12.4",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Nuno Job",
- "email": "nunojobpinto@gmail.com",
- "url": "http://nunojob.com/"
- },
- "bugs": {
- "url": "http://github.com/dscape/clarinet/issues"
- },
- "contributors": [
- {
- "name": "Jann Horn",
- "url": "https://github.com/thejh"
- },
- {
- "name": "Justin Makeig",
- "email": "jmpublic+github@makeig.com",
- "url": "http://www.audiblepop.com"
- },
- {
- "name": "Roly Fentanes",
- "url": "http://about.me/roly"
- },
- {
- "name": "John Lancaster",
- "url": "http://jlank.com"
- }
- ],
- "description": "SAX based evented streaming JSON parser in JavaScript (browser and node)",
- "devDependencies": {
- "mocha": "^6.1.4",
- "should": "1.0.x",
- "underscore": "1.2.3"
- },
- "directories": {
- "test": "test"
- },
- "engines": {
- "chrome": ">=16.0.912",
- "firefox": ">=0.8.0",
- "node": ">=0.3.6"
- },
- "homepage": "https://github.com/dscape/clarinet",
- "keywords": [
- "sax",
- "json",
- "parser",
- "stream",
- "streaming",
- "event",
- "events",
- "emitter",
- "async",
- "streamer",
- "browser"
- ],
- "license": "BSD-2-Clause",
- "main": "./clarinet.js",
- "name": "clarinet",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/dscape/clarinet.git"
- },
- "runkitExampleFilename": "example.js",
- "scripts": {
- "bench": "cd benchmark && npm test",
- "prebench": "cd benchmark && test -e node_modules || npm i --ignore-scripts",
- "test": "mocha -r should -t 10000 -s 2000 test/parser.spec.js test/clarinet.js test/npm.js test/utf8-chunks.js test/position.js"
- },
- "version": "0.12.4"
- }
|