File size: 2,079 Bytes
5fae594
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
  "name": "oboe",
  "title": "Oboe.js",
  "version": "1.12.4",
  "description": "Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish",
  "main": "./dist/oboe-node.js",
  "scripts": {
    "test": "node ./node_modules/grunt-cli/bin/grunt headless-mode default",
    "test-start-server": "node ./node_modules/grunt-cli/bin/grunt test-start-server",
    "test-run": "node ./node_modules/grunt-cli/bin/grunt test-run",
    "browser-test-auto-run": "node ./node_modules/grunt-cli/bin/grunt test-auto-run",
    "node-test-auto-run": "node ./node_modules/grunt-cli/bin/grunt node-test-auto-run",
    "dist-sizes": "node ./node_modules/grunt-cli/bin/grunt dist-sizes"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jimhigson/oboe.js.git"
  },
  "keywords": [
    "json",
    "parser",
    "stream",
    "progressive",
    "http",
    "sax",
    "event",
    "emitter",
    "async",
    "browser"
  ],
  "homepage": "http://oboejs.com",
  "author": "Jim Higson",
  "license": "BSD",
  "readmeFilename": "README.md",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-contrib-concat": "~0.1.3",
    "grunt-wrap": "~0.2.0",
    "grunt-karma": "~0.6.2",
    "grunt-micro": "~0.1.0",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-clear": "~0.2.1",
    "grunt-exec": "~0.4.2",
    "karma-safari-launcher": "~0.1.1",
    "karma-firefox-launcher": "~0.1.0",
    "grunt-contrib-watch": "~0.5.1",
    "matchdep": "~0.1.2",
    "grunt-contrib-clean": "~0.5.0",
    "doctoc": "~0.4.3",
    "grunt-concurrent": "~0.3.1",
    "color": "~0.4.4",
    "jasmine-node": "~1.11.0",
    "get-json": "0.0.1",
    "grunt-cli": "~0.1.9",
    "express": "~3.4.3"
  },
  "dependencies": {
    "clarinet": "~0.8.0"
  },
  "jam": {
    "main": "dist/oboe-browser.js",
    "include": [
      "dist/oboe-browser.js",
      "LICENCE",
      "package.json",
      "README.md"
    ],
    "dependencies": {},
    "categories": [
       "AJAX & Websockets",
       "Parsers & Compilers"
    ]
  }

}