Onlife/node_modules/oboe/package.json
2025-04-19 15:38:48 +08:00

141 lines
3.8 KiB
JSON

{
"_from": "oboe@2.1.5",
"_id": "oboe@2.1.5",
"_inBundle": false,
"_integrity": "sha512-zRFWiF+FoicxEs3jNI/WYUrVEgA7DeET/InK0XQuudGHRg8iIob3cNPrJTKaz4004uaA9Pbe+Dwa8iluhjLZWA==",
"_location": "/oboe",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "oboe@2.1.5",
"name": "oboe",
"escapedName": "oboe",
"rawSpec": "2.1.5",
"saveSpec": null,
"fetchSpec": "2.1.5"
},
"_requiredBy": [
"/web3-providers-ipc"
],
"_resolved": "https://registry.npmmirror.com/oboe/-/oboe-2.1.5.tgz",
"_shasum": "5554284c543a2266d7a38f17e073821fbde393cd",
"_spec": "oboe@2.1.5",
"_where": "D:\\ruyi\\dapp\\node_modules\\web3-providers-ipc",
"author": {
"name": "Jim Higson"
},
"browser": {
"./dist/oboe-node.js": "./dist/oboe-browser.js",
"./src/streamingHttp.node.js": "./src/streamingHttp.browser.js"
},
"bugs": {
"url": "https://github.com/jimhigson/oboe.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"http-https": "^1.0.0"
},
"deprecated": false,
"description": "Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish",
"devDependencies": {
"color": "~0.4.4",
"cors": "~2.1.1",
"doctoc": "~0.4.3",
"express": "~3.4.3",
"get-json": "0.0.1",
"grunt": "~0.4.1",
"grunt-clear": "~0.2.1",
"grunt-cli": "~0.1.9",
"grunt-concurrent": "~0.3.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-exec": "~0.4.2",
"grunt-karma": "2.0.0",
"grunt-micro": "~0.1.0",
"grunt-wrap": "~0.2.0",
"jasmine": "2.5.2",
"jasmine-core": "2.5.2",
"jasmine-node": "~1.11.0",
"karma": "1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-safari-launcher": "1.0.0",
"karma-webpack": "^2.0.9",
"matchdep": "~0.1.2",
"request": "2.81.0",
"sinon": "^2.4.1",
"standard": "^11.0.1",
"uglifyjs-webpack-plugin": "^1.2.1",
"webpack": "^3.10.0"
},
"homepage": "http://oboejs.com",
"jam": {
"main": "dist/oboe-browser.js",
"include": [
"dist/oboe-browser.js",
"LICENCE",
"package.json",
"README.md"
],
"dependencies": {},
"categories": [
"AJAX & Websockets",
"Parsers & Compilers"
]
},
"keywords": [
"json",
"parser",
"stream",
"progressive",
"http",
"sax",
"event",
"emitter",
"async",
"browser"
],
"license": "BSD",
"main": "./dist/oboe-node.js",
"name": "oboe",
"repository": {
"type": "git",
"url": "git+https://github.com/jimhigson/oboe.js.git"
},
"scripts": {
"browser-test-auto-run": "node ./node_modules/grunt-cli/bin/grunt test-auto-run",
"dist-sizes": "node ./node_modules/grunt-cli/bin/grunt dist-sizes",
"node-test-auto-run": "node ./node_modules/grunt-cli/bin/grunt node-test-auto-run",
"standard": "standard",
"test": "node ./node_modules/grunt-cli/bin/grunt headless-mode default",
"test-heap": "node ./node_modules/grunt-cli/bin/grunt start-stream-source browser-build karma:single-heap",
"test-node": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"test-run": "node ./node_modules/grunt-cli/bin/grunt test-run",
"test-start-server": "node ./node_modules/grunt-cli/bin/grunt test-start-server",
"webpack": "webpack"
},
"standard": {
"ignore": [
"node_modules/**",
"dist",
"test/require",
"test/libs/es5-*.js"
],
"env": "jasmine",
"globals": [
"Platform",
"crossDomainUrl",
"XMLHttpRequest"
]
},
"title": "Oboe.js",
"version": "2.1.5"
}