| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "_args": [
- [
- "clarinet@~0.11.0",
- "/Users/septimus/Musare/app/node_modules/jstream"
- ]
- ],
- "_from": "clarinet@>=0.11.0 <0.12.0",
- "_id": "clarinet@0.11.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/clarinet",
- "_npmUser": {
- "email": "nunojobpinto@gmail.com",
- "name": "dscape"
- },
- "_npmVersion": "1.4.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "clarinet",
- "raw": "clarinet@~0.11.0",
- "rawSpec": "~0.11.0",
- "scope": null,
- "spec": ">=0.11.0 <0.12.0",
- "type": "range"
- },
- "_requiredBy": [
- "/jstream"
- ],
- "_resolved": "https://registry.npmjs.org/clarinet/-/clarinet-0.11.0.tgz",
- "_shasum": "6cc912b93138dc867fc273cd34ea90e83e054719",
- "_shrinkwrap": null,
- "_spec": "clarinet@~0.11.0",
- "_where": "/Users/septimus/Musare/app/node_modules/jstream",
- "author": {
- "email": "nunojobpinto@gmail.com",
- "name": "Nuno Job",
- "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"
- }
- ],
- "dependencies": {},
- "description": "SAX based evented streaming JSON parser in JavaScript (browser and node)",
- "devDependencies": {
- "mocha": "1.3.x",
- "should": "1.0.x",
- "underscore": "1.2.3"
- },
- "directories": {
- "test": "test"
- },
- "dist": {
- "shasum": "6cc912b93138dc867fc273cd34ea90e83e054719",
- "tarball": "http://registry.npmjs.org/clarinet/-/clarinet-0.11.0.tgz"
- },
- "engines": {
- "chrome": ">=16.0.912",
- "firefox": ">=0.8.0",
- "node": ">=0.3.6"
- },
- "homepage": "https://github.com/dscape/clarinet",
- "keywords": [
- "async",
- "browser",
- "emitter",
- "event",
- "events",
- "json",
- "parser",
- "sax",
- "stream",
- "streamer",
- "streaming"
- ],
- "license": "BSD",
- "main": "./clarinet.js",
- "maintainers": [
- {
- "name": "dscape",
- "email": "nunojobpinto@gmail.com"
- },
- {
- "name": "thejh",
- "email": "jannhorn@googlemail.com"
- }
- ],
- "name": "clarinet",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/dscape/clarinet.git"
- },
- "scripts": {
- "test": "./node_modules/mocha/bin/mocha -r should -t 10000 -s 2000 test/clarinet.js test/npm.js test/utf8-chunks.js test/position.js"
- },
- "version": "0.11.0"
- }
|