WIP - add extractor, generate snippet_data
This commit is contained in:
104
node_modules/sockjs-client/package.json
generated
vendored
Normal file
104
node_modules/sockjs-client/package.json
generated
vendored
Normal file
@ -0,0 +1,104 @@
|
||||
{
|
||||
"_from": "sockjs-client@1.1.4",
|
||||
"_id": "sockjs-client@1.1.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-W6vjhrd15M8U51IJEUUmVAFsixI=",
|
||||
"_location": "/sockjs-client",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "sockjs-client@1.1.4",
|
||||
"name": "sockjs-client",
|
||||
"escapedName": "sockjs-client",
|
||||
"rawSpec": "1.1.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/react-dev-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.1.4.tgz",
|
||||
"_shasum": "5babe386b775e4cf14e7520911452654016c8b12",
|
||||
"_spec": "sockjs-client@1.1.4",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/react-dev-utils",
|
||||
"author": {
|
||||
"name": "Bryce Kahle"
|
||||
},
|
||||
"browser": {
|
||||
"./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",
|
||||
"eventsource": "./lib/transport/browser/eventsource.js",
|
||||
"./lib/transport/driver/xhr.js": "./lib/transport/browser/abstract-xhr.js",
|
||||
"crypto": "./lib/utils/browser-crypto.js",
|
||||
"events": "./lib/event/emitter.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sockjs/sockjs-client/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Bryce Kahle",
|
||||
"email": "bkahle@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Marek Majkowski",
|
||||
"email": "deadbeef@popcount.org"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"debug": "^2.6.6",
|
||||
"eventsource": "0.1.6",
|
||||
"faye-websocket": "~0.11.0",
|
||||
"inherits": "^2.0.1",
|
||||
"json3": "^3.3.2",
|
||||
"url-parse": "^1.1.8"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.",
|
||||
"devDependencies": {
|
||||
"browserify": "^13.3.0",
|
||||
"envify": "^4.0.0",
|
||||
"eslint": "^3.19.0",
|
||||
"expect.js": "~0.3.1",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-header": "^1.8.8",
|
||||
"gulp-rename": "~1.2.0",
|
||||
"gulp-replace": "^0.5.4",
|
||||
"gulp-sourcemaps": "^2.6.0",
|
||||
"gulp-uglify": "^2.1.2",
|
||||
"mocha": "^3.3.0",
|
||||
"node-static": "^0.7.6",
|
||||
"proxyquire": "^1.7.11",
|
||||
"pump": "^1.0.2",
|
||||
"sockjs": "^0.3.17",
|
||||
"vinyl-buffer": "~1.0.0",
|
||||
"vinyl-source-stream": "^1.0.0",
|
||||
"zuul": "github:brycekahle/zuul#ngrok",
|
||||
"zuul-ngrok": "github:brycekahle/zuul-ngrok#master"
|
||||
},
|
||||
"homepage": "http://sockjs.org",
|
||||
"keywords": [
|
||||
"websockets",
|
||||
"websocket"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/entry.js",
|
||||
"name": "sockjs-client",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sockjs/sockjs-client.git"
|
||||
},
|
||||
"scripts": {
|
||||
"gulp": "gulp",
|
||||
"lint": "eslint .",
|
||||
"postpublish": "git push origin --all && git push origin --tags",
|
||||
"postversion": "npm publish",
|
||||
"test": "mocha tests/node.js",
|
||||
"test:browser_local": "npm run test:bundle && zuul --disable-tunnel --local 9090 -- tests/browser.js",
|
||||
"test:browser_remote": "npm run test:bundle && zuul -- tests/browser.js",
|
||||
"test:bundle": "gulp testbundle",
|
||||
"version": "gulp release && git add -A dist lib/version.js"
|
||||
},
|
||||
"version": "1.1.4"
|
||||
}
|
||||
Reference in New Issue
Block a user