bloom-layout
Version:
layout components used in bloom packages
77 lines (76 loc) • 2.07 kB
JSON
{
"_from": "http-proxy@^1.16.2",
"_id": "http-proxy@1.16.2",
"_inBundle": false,
"_integrity": "sha1-Bt/ykpUr9k2+hHH6nfcwZtTzd0I=",
"_location": "/http-proxy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "http-proxy@^1.16.2",
"name": "http-proxy",
"escapedName": "http-proxy",
"rawSpec": "^1.16.2",
"saveSpec": null,
"fetchSpec": "^1.16.2"
},
"_requiredBy": [
"/http-proxy-middleware"
],
"_resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz",
"_shasum": "06dff292952bf64dbe8471fa9df73066d4f37742",
"_spec": "http-proxy@^1.16.2",
"_where": "/Users/katief/Desktop/IBN/vineyard/bloom-forms/example-form/node_modules/http-proxy-middleware",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/nodejitsu/node-http-proxy/issues"
},
"bundleDependencies": false,
"dependencies": {
"eventemitter3": "1.x.x",
"requires-port": "1.x.x"
},
"deprecated": false,
"description": "HTTP proxying for the masses",
"devDependencies": {
"async": "*",
"blanket": "*",
"coveralls": "*",
"dox": "*",
"expect.js": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"semver": "^5.0.3",
"socket.io": "*",
"socket.io-client": "*",
"sse": "0.0.6",
"ws": "^0.8.0"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/nodejitsu/node-http-proxy#readme",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
}
],
"name": "http-proxy",
"repository": {
"type": "git",
"url": "git+https://github.com/nodejitsu/node-http-proxy.git"
},
"scripts": {
"coveralls": "mocha --require blanket --reporter mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js",
"test": "mocha test/*-test.js",
"test-cov": "mocha --require blanket -R html-cov > cov/coverage.html"
},
"version": "1.16.2"
}