oboe
Version:
Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish
112 lines • 3.12 kB
JSON
{
"name": "oboe",
"title": "Oboe.js",
"version": "2.1.7",
"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",
"browser": {
"./dist/oboe-node.js": "./dist/oboe-browser.js",
"./src/streamingHttp.node.js": "./src/streamingHttp.browser.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",
"test-node": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"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",
"webpack": "webpack",
"standard": "standard",
"test-heap": "node ./node_modules/grunt-cli/bin/grunt start-stream-source browser-build karma:single-heap"
},
"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": {
"color": "~3.1.2",
"cors": "~2.8.5",
"doctoc": "~1.4.0",
"express": "^4.17.1",
"get-json": "1.0.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-concurrent": "~3.0.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "~3.0.0",
"grunt-karma": "^3.0.2",
"grunt-micro": "~0.1.0",
"grunt-wrap": "^0.3.1",
"jasmine": "3.5.0",
"jasmine-core": "3.5.0",
"jasmine-node": "^3.0.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "2.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-safari-launcher": "1.0.0",
"karma-webpack": "^4.0.2",
"matchdep": "^2.0.0",
"request": "2.88.0",
"sinon": "^7.5.0",
"standard": "^14.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"karma-cli": "^2.0.0"
},
"dependencies": {
"http-https": "^1.0.0"
},
"jam": {
"main": "dist/oboe-browser.js",
"include": [
"dist/oboe-browser.js",
"LICENCE",
"package.json",
"README.md"
],
"dependencies": {},
"categories": [
"AJAX & Websockets",
"Parsers & Compilers"
]
},
"standard": {
"ignore": [
"node_modules/**",
"dist",
"test/require",
"test/libs/es5-*.js"
],
"env": "jasmine",
"globals": [
"Platform",
"crossDomainUrl",
"XMLHttpRequest"
]
}
}