Created
January 13, 2021 08:13
-
-
Save shaftoe/1ee8a8e624b598243861d71cb111234c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "lib", | |
"extraneous": false, | |
"path": "/usr/local/lib", | |
"_dependencies": {}, | |
"devDependencies": {}, | |
"peerDependencies": {}, | |
"dependencies": { | |
"@babel/cli": { | |
"version": "7.10.3", | |
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.3.tgz", | |
"name": "@babel/cli", | |
"_from": "@babel/cli", | |
"_id": "@babel/[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-lWB3yH5/fWY8pi2Kj5/fA+17guJ9feSBw5DNjTju3/nRi9sXnl1JPh7aKQOSvdNbiDbkzzoGYtsr46M8dGmXDQ==", | |
"_location": "/@babel/cli", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "@babel/cli", | |
"name": "@babel/cli", | |
"escapedName": "@babel%2fcli", | |
"scope": "@babel", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER", | |
"/" | |
], | |
"_resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.3.tgz", | |
"_shasum": "4ea83bd997d2a41c78d07263ada3ec466fb3764b", | |
"_spec": "@babel/cli", | |
"_where": "/Users/alex/git/test", | |
"author": { | |
"name": "Sebastian McKenzie", | |
"email": "[email protected]" | |
}, | |
"bin": { | |
"babel": "bin/babel.js", | |
"babel-external-helpers": "bin/babel-external-helpers.js" | |
}, | |
"bugs": { | |
"url": "https://github.com/babel/babel/issues" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "Babel command line.", | |
"devDependencies": { | |
"@babel/core": "^7.10.3", | |
"@babel/helper-fixtures": "^7.10.1", | |
"rimraf": "^3.0.0" | |
}, | |
"gitHead": "2787ee2f967b6d8e1121fca00a8d578d75449a53", | |
"homepage": "https://babeljs.io/", | |
"keywords": [ | |
"6to5", | |
"babel", | |
"es6", | |
"transpile", | |
"transpiler", | |
"babel-cli", | |
"compiler" | |
], | |
"license": "MIT", | |
"optionalDependencies": { | |
"chokidar": "^2.1.8" | |
}, | |
"peerDependencies": { | |
"@babel/core": "^7.0.0-0" | |
}, | |
"publishConfig": { | |
"access": "public" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/babel/babel.git", | |
"directory": "packages/babel-cli" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/@babel/cli", | |
"_dependencies": { | |
"chokidar": "^2.1.8", | |
"commander": "^4.0.1", | |
"convert-source-map": "^1.1.0", | |
"fs-readdir-recursive": "^1.1.0", | |
"glob": "^7.0.0", | |
"lodash": "^4.17.13", | |
"make-dir": "^2.1.0", | |
"slash": "^2.0.0", | |
"source-map": "^0.5.0" | |
} | |
}, | |
"@babel/core": { | |
"version": "7.10.3", | |
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.3.tgz", | |
"name": "@babel/core", | |
"_from": "@babel/core", | |
"_id": "@babel/[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w==", | |
"_location": "/@babel/core", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "@babel/core", | |
"name": "@babel/core", | |
"escapedName": "@babel%2fcore", | |
"scope": "@babel", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER", | |
"/" | |
], | |
"_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.3.tgz", | |
"_shasum": "73b0e8ddeec1e3fdd7a2de587a60e17c440ec77e", | |
"_spec": "@babel/core", | |
"_where": "/Users/alex/git/test", | |
"author": { | |
"name": "Sebastian McKenzie", | |
"email": "[email protected]" | |
}, | |
"browser": { | |
"./lib/config/files/index.js": "./lib/config/files/index-browser.js", | |
"./lib/transform-file.js": "./lib/transform-file-browser.js", | |
"./src/config/files/index.js": "./src/config/files/index-browser.js", | |
"./src/transform-file.js": "./src/transform-file-browser.js" | |
}, | |
"bugs": { | |
"url": "https://github.com/babel/babel/issues" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "Babel compiler core.", | |
"devDependencies": { | |
"@babel/helper-transform-fixture-test-runner": "^7.10.3" | |
}, | |
"engines": { | |
"node": ">=6.9.0" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/babel" | |
}, | |
"gitHead": "2787ee2f967b6d8e1121fca00a8d578d75449a53", | |
"homepage": "https://babeljs.io/", | |
"keywords": [ | |
"6to5", | |
"babel", | |
"classes", | |
"const", | |
"es6", | |
"harmony", | |
"let", | |
"modules", | |
"transpile", | |
"transpiler", | |
"var", | |
"babel-core", | |
"compiler" | |
], | |
"license": "MIT", | |
"main": "lib/index.js", | |
"publishConfig": { | |
"access": "public" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/babel/babel.git", | |
"directory": "packages/babel-core" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/@babel/core", | |
"_dependencies": { | |
"@babel/code-frame": "^7.10.3", | |
"@babel/generator": "^7.10.3", | |
"@babel/helper-module-transforms": "^7.10.1", | |
"@babel/helpers": "^7.10.1", | |
"@babel/parser": "^7.10.3", | |
"@babel/template": "^7.10.3", | |
"@babel/traverse": "^7.10.3", | |
"@babel/types": "^7.10.3", | |
"convert-source-map": "^1.7.0", | |
"debug": "^4.1.0", | |
"gensync": "^1.0.0-beta.1", | |
"json5": "^2.1.2", | |
"lodash": "^4.17.13", | |
"resolve": "^1.3.2", | |
"semver": "^5.4.1", | |
"source-map": "^0.5.0" | |
}, | |
"peerDependencies": {} | |
}, | |
"@babel/preset-env": { | |
"version": "7.10.3", | |
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.3.tgz", | |
"name": "@babel/preset-env", | |
"_from": "@babel/preset-env", | |
"_id": "@babel/[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-jHaSUgiewTmly88bJtMHbOd1bJf2ocYxb5BWKSDQIP5tmgFuS/n0gl+nhSrYDhT33m0vPxp+rP8oYYgPgMNQlg==", | |
"_location": "/@babel/preset-env", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "@babel/preset-env", | |
"name": "@babel/preset-env", | |
"escapedName": "@babel%2fpreset-env", | |
"scope": "@babel", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.3.tgz", | |
"_shasum": "3e58c9861bbd93b6a679987c7e4bd365c56c80c9", | |
"_spec": "@babel/preset-env", | |
"_where": "/Users/alex/git/test", | |
"author": { | |
"name": "Henry Zhu", | |
"email": "[email protected]" | |
}, | |
"bugs": { | |
"url": "https://github.com/babel/babel/issues" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "A Babel preset for each environment.", | |
"devDependencies": { | |
"@babel/cli": "^7.10.3", | |
"@babel/core": "^7.10.3", | |
"@babel/helper-fixtures": "^7.10.1", | |
"@babel/helper-plugin-test-runner": "^7.10.3", | |
"@babel/plugin-syntax-dynamic-import": "^7.2.0" | |
}, | |
"gitHead": "2787ee2f967b6d8e1121fca00a8d578d75449a53", | |
"homepage": "https://babeljs.io/", | |
"license": "MIT", | |
"main": "lib/index.js", | |
"peerDependencies": { | |
"@babel/core": "^7.0.0-0" | |
}, | |
"publishConfig": { | |
"access": "public" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/babel/babel.git", | |
"directory": "packages/babel-preset-env" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/@babel/preset-env", | |
"_dependencies": { | |
"@babel/compat-data": "^7.10.3", | |
"@babel/helper-compilation-targets": "^7.10.2", | |
"@babel/helper-module-imports": "^7.10.3", | |
"@babel/helper-plugin-utils": "^7.10.3", | |
"@babel/plugin-proposal-async-generator-functions": "^7.10.3", | |
"@babel/plugin-proposal-class-properties": "^7.10.1", | |
"@babel/plugin-proposal-dynamic-import": "^7.10.1", | |
"@babel/plugin-proposal-json-strings": "^7.10.1", | |
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", | |
"@babel/plugin-proposal-numeric-separator": "^7.10.1", | |
"@babel/plugin-proposal-object-rest-spread": "^7.10.3", | |
"@babel/plugin-proposal-optional-catch-binding": "^7.10.1", | |
"@babel/plugin-proposal-optional-chaining": "^7.10.3", | |
"@babel/plugin-proposal-private-methods": "^7.10.1", | |
"@babel/plugin-proposal-unicode-property-regex": "^7.10.1", | |
"@babel/plugin-syntax-async-generators": "^7.8.0", | |
"@babel/plugin-syntax-class-properties": "^7.10.1", | |
"@babel/plugin-syntax-dynamic-import": "^7.8.0", | |
"@babel/plugin-syntax-json-strings": "^7.8.0", | |
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", | |
"@babel/plugin-syntax-numeric-separator": "^7.10.1", | |
"@babel/plugin-syntax-object-rest-spread": "^7.8.0", | |
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0", | |
"@babel/plugin-syntax-optional-chaining": "^7.8.0", | |
"@babel/plugin-syntax-top-level-await": "^7.10.1", | |
"@babel/plugin-transform-arrow-functions": "^7.10.1", | |
"@babel/plugin-transform-async-to-generator": "^7.10.1", | |
"@babel/plugin-transform-block-scoped-functions": "^7.10.1", | |
"@babel/plugin-transform-block-scoping": "^7.10.1", | |
"@babel/plugin-transform-classes": "^7.10.3", | |
"@babel/plugin-transform-computed-properties": "^7.10.3", | |
"@babel/plugin-transform-destructuring": "^7.10.1", | |
"@babel/plugin-transform-dotall-regex": "^7.10.1", | |
"@babel/plugin-transform-duplicate-keys": "^7.10.1", | |
"@babel/plugin-transform-exponentiation-operator": "^7.10.1", | |
"@babel/plugin-transform-for-of": "^7.10.1", | |
"@babel/plugin-transform-function-name": "^7.10.1", | |
"@babel/plugin-transform-literals": "^7.10.1", | |
"@babel/plugin-transform-member-expression-literals": "^7.10.1", | |
"@babel/plugin-transform-modules-amd": "^7.10.1", | |
"@babel/plugin-transform-modules-commonjs": "^7.10.1", | |
"@babel/plugin-transform-modules-systemjs": "^7.10.3", | |
"@babel/plugin-transform-modules-umd": "^7.10.1", | |
"@babel/plugin-transform-named-capturing-groups-regex": "^7.10.3", | |
"@babel/plugin-transform-new-target": "^7.10.1", | |
"@babel/plugin-transform-object-super": "^7.10.1", | |
"@babel/plugin-transform-parameters": "^7.10.1", | |
"@babel/plugin-transform-property-literals": "^7.10.1", | |
"@babel/plugin-transform-regenerator": "^7.10.3", | |
"@babel/plugin-transform-reserved-words": "^7.10.1", | |
"@babel/plugin-transform-shorthand-properties": "^7.10.1", | |
"@babel/plugin-transform-spread": "^7.10.1", | |
"@babel/plugin-transform-sticky-regex": "^7.10.1", | |
"@babel/plugin-transform-template-literals": "^7.10.3", | |
"@babel/plugin-transform-typeof-symbol": "^7.10.1", | |
"@babel/plugin-transform-unicode-escapes": "^7.10.1", | |
"@babel/plugin-transform-unicode-regex": "^7.10.1", | |
"@babel/preset-modules": "^0.1.3", | |
"@babel/types": "^7.10.3", | |
"browserslist": "^4.12.0", | |
"core-js-compat": "^3.6.2", | |
"invariant": "^2.2.2", | |
"levenary": "^1.1.1", | |
"semver": "^5.5.0" | |
} | |
}, | |
"@vue/cli-service-global": { | |
"version": "4.5.8", | |
"resolved": "https://registry.npmjs.org/@vue/cli-service-global/-/cli-service-global-4.5.8.tgz", | |
"name": "@vue/cli-service-global", | |
"_from": "@vue/[email protected]", | |
"_id": "@vue/[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-JIfo2TrFUxEOJyXDQow6qM+yn1gm0ka79w37NnzlGsxW8prwuibj+RNIM4fKFfsPQO3soQWsjNoitmUMJW0Qag==", | |
"_location": "/@vue/cli-service-global", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "version", | |
"registry": true, | |
"raw": "@vue/[email protected]", | |
"name": "@vue/cli-service-global", | |
"escapedName": "@vue%2fcli-service-global", | |
"scope": "@vue", | |
"rawSpec": "4.5.8", | |
"saveSpec": null, | |
"fetchSpec": "4.5.8" | |
}, | |
"_requiredBy": [ | |
"#USER", | |
"/" | |
], | |
"_resolved": "https://registry.npmjs.org/@vue/cli-service-global/-/cli-service-global-4.5.8.tgz", | |
"_shasum": "18e351bbdfa2770e807dc7837ae6ec7711f1824e", | |
"_spec": "@vue/[email protected]", | |
"_where": "/Users/alex/ansible2", | |
"author": { | |
"name": "Evan You" | |
}, | |
"bugs": { | |
"url": "https://github.com/vuejs/vue-cli/issues" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "vue-cli-service global addon for vue-cli", | |
"gitHead": "d06a1e89957e7eb2b4875f9c4dc7f0051dd2f240", | |
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-service-global#readme", | |
"keywords": [ | |
"vue", | |
"cli" | |
], | |
"license": "MIT", | |
"main": "index.js", | |
"publishConfig": { | |
"access": "public" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/vuejs/vue-cli.git", | |
"directory": "packages/@vue/cli-service-global" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/@vue/cli-service-global", | |
"_dependencies": { | |
"@vue/cli-plugin-babel": "^4.5.8", | |
"@vue/cli-plugin-eslint": "^4.5.8", | |
"@vue/cli-service": "^4.5.8", | |
"babel-eslint": "^10.1.0", | |
"chalk": "^3.0.0", | |
"core-js": "^3.6.5", | |
"eslint": "^5.16.0", | |
"eslint-plugin-vue": "^5.2.2", | |
"regenerator-runtime": "^0.13.5", | |
"resolve": "^1.17.0", | |
"vue": "^2.6.11", | |
"vue-template-compiler": "^2.6.11" | |
}, | |
"devDependencies": {}, | |
"peerDependencies": {} | |
}, | |
"@vue/cli": { | |
"version": "4.5.8", | |
"resolved": "https://registry.npmjs.org/@vue/cli/-/cli-4.5.8.tgz", | |
"name": "@vue/cli", | |
"_from": "@vue/[email protected]", | |
"_id": "@vue/[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-/hKE03mkpt+CHAL2UIdQC3B1rbNKzvBpU0280Pz9Vt1QlB9ruqBL+1MLJnm70+9d2+VX5Vk/mlaXBOuQz0ID4w==", | |
"_location": "/@vue/cli", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "version", | |
"registry": true, | |
"raw": "@vue/[email protected]", | |
"name": "@vue/cli", | |
"escapedName": "@vue%2fcli", | |
"scope": "@vue", | |
"rawSpec": "4.5.8", | |
"saveSpec": null, | |
"fetchSpec": "4.5.8" | |
}, | |
"_requiredBy": [ | |
"#USER", | |
"/" | |
], | |
"_resolved": "https://registry.npmjs.org/@vue/cli/-/cli-4.5.8.tgz", | |
"_shasum": "495d5fb1e4e0ec7c6f7d89cbc334fead67134d5e", | |
"_spec": "@vue/[email protected]", | |
"_where": "/Users/alex/ansible2", | |
"author": { | |
"name": "Evan You" | |
}, | |
"bin": { | |
"vue": "bin/vue.js" | |
}, | |
"bugs": { | |
"url": "https://github.com/vuejs/vue-cli/issues" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "Command line interface for rapid Vue.js development", | |
"engines": { | |
"node": ">=8.9" | |
}, | |
"gitHead": "d06a1e89957e7eb2b4875f9c4dc7f0051dd2f240", | |
"homepage": "https://cli.vuejs.org/", | |
"keywords": [ | |
"vue", | |
"cli" | |
], | |
"license": "MIT", | |
"publishConfig": { | |
"access": "public" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/vuejs/vue-cli.git", | |
"directory": "packages/@vue/cli" | |
}, | |
"types": "types/index.d.ts", | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/@vue/cli", | |
"_dependencies": { | |
"@types/ejs": "^2.7.0", | |
"@types/inquirer": "^6.5.0", | |
"@vue/cli-shared-utils": "^4.5.8", | |
"@vue/cli-ui": "^4.5.8", | |
"@vue/cli-ui-addon-webpack": "^4.5.8", | |
"@vue/cli-ui-addon-widgets": "^4.5.8", | |
"boxen": "^4.1.0", | |
"cmd-shim": "^3.0.3", | |
"commander": "^2.20.0", | |
"debug": "^4.1.0", | |
"deepmerge": "^4.2.2", | |
"download-git-repo": "^3.0.2", | |
"ejs": "^2.7.1", | |
"envinfo": "^7.5.1", | |
"fs-extra": "^7.0.1", | |
"globby": "^9.2.0", | |
"import-global": "^0.1.0", | |
"ini": "^1.3.5", | |
"inquirer": "^7.1.0", | |
"isbinaryfile": "^4.0.6", | |
"javascript-stringify": "^1.6.0", | |
"js-yaml": "^3.13.1", | |
"leven": "^3.1.0", | |
"lodash.clonedeep": "^4.5.0", | |
"lru-cache": "^5.1.1", | |
"minimist": "^1.2.5", | |
"recast": "^0.18.8", | |
"resolve": "^1.17.0", | |
"shortid": "^2.2.15", | |
"slash": "^3.0.0", | |
"strip-ansi": "^6.0.0", | |
"validate-npm-package-name": "^3.0.0", | |
"vue": "^2.6.11", | |
"vue-codemod": "^0.0.4", | |
"yaml-front-matter": "^3.4.1" | |
}, | |
"devDependencies": {}, | |
"peerDependencies": {} | |
}, | |
"apiconnect": { | |
"version": "2.5.17", | |
"resolved": "https://registry.npmjs.org/apiconnect/-/apiconnect-2.5.17.tgz", | |
"name": "apiconnect", | |
"_args": [ | |
[ | |
{ | |
"raw": "apiconnect", | |
"scope": null, | |
"escapedName": "apiconnect", | |
"name": "apiconnect", | |
"rawSpec": "", | |
"spec": "latest", | |
"type": "tag" | |
}, | |
"/Users/alex" | |
] | |
], | |
"_from": "apiconnect@latest", | |
"_id": "[email protected]", | |
"_inCache": true, | |
"_location": "/apiconnect", | |
"_nodeVersion": "5.11.0", | |
"_npmOperationalInternal": { | |
"host": "packages-18-east.internal.npmjs.com", | |
"tmp": "tmp/apiconnect-2.5.17.tgz_1485370361106_0.9756138753145933" | |
}, | |
"_npmUser": { | |
"name": "jtary", | |
"email": "[email protected]" | |
}, | |
"_npmVersion": "3.8.6", | |
"_phantomChildren": {}, | |
"_requested": { | |
"raw": "apiconnect", | |
"scope": null, | |
"escapedName": "apiconnect", | |
"name": "apiconnect", | |
"rawSpec": "", | |
"spec": "latest", | |
"type": "tag" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/apiconnect/-/apiconnect-2.5.17.tgz", | |
"_shasum": "acfd3bbd43d5d494f25a73b5bff6ecf070e77daf", | |
"_shrinkwrap": { | |
"name": "apiconnect", | |
"version": "2.5.16", | |
"dependencies": { | |
"abbrev": { | |
"version": "1.0.9", | |
"from": "abbrev@>=1.0.0 <2.0.0" | |
}, | |
"accepts": { | |
"version": "1.3.3", | |
"from": "accepts@>=1.3.3 <1.4.0" | |
}, | |
"ace-editor-builds": { | |
"version": "1.2.4", | |
"from": "ace-editor-builds@>=1.2.4 <2.0.0" | |
}, | |
"acorn": { | |
"version": "3.3.0", | |
"from": "acorn@>=3.0.4 <4.0.0" | |
}, | |
"acorn-globals": { | |
"version": "3.0.0", | |
"from": "[email protected]" | |
}, | |
"acorn-jsx": { | |
"version": "3.0.1", | |
"from": "acorn-jsx@>=3.0.1 <4.0.0" | |
}, | |
"addressparser": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"adm-zip": { | |
"version": "0.4.7", | |
"from": "adm-zip@>=0.4.7 <0.5.0" | |
}, | |
"align-text": { | |
"version": "0.1.4", | |
"from": "align-text@>=0.1.3 <0.2.0" | |
}, | |
"amdefine": { | |
"version": "1.0.1", | |
"from": "amdefine@>=0.0.4" | |
}, | |
"angular": { | |
"version": "1.5.11", | |
"from": "angular@>=1.5.5 <1.6.0" | |
}, | |
"angular-animate": { | |
"version": "1.5.11", | |
"from": "angular-animate@>=1.5.5 <1.6.0" | |
}, | |
"angular-aria": { | |
"version": "1.5.11", | |
"from": "angular-aria@>=1.5.5 <1.6.0" | |
}, | |
"angular-bootstrap": { | |
"version": "0.12.2", | |
"from": "angular-bootstrap@>=0.12.2 <0.13.0" | |
}, | |
"angular-clipboard": { | |
"version": "1.5.0", | |
"from": "angular-clipboard@>=1.5.0 <2.0.0" | |
}, | |
"angular-cookies": { | |
"version": "1.5.11", | |
"from": "angular-cookies@>=1.5.5 <1.6.0" | |
}, | |
"angular-highlightjs": { | |
"version": "0.5.1", | |
"from": "angular-highlightjs@>=0.5.1 <0.6.0" | |
}, | |
"angular-inview": { | |
"version": "1.5.7", | |
"from": "angular-inview@>=1.5.7 <2.0.0" | |
}, | |
"angular-json-schema-form": { | |
"version": "0.1.4", | |
"from": "angular-json-schema-form@>=0.1.4 <0.2.0" | |
}, | |
"angular-marked": { | |
"version": "1.2.2", | |
"from": "angular-marked@>=1.0.1 <2.0.0" | |
}, | |
"angular-material": { | |
"version": "1.1.1", | |
"from": "angular-material@>=1.0.7 <2.0.0" | |
}, | |
"angular-messages": { | |
"version": "1.5.11", | |
"from": "angular-messages@>=1.5.5 <1.6.0" | |
}, | |
"angular-mocks": { | |
"version": "1.5.11", | |
"from": "angular-mocks@>=1.5.5 <1.6.0" | |
}, | |
"angular-native-dragdrop": { | |
"version": "1.2.2", | |
"from": "angular-native-dragdrop@>=1.1.2 <2.0.0" | |
}, | |
"angular-pretty-xml": { | |
"version": "0.1.1", | |
"from": "angular-pretty-xml@>=0.1.1 <0.2.0" | |
}, | |
"angular-resource": { | |
"version": "1.5.11", | |
"from": "angular-resource@>=1.5.5 <1.6.0" | |
}, | |
"angular-sanitize": { | |
"version": "1.5.11", | |
"from": "angular-sanitize@>=1.5.5 <1.6.0" | |
}, | |
"angular-translate": { | |
"version": "2.13.1", | |
"from": "angular-translate@>=2.11.0 <3.0.0" | |
}, | |
"angular-ui-ace": { | |
"version": "0.2.3", | |
"from": "angular-ui-ace@>=0.2.3 <0.3.0" | |
}, | |
"angular-ui-router": { | |
"version": "0.2.18", | |
"from": "angular-ui-router@>=0.2.18 <0.3.0" | |
}, | |
"angular-ui-uploader": { | |
"version": "1.1.3", | |
"from": "[email protected]" | |
}, | |
"angular-ui-validate": { | |
"version": "1.2.2", | |
"from": "angular-ui-validate@>=1.2.2 <2.0.0" | |
}, | |
"angularjs-scroll-glue": { | |
"version": "2.1.0", | |
"from": "angularjs-scroll-glue@>=2.0.0 <3.0.0" | |
}, | |
"ansi_up": { | |
"version": "1.3.0", | |
"from": "ansi_up@>=1.3.0 <2.0.0" | |
}, | |
"ansi-escapes": { | |
"version": "1.4.0", | |
"from": "ansi-escapes@>=1.1.0 <2.0.0" | |
}, | |
"ansi-regex": { | |
"version": "2.1.1", | |
"from": "ansi-regex@>=2.0.0 <3.0.0" | |
}, | |
"ansi-styles": { | |
"version": "2.2.1", | |
"from": "ansi-styles@>=2.2.1 <3.0.0" | |
}, | |
"anymatch": { | |
"version": "1.3.0", | |
"from": "[email protected]" | |
}, | |
"apache-crypt": { | |
"version": "1.1.2", | |
"from": "[email protected]" | |
}, | |
"apache-md5": { | |
"version": "1.0.6", | |
"from": "[email protected]" | |
}, | |
"apiconnect-apim-client": { | |
"version": "2.2.4", | |
"from": "apiconnect-apim-client@>=2.0.0 <3.0.0" | |
}, | |
"apiconnect-assembly": { | |
"version": "1.7.3", | |
"from": "apiconnect-assembly@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"angular-marked": { | |
"version": "0.0.18", | |
"from": "angular-marked@>=0.0.0 <1.0.0" | |
}, | |
"angular-native-dragdrop": { | |
"version": "1.1.2", | |
"from": "[email protected]" | |
}, | |
"angular-ui-validate": { | |
"version": "1.2.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-apis": { | |
"version": "2.4.5", | |
"from": "apiconnect-cli-apis@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"apiconnect-cli-util": { | |
"version": "6.0.1", | |
"from": "apiconnect-cli-util@>=6.0.0 <7.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
} | |
} | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.1 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
}, | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.5.0 <5.0.0" | |
} | |
} | |
} | |
} | |
}, | |
"apiconnect-cli-apps": { | |
"version": "2.6.8", | |
"from": "apiconnect-cli-apps@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"apiconnect-cli-util": { | |
"version": "6.0.1", | |
"from": "apiconnect-cli-util@>=6.0.0 <7.0.0", | |
"dependencies": { | |
"apiconnect-collective-controller-api": { | |
"version": "2.0.1", | |
"from": "apiconnect-collective-controller-api@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.2.1 <5.0.0" | |
} | |
} | |
}, | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
} | |
} | |
}, | |
"apiconnect-collective-controller-api": { | |
"version": "3.1.1", | |
"from": "apiconnect-collective-controller-api@>=3.0.0 <4.0.0" | |
}, | |
"archiver": { | |
"version": "1.3.0", | |
"from": "archiver@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"async": { | |
"version": "2.1.4", | |
"from": "async@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"compress-commons": { | |
"version": "1.1.0", | |
"from": "compress-commons@>=1.1.0 <2.0.0" | |
}, | |
"crc32-stream": { | |
"version": "1.0.1", | |
"from": "crc32-stream@>=1.0.0 <2.0.0" | |
}, | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.6.1 <4.0.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"node-rsa": { | |
"version": "0.2.30", | |
"from": "node-rsa@>=0.2.23 <0.3.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.3.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
} | |
} | |
}, | |
"tar-stream": { | |
"version": "1.5.2", | |
"from": "tar-stream@>=1.5.0 <2.0.0" | |
}, | |
"zip-stream": { | |
"version": "1.1.1", | |
"from": "zip-stream@>=1.1.0 <2.0.0" | |
} | |
} | |
}, | |
"apiconnect-cli-auth": { | |
"version": "2.6.4", | |
"from": "apiconnect-cli-auth@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"apiconnect-cli-util": { | |
"version": "6.0.1", | |
"from": "apiconnect-cli-util@>=6.0.0 <7.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
} | |
} | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.1 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
} | |
} | |
} | |
} | |
}, | |
"apiconnect-cli-catalogs": { | |
"version": "2.4.2", | |
"from": "apiconnect-cli-catalogs@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"apiconnect-cli-util": { | |
"version": "6.0.1", | |
"from": "apiconnect-cli-util@>=6.0.0 <7.0.0" | |
}, | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.1 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
}, | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.5.0 <5.0.0" | |
} | |
} | |
} | |
} | |
}, | |
"apiconnect-cli-components": { | |
"version": "1.0.1", | |
"from": "apiconnect-cli-components@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
} | |
} | |
}, | |
"apiconnect-cli-config": { | |
"version": "3.0.5", | |
"from": "apiconnect-cli-config@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-create": { | |
"version": "2.6.3", | |
"from": "apiconnect-cli-create@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"json2yaml": { | |
"version": "1.0.3", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-devapps": { | |
"version": "1.2.1", | |
"from": "apiconnect-cli-devapps@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-drafts": { | |
"version": "2.6.2", | |
"from": "apiconnect-cli-drafts@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-edit": { | |
"version": "3.0.4", | |
"from": "apiconnect-cli-edit@>=3.0.0 <4.0.0" | |
}, | |
"apiconnect-cli-logger": { | |
"version": "1.2.6", | |
"from": "apiconnect-cli-logger@>=1.0.0 <2.0.0" | |
}, | |
"apiconnect-cli-login-bluemix": { | |
"version": "3.2.4", | |
"from": "apiconnect-cli-login-bluemix@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.0 <2.1.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
} | |
} | |
} | |
} | |
}, | |
"apiconnect-cli-loopback": { | |
"version": "2.5.3", | |
"from": "apiconnect-cli-loopback@>=2.0.0 <3.0.0" | |
}, | |
"apiconnect-cli-members": { | |
"version": "1.0.5", | |
"from": "apiconnect-cli-members@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-orgs": { | |
"version": "2.4.6", | |
"from": "apiconnect-cli-orgs@>=2.0.0 <3.0.0" | |
}, | |
"apiconnect-cli-plugins": { | |
"version": "3.3.4", | |
"from": "apiconnect-cli-plugins@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"apiconnect-cli-util": { | |
"version": "6.0.1", | |
"from": "apiconnect-cli-util@>=6.0.0 <7.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
} | |
} | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.1 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
} | |
} | |
}, | |
"shelljs": { | |
"version": "0.5.3", | |
"from": "shelljs@>=0.5.3 <0.6.0" | |
} | |
} | |
}, | |
"apiconnect-cli-pm": { | |
"version": "2.3.5", | |
"from": "apiconnect-cli-pm@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"apiconnect-cli-util": { | |
"version": "6.0.1", | |
"from": "apiconnect-cli-util@>=6.0.0 <7.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
} | |
} | |
}, | |
"inquirer": { | |
"version": "0.11.4", | |
"from": "inquirer@>=0.11.0 <0.12.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.3.1 <4.0.0" | |
} | |
} | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"mute-stream": { | |
"version": "0.0.5", | |
"from": "[email protected]" | |
}, | |
"readline2": { | |
"version": "1.0.1", | |
"from": "readline2@>=1.0.1 <2.0.0" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.1 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
} | |
} | |
}, | |
"run-async": { | |
"version": "0.1.0", | |
"from": "run-async@>=0.1.0 <0.2.0" | |
} | |
} | |
}, | |
"apiconnect-cli-policies": { | |
"version": "1.4.2", | |
"from": "apiconnect-cli-policies@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"apiconnect-cli-util": { | |
"version": "6.0.1", | |
"from": "apiconnect-cli-util@>=6.0.0 <7.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
} | |
} | |
}, | |
"archiver": { | |
"version": "1.3.0", | |
"from": "archiver@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"async": { | |
"version": "2.1.4", | |
"from": "async@>=2.0.0 <3.0.0" | |
}, | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.8.0 <5.0.0" | |
} | |
} | |
}, | |
"compress-commons": { | |
"version": "1.1.0", | |
"from": "compress-commons@>=1.1.0 <2.0.0" | |
}, | |
"crc32-stream": { | |
"version": "1.0.1", | |
"from": "crc32-stream@>=1.0.0 <2.0.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.1 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
}, | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.5.0 <5.0.0" | |
} | |
} | |
}, | |
"tar-stream": { | |
"version": "1.5.2", | |
"from": "tar-stream@>=1.5.0 <2.0.0" | |
}, | |
"zip-stream": { | |
"version": "1.1.1", | |
"from": "zip-stream@>=1.1.0 <2.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.8.0 <5.0.0" | |
} | |
} | |
} | |
} | |
}, | |
"apiconnect-cli-products": { | |
"version": "2.7.2", | |
"from": "apiconnect-cli-products@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-publish-bluemix": { | |
"version": "2.2.4", | |
"from": "apiconnect-cli-publish-bluemix@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"glob": { | |
"version": "7.0.3", | |
"from": "[email protected]" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
} | |
} | |
} | |
} | |
}, | |
"apiconnect-cli-securegateways": { | |
"version": "1.0.1", | |
"from": "apiconnect-cli-securegateways@>=1.0.0 <2.0.0" | |
}, | |
"apiconnect-cli-spaces": { | |
"version": "1.0.4", | |
"from": "apiconnect-cli-spaces@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-subscriptions": { | |
"version": "1.1.1", | |
"from": "apiconnect-cli-subscriptions@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-swiftserver": { | |
"version": "1.0.4", | |
"from": "apiconnect-cli-swiftserver@>=1.0.0 <2.0.0" | |
}, | |
"apiconnect-cli-util": { | |
"version": "3.4.0", | |
"from": "apiconnect-cli-util@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"assert-plus": { | |
"version": "0.1.5", | |
"from": "assert-plus@>=0.1.5 <0.2.0" | |
}, | |
"async": { | |
"version": "1.5.1", | |
"from": "[email protected]" | |
}, | |
"aws-sign2": { | |
"version": "0.5.0", | |
"from": "aws-sign2@>=0.5.0 <0.6.0" | |
}, | |
"bl": { | |
"version": "0.9.5", | |
"from": "bl@>=0.9.0 <0.10.0" | |
}, | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
}, | |
"caseless": { | |
"version": "0.9.0", | |
"from": "caseless@>=0.9.0 <0.10.0" | |
}, | |
"combined-stream": { | |
"version": "0.0.7", | |
"from": "combined-stream@>=0.0.5 <0.1.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"delayed-stream": { | |
"version": "0.0.5", | |
"from": "[email protected]" | |
}, | |
"form-data": { | |
"version": "0.2.0", | |
"from": "form-data@>=0.2.0 <0.3.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
} | |
} | |
}, | |
"har-validator": { | |
"version": "1.8.0", | |
"from": "har-validator@>=1.4.0 <2.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.9.30 <3.0.0" | |
} | |
} | |
}, | |
"hawk": { | |
"version": "2.3.1", | |
"from": "hawk@>=2.3.0 <2.4.0" | |
}, | |
"http-signature": { | |
"version": "0.10.1", | |
"from": "http-signature@>=0.10.0 <0.11.0", | |
"dependencies": { | |
"asn1": { | |
"version": "0.1.11", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"json2yaml": { | |
"version": "1.0.3", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"mime-db": { | |
"version": "1.12.0", | |
"from": "mime-db@>=1.12.0 <1.13.0" | |
}, | |
"mime-types": { | |
"version": "2.0.14", | |
"from": "mime-types@>=2.0.1 <2.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"node-rsa": { | |
"version": "0.3.4", | |
"from": "node-rsa@>=0.3.2 <0.4.0" | |
}, | |
"oauth-sign": { | |
"version": "0.6.0", | |
"from": "oauth-sign@>=0.6.0 <0.7.0" | |
}, | |
"qs": { | |
"version": "2.4.2", | |
"from": "qs@>=2.4.0 <2.5.0" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.26 <1.1.0" | |
}, | |
"request": { | |
"version": "2.55.0", | |
"from": "[email protected]" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.1 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
}, | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.5.0 <5.0.0" | |
} | |
} | |
}, | |
"tv4": { | |
"version": "1.1.12", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-validate": { | |
"version": "2.3.5", | |
"from": "apiconnect-cli-validate@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"json2yaml": { | |
"version": "1.0.3", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"apiconnect-cli-version-checker": { | |
"version": "1.2.3", | |
"from": "apiconnect-cli-version-checker@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"apiconnect-cli-util": { | |
"version": "6.0.1", | |
"from": "apiconnect-cli-util@>=6.0.0 <7.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "1.2.4", | |
"from": "bluebird@>=1.0.0 <2.0.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
} | |
} | |
}, | |
"lodash": { | |
"version": "4.0.1", | |
"from": "lodash@>=4.0.0 <4.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"request-promise": { | |
"version": "2.0.1", | |
"from": "request-promise@>=2.0.1 <3.0.0", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.11.0", | |
"from": "bluebird@>=2.3.0 <3.0.0" | |
}, | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.5.0 <5.0.0" | |
} | |
} | |
} | |
} | |
}, | |
"apiconnect-collective-controller-api": { | |
"version": "2.0.1", | |
"from": "apiconnect-collective-controller-api@>=2.0.0 <3.0.0" | |
}, | |
"apiconnect-collective-jmx": { | |
"version": "1.2.1", | |
"from": "apiconnect-collective-jmx@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"async": { | |
"version": "2.1.4", | |
"from": "async@>=2.0.1 <3.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.14.0 <5.0.0" | |
} | |
} | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.10.1 <4.0.0" | |
} | |
} | |
}, | |
"apiconnect-config": { | |
"version": "1.0.3", | |
"from": "apiconnect-config@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"fs-extra": { | |
"version": "0.30.0", | |
"from": "fs-extra@>=0.30.0 <0.31.0" | |
}, | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.6.1 <4.0.0" | |
} | |
} | |
}, | |
"apiconnect-explorer": { | |
"version": "1.5.3", | |
"from": "apiconnect-explorer@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.7.0 <4.0.0" | |
} | |
} | |
}, | |
"apiconnect-project": { | |
"version": "1.0.6", | |
"from": "apiconnect-project@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.6.1 <4.0.0" | |
} | |
} | |
}, | |
"apiconnect-refs": { | |
"version": "1.0.1", | |
"from": "apiconnect-refs@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.6.1 <4.0.0" | |
} | |
} | |
}, | |
"apiconnect-tracking": { | |
"version": "1.0.4", | |
"from": "apiconnect-tracking@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.6.1 <4.0.0" | |
} | |
} | |
}, | |
"apiconnect-validate": { | |
"version": "2.4.4", | |
"from": "apiconnect-validate@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.5.3 <4.0.0" | |
} | |
} | |
}, | |
"apiconnect-workspace": { | |
"version": "1.6.4", | |
"from": "apiconnect-workspace@>=1.0.0 <2.0.0" | |
}, | |
"apiconnect-wsdl": { | |
"version": "1.3.21", | |
"from": "apiconnect-wsdl@>=1.0.0 <2.0.0" | |
}, | |
"apim-ui": { | |
"version": "5.6.10", | |
"from": "apim-ui@>=5.0.0 <6.0.0", | |
"dependencies": { | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.6.0 <4.0.0" | |
} | |
} | |
}, | |
"append-field": { | |
"version": "0.1.0", | |
"from": "[email protected]" | |
}, | |
"archive-type": { | |
"version": "3.2.0", | |
"from": "archive-type@>=3.0.0 <4.0.0" | |
}, | |
"archiver": { | |
"version": "0.11.0", | |
"from": "archiver@>=0.11.0 <0.12.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
}, | |
"glob": { | |
"version": "3.2.11", | |
"from": "glob@>=3.2.6 <3.3.0" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "2.4.2", | |
"from": "lodash@>=2.4.1 <2.5.0" | |
}, | |
"minimatch": { | |
"version": "0.3.0", | |
"from": "minimatch@>=0.3.0 <0.4.0" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.26 <1.1.0" | |
} | |
} | |
}, | |
"archiver-utils": { | |
"version": "1.3.0", | |
"from": "archiver-utils@>=1.3.0 <2.0.0", | |
"dependencies": { | |
"lazystream": { | |
"version": "1.0.0", | |
"from": "lazystream@>=1.0.0 <2.0.0" | |
} | |
} | |
}, | |
"argparse": { | |
"version": "1.0.9", | |
"from": "argparse@>=1.0.7 <2.0.0" | |
}, | |
"arr-diff": { | |
"version": "2.0.0", | |
"from": "arr-diff@>=2.0.0 <3.0.0" | |
}, | |
"arr-flatten": { | |
"version": "1.0.1", | |
"from": "arr-flatten@>=1.0.1 <2.0.0" | |
}, | |
"array-differ": { | |
"version": "1.0.0", | |
"from": "array-differ@>=1.0.0 <2.0.0" | |
}, | |
"array-filter": { | |
"version": "0.0.1", | |
"from": "array-filter@>=0.0.0 <0.1.0" | |
}, | |
"array-find-index": { | |
"version": "1.0.2", | |
"from": "array-find-index@>=1.0.1 <2.0.0" | |
}, | |
"array-flatten": { | |
"version": "1.1.1", | |
"from": "[email protected]" | |
}, | |
"array-map": { | |
"version": "0.0.0", | |
"from": "array-map@>=0.0.0 <0.1.0" | |
}, | |
"array-reduce": { | |
"version": "0.0.0", | |
"from": "array-reduce@>=0.0.0 <0.1.0" | |
}, | |
"array-union": { | |
"version": "1.0.2", | |
"from": "array-union@>=1.0.1 <2.0.0" | |
}, | |
"array-uniq": { | |
"version": "1.0.3", | |
"from": "array-uniq@>=1.0.2 <2.0.0" | |
}, | |
"array-unique": { | |
"version": "0.2.1", | |
"from": "array-unique@>=0.2.1 <0.3.0" | |
}, | |
"arrify": { | |
"version": "1.0.1", | |
"from": "arrify@>=1.0.0 <2.0.0" | |
}, | |
"asap": { | |
"version": "2.0.5", | |
"from": "asap@>=2.0.0 <3.0.0" | |
}, | |
"asn1": { | |
"version": "0.2.3", | |
"from": "asn1@>=0.2.3 <0.3.0" | |
}, | |
"assert-plus": { | |
"version": "0.2.0", | |
"from": "assert-plus@>=0.2.0 <0.3.0" | |
}, | |
"ast-query": { | |
"version": "2.0.0", | |
"from": "ast-query@>=2.0.0 <3.0.0" | |
}, | |
"async": { | |
"version": "1.5.2", | |
"from": "async@>=1.0.0 <2.0.0" | |
}, | |
"async-each": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"async-listener": { | |
"version": "0.6.3", | |
"from": "async-listener@>=0.6.0 <0.7.0" | |
}, | |
"asynckit": { | |
"version": "0.4.0", | |
"from": "asynckit@>=0.4.0 <0.5.0" | |
}, | |
"auth-header": { | |
"version": "0.2.2", | |
"from": "[email protected]", | |
"dependencies": { | |
"lodash": { | |
"version": "2.4.2", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"aws-sign2": { | |
"version": "0.6.0", | |
"from": "aws-sign2@>=0.6.0 <0.7.0" | |
}, | |
"aws4": { | |
"version": "1.5.0", | |
"from": "aws4@>=1.2.1 <2.0.0" | |
}, | |
"ax": { | |
"version": "0.1.8", | |
"from": "[email protected]" | |
}, | |
"backoff": { | |
"version": "2.5.0", | |
"from": "[email protected]" | |
}, | |
"balanced-match": { | |
"version": "0.4.2", | |
"from": "balanced-match@>=0.4.1 <0.5.0" | |
}, | |
"base64-js": { | |
"version": "1.2.0", | |
"from": "base64-js@>=1.2.0 <2.0.0" | |
}, | |
"base64-url": { | |
"version": "1.3.3", | |
"from": "[email protected]" | |
}, | |
"base64url": { | |
"version": "2.0.0", | |
"from": "base64url@>=2.0.0 <3.0.0" | |
}, | |
"basic-auth": { | |
"version": "1.0.4", | |
"from": "basic-auth@>=1.0.3 <1.1.0" | |
}, | |
"basic-auth-connect": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"batch": { | |
"version": "0.5.3", | |
"from": "[email protected]" | |
}, | |
"bcryptjs": { | |
"version": "2.4.0", | |
"from": "bcryptjs@>=2.1.0 <3.0.0" | |
}, | |
"beeper": { | |
"version": "1.1.1", | |
"from": "beeper@>=1.0.0 <2.0.0" | |
}, | |
"binary-extensions": { | |
"version": "1.8.0", | |
"from": "[email protected]" | |
}, | |
"binaryextensions": { | |
"version": "1.0.1", | |
"from": "binaryextensions@>=1.0.0 <1.1.0" | |
}, | |
"bl": { | |
"version": "1.1.2", | |
"from": "bl@>=1.1.2 <1.2.0" | |
}, | |
"block-stream": { | |
"version": "0.0.9", | |
"from": "block-stream@*" | |
}, | |
"bluebird": { | |
"version": "3.4.7", | |
"from": "bluebird@>=3.0.0 <4.0.0" | |
}, | |
"body-parser": { | |
"version": "1.16.0", | |
"from": "body-parser@>=1.15.0 <2.0.0", | |
"dependencies": { | |
"qs": { | |
"version": "6.2.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"boolbase": { | |
"version": "1.0.0", | |
"from": "boolbase@>=1.0.0 <1.1.0" | |
}, | |
"boom": { | |
"version": "2.10.1", | |
"from": "boom@>=2.0.0 <3.0.0" | |
}, | |
"bootstrap": { | |
"version": "3.3.7", | |
"from": "bootstrap@>=3.3.6 <4.0.0" | |
}, | |
"bops": { | |
"version": "0.0.6", | |
"from": "[email protected]", | |
"dependencies": { | |
"base64-js": { | |
"version": "0.0.2", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"brace-expansion": { | |
"version": "1.1.6", | |
"from": "brace-expansion@>=1.0.0 <2.0.0" | |
}, | |
"braces": { | |
"version": "1.8.5", | |
"from": "braces@>=1.8.2 <2.0.0" | |
}, | |
"broadway": { | |
"version": "0.3.6", | |
"from": "[email protected]", | |
"dependencies": { | |
"eventemitter2": { | |
"version": "0.4.14", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"bson-objectid": { | |
"version": "1.1.1", | |
"from": "[email protected]" | |
}, | |
"btoa": { | |
"version": "1.1.2", | |
"from": "btoa@>=1.1.2 <2.0.0" | |
}, | |
"buffer-crc32": { | |
"version": "0.2.13", | |
"from": "buffer-crc32@>=0.2.1 <0.3.0" | |
}, | |
"buffer-equal-constant-time": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"buffer-shims": { | |
"version": "1.0.0", | |
"from": "buffer-shims@>=1.0.0 <2.0.0" | |
}, | |
"buffer-to-vinyl": { | |
"version": "1.1.0", | |
"from": "buffer-to-vinyl@>=1.0.0 <2.0.0" | |
}, | |
"buildmail": { | |
"version": "4.0.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"punycode": { | |
"version": "2.1.0", | |
"from": "punycode@>=2.0.1 <3.0.0" | |
} | |
} | |
}, | |
"builtin-modules": { | |
"version": "1.1.1", | |
"from": "builtin-modules@>=1.0.0 <2.0.0" | |
}, | |
"bunyan": { | |
"version": "1.8.5", | |
"from": "bunyan@>=1.7.1 <2.0.0" | |
}, | |
"busboy": { | |
"version": "0.2.13", | |
"from": "[email protected]", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.1.14", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"byline": { | |
"version": "5.0.0", | |
"from": "byline@>=5.0.0 <6.0.0" | |
}, | |
"byt": { | |
"version": "0.1.0", | |
"from": "byt@>=0.1.0 <0.2.0" | |
}, | |
"bytes": { | |
"version": "2.4.0", | |
"from": "[email protected]" | |
}, | |
"camelcase": { | |
"version": "2.1.1", | |
"from": "camelcase@>=2.0.0 <3.0.0" | |
}, | |
"camelcase-keys": { | |
"version": "2.1.0", | |
"from": "camelcase-keys@>=2.0.0 <3.0.0" | |
}, | |
"camelize": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"canonical-json": { | |
"version": "0.0.4", | |
"from": "[email protected]" | |
}, | |
"capture-stack-trace": { | |
"version": "1.0.0", | |
"from": "capture-stack-trace@>=1.0.0 <2.0.0" | |
}, | |
"caseless": { | |
"version": "0.11.0", | |
"from": "caseless@>=0.11.0 <0.12.0" | |
}, | |
"caw": { | |
"version": "1.2.0", | |
"from": "caw@>=1.0.1 <2.0.0", | |
"dependencies": { | |
"object-assign": { | |
"version": "3.0.0", | |
"from": "object-assign@>=3.0.0 <4.0.0" | |
} | |
} | |
}, | |
"center-align": { | |
"version": "0.1.3", | |
"from": "center-align@>=0.1.1 <0.2.0" | |
}, | |
"chalk": { | |
"version": "1.1.3", | |
"from": "chalk@>=1.1.1 <2.0.0" | |
}, | |
"chance": { | |
"version": "0.7.7", | |
"from": "[email protected]", | |
"dependencies": { | |
"minimist": { | |
"version": "1.2.0", | |
"from": "minimist@>=1.1.0 <2.0.0" | |
} | |
} | |
}, | |
"character-parser": { | |
"version": "2.2.0", | |
"from": "[email protected]" | |
}, | |
"charenc": { | |
"version": "0.0.2", | |
"from": "charenc@>=0.0.1 <0.1.0" | |
}, | |
"cheerio": { | |
"version": "0.19.0", | |
"from": "cheerio@>=0.19.0 <0.20.0", | |
"dependencies": { | |
"htmlparser2": { | |
"version": "3.8.3", | |
"from": "htmlparser2@>=3.8.1 <3.9.0", | |
"dependencies": { | |
"entities": { | |
"version": "1.0.0", | |
"from": "entities@>=1.0.0 <1.1.0" | |
} | |
} | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.2.0 <4.0.0" | |
}, | |
"readable-stream": { | |
"version": "1.1.14", | |
"from": "readable-stream@>=1.1.0 <1.2.0" | |
} | |
} | |
}, | |
"chokidar": { | |
"version": "1.6.1", | |
"from": "[email protected]", | |
"dependencies": { | |
"glob-parent": { | |
"version": "2.0.0", | |
"from": "glob-parent@>=2.0.0 <3.0.0" | |
}, | |
"is-extglob": { | |
"version": "1.0.0", | |
"from": "is-extglob@>=1.0.0 <2.0.0" | |
}, | |
"is-glob": { | |
"version": "2.0.1", | |
"from": "is-glob@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"chownr": { | |
"version": "0.0.2", | |
"from": "[email protected]" | |
}, | |
"class-extend": { | |
"version": "0.1.2", | |
"from": "class-extend@>=0.1.0 <0.2.0", | |
"dependencies": { | |
"object-assign": { | |
"version": "2.1.1", | |
"from": "object-assign@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"clean-css": { | |
"version": "3.4.22", | |
"from": "[email protected]", | |
"dependencies": { | |
"commander": { | |
"version": "2.8.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"cli-boxes": { | |
"version": "1.0.0", | |
"from": "cli-boxes@>=1.0.0 <2.0.0" | |
}, | |
"cli-cursor": { | |
"version": "1.0.2", | |
"from": "cli-cursor@>=1.0.1 <2.0.0" | |
}, | |
"cli-table": { | |
"version": "0.3.1", | |
"from": "cli-table@>=0.3.1 <0.4.0", | |
"dependencies": { | |
"colors": { | |
"version": "1.0.3", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"cli-width": { | |
"version": "1.1.1", | |
"from": "cli-width@>=1.0.1 <2.0.0" | |
}, | |
"cliff": { | |
"version": "0.1.9", | |
"from": "[email protected]", | |
"dependencies": { | |
"colors": { | |
"version": "0.6.2", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"cliui": { | |
"version": "2.1.0", | |
"from": "cliui@>=2.1.0 <3.0.0", | |
"dependencies": { | |
"wordwrap": { | |
"version": "0.0.2", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"clone": { | |
"version": "1.0.2", | |
"from": "clone@>=1.0.2 <1.1.0" | |
}, | |
"clone-stats": { | |
"version": "0.0.1", | |
"from": "clone-stats@>=0.0.1 <0.0.2" | |
}, | |
"co": { | |
"version": "3.1.0", | |
"from": "[email protected]" | |
}, | |
"code-point-at": { | |
"version": "1.1.0", | |
"from": "code-point-at@>=1.0.0 <2.0.0" | |
}, | |
"coffee-script": { | |
"version": "1.6.3", | |
"from": "coffee-script@>=1.6.3 <1.7.0" | |
}, | |
"colors": { | |
"version": "1.1.2", | |
"from": "colors@>=1.1.2 <2.0.0" | |
}, | |
"combined-stream": { | |
"version": "1.0.5", | |
"from": "combined-stream@>=1.0.5 <1.1.0" | |
}, | |
"commander": { | |
"version": "2.9.0", | |
"from": "commander@>=2.0.0 <3.0.0" | |
}, | |
"commondir": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"component-emitter": { | |
"version": "1.2.1", | |
"from": "component-emitter@>=1.2.0 <2.0.0" | |
}, | |
"component-type": { | |
"version": "1.0.0", | |
"from": "component-type@>=1.0.0 <1.1.0" | |
}, | |
"compress": { | |
"version": "0.99.0", | |
"from": "compress@>=0.99.0 <0.100.0" | |
}, | |
"compress-commons": { | |
"version": "0.1.6", | |
"from": "compress-commons@>=0.1.0 <0.2.0", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.26 <1.1.0" | |
} | |
} | |
}, | |
"compressible": { | |
"version": "2.0.9", | |
"from": "compressible@>=2.0.8 <2.1.0" | |
}, | |
"compression": { | |
"version": "1.6.2", | |
"from": "compression@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"bytes": { | |
"version": "2.3.0", | |
"from": "[email protected]" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"concat-map": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"concat-stream": { | |
"version": "1.6.0", | |
"from": "concat-stream@>=1.4.7 <2.0.0", | |
"dependencies": { | |
"readable-stream": { | |
"version": "2.2.2", | |
"from": "readable-stream@>=2.2.2 <3.0.0" | |
} | |
} | |
}, | |
"connect": { | |
"version": "2.30.2", | |
"from": "[email protected]", | |
"dependencies": { | |
"accepts": { | |
"version": "1.2.13", | |
"from": "accepts@>=1.2.12 <1.3.0" | |
}, | |
"body-parser": { | |
"version": "1.13.3", | |
"from": "body-parser@>=1.13.3 <1.14.0" | |
}, | |
"bytes": { | |
"version": "2.1.0", | |
"from": "[email protected]" | |
}, | |
"compression": { | |
"version": "1.5.2", | |
"from": "compression@>=1.5.2 <1.6.0" | |
}, | |
"cookie": { | |
"version": "0.1.3", | |
"from": "[email protected]" | |
}, | |
"cookie-parser": { | |
"version": "1.3.5", | |
"from": "cookie-parser@>=1.3.5 <1.4.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"depd": { | |
"version": "1.0.1", | |
"from": "depd@>=1.0.1 <1.1.0" | |
}, | |
"errorhandler": { | |
"version": "1.4.3", | |
"from": "errorhandler@>=1.4.2 <1.5.0", | |
"dependencies": { | |
"accepts": { | |
"version": "1.3.3", | |
"from": "accepts@>=1.3.0 <1.4.0" | |
}, | |
"negotiator": { | |
"version": "0.6.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"finalhandler": { | |
"version": "0.4.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"escape-html": { | |
"version": "1.0.2", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"http-errors": { | |
"version": "1.3.1", | |
"from": "http-errors@>=1.3.1 <1.4.0" | |
}, | |
"iconv-lite": { | |
"version": "0.4.11", | |
"from": "[email protected]" | |
}, | |
"morgan": { | |
"version": "1.6.1", | |
"from": "morgan@>=1.6.1 <1.7.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"negotiator": { | |
"version": "0.5.3", | |
"from": "[email protected]" | |
}, | |
"qs": { | |
"version": "4.0.0", | |
"from": "[email protected]" | |
}, | |
"range-parser": { | |
"version": "1.0.3", | |
"from": "range-parser@>=1.0.3 <1.1.0" | |
}, | |
"raw-body": { | |
"version": "2.1.7", | |
"from": "raw-body@>=2.1.2 <2.2.0", | |
"dependencies": { | |
"bytes": { | |
"version": "2.4.0", | |
"from": "[email protected]" | |
}, | |
"iconv-lite": { | |
"version": "0.4.13", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"send": { | |
"version": "0.13.2", | |
"from": "[email protected]", | |
"dependencies": { | |
"depd": { | |
"version": "1.1.0", | |
"from": "depd@>=1.1.0 <1.2.0" | |
}, | |
"statuses": { | |
"version": "1.2.1", | |
"from": "statuses@>=1.2.1 <1.3.0" | |
} | |
} | |
}, | |
"serve-static": { | |
"version": "1.10.3", | |
"from": "serve-static@>=1.10.0 <1.11.0" | |
}, | |
"vary": { | |
"version": "1.0.1", | |
"from": "vary@>=1.0.1 <1.1.0" | |
} | |
} | |
}, | |
"connect-redis": { | |
"version": "3.1.0", | |
"from": "[email protected]" | |
}, | |
"connect-timeout": { | |
"version": "1.6.2", | |
"from": "connect-timeout@>=1.6.2 <1.7.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"http-errors": { | |
"version": "1.3.1", | |
"from": "http-errors@>=1.3.1 <1.4.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"constantinople": { | |
"version": "3.1.0", | |
"from": "[email protected]" | |
}, | |
"content-disposition": { | |
"version": "0.5.1", | |
"from": "[email protected]" | |
}, | |
"content-security-policy-builder": { | |
"version": "0.2.0", | |
"from": "[email protected]" | |
}, | |
"content-type": { | |
"version": "1.0.2", | |
"from": "content-type@>=1.0.2 <1.1.0" | |
}, | |
"continuation-local-storage": { | |
"version": "3.2.0", | |
"from": "continuation-local-storage@>=3.1.7 <4.0.0" | |
}, | |
"convert-source-map": { | |
"version": "1.3.0", | |
"from": "convert-source-map@>=1.1.1 <2.0.0" | |
}, | |
"cookie": { | |
"version": "0.3.1", | |
"from": "[email protected]" | |
}, | |
"cookie-parser": { | |
"version": "1.4.3", | |
"from": "cookie-parser@>=1.3.2 <2.0.0" | |
}, | |
"cookie-signature": { | |
"version": "1.0.6", | |
"from": "[email protected]" | |
}, | |
"cookiejar": { | |
"version": "2.1.0", | |
"from": "cookiejar@>=2.0.1 <3.0.0" | |
}, | |
"core-util-is": { | |
"version": "1.0.2", | |
"from": "core-util-is@>=1.0.0 <1.1.0" | |
}, | |
"cors": { | |
"version": "2.8.1", | |
"from": "cors@>=2.0.0 <3.0.0" | |
}, | |
"crc": { | |
"version": "3.4.4", | |
"from": "crc@>=3.4.4 <4.0.0" | |
}, | |
"crc32-stream": { | |
"version": "0.3.4", | |
"from": "crc32-stream@>=0.3.1 <0.4.0", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.24 <1.1.0" | |
} | |
} | |
}, | |
"create-error-class": { | |
"version": "3.0.2", | |
"from": "create-error-class@>=3.0.1 <4.0.0" | |
}, | |
"cross-spawn": { | |
"version": "4.0.2", | |
"from": "cross-spawn@>=4.0.0 <5.0.0", | |
"dependencies": { | |
"lru-cache": { | |
"version": "4.0.2", | |
"from": "lru-cache@>=4.0.1 <5.0.0" | |
} | |
} | |
}, | |
"cross-spawn-async": { | |
"version": "2.2.5", | |
"from": "cross-spawn-async@>=2.2.2 <3.0.0", | |
"dependencies": { | |
"lru-cache": { | |
"version": "4.0.2", | |
"from": "lru-cache@>=4.0.0 <5.0.0" | |
} | |
} | |
}, | |
"crypt": { | |
"version": "0.0.2", | |
"from": "crypt@>=0.0.1 <0.1.0" | |
}, | |
"cryptiles": { | |
"version": "2.0.5", | |
"from": "cryptiles@>=2.0.0 <3.0.0" | |
}, | |
"crypto": { | |
"version": "0.0.3", | |
"from": "crypto@>=0.0.3 <0.0.4" | |
}, | |
"crypto-token": { | |
"version": "1.0.1", | |
"from": "crypto-token@>=1.0.1 <2.0.0" | |
}, | |
"csrf": { | |
"version": "3.0.4", | |
"from": "csrf@>=3.0.0 <3.1.0" | |
}, | |
"css-select": { | |
"version": "1.0.0", | |
"from": "css-select@>=1.0.0 <1.1.0", | |
"dependencies": { | |
"domutils": { | |
"version": "1.4.3", | |
"from": "domutils@>=1.4.0 <1.5.0" | |
} | |
} | |
}, | |
"css-what": { | |
"version": "1.0.0", | |
"from": "css-what@>=1.0.0 <1.1.0" | |
}, | |
"csurf": { | |
"version": "1.8.3", | |
"from": "csurf@>=1.8.3 <1.9.0", | |
"dependencies": { | |
"cookie": { | |
"version": "0.1.3", | |
"from": "[email protected]" | |
}, | |
"http-errors": { | |
"version": "1.3.1", | |
"from": "http-errors@>=1.3.1 <1.4.0" | |
} | |
} | |
}, | |
"csv-parse": { | |
"version": "1.1.7", | |
"from": "[email protected]" | |
}, | |
"ctype": { | |
"version": "0.5.3", | |
"from": "[email protected]" | |
}, | |
"currently-unhandled": { | |
"version": "0.4.1", | |
"from": "currently-unhandled@>=0.4.1 <0.5.0" | |
}, | |
"cycle": { | |
"version": "1.0.3", | |
"from": "[email protected]" | |
}, | |
"d3": { | |
"version": "3.5.17", | |
"from": "d3@>=3.5.16 <4.0.0" | |
}, | |
"dag-map": { | |
"version": "1.0.2", | |
"from": "dag-map@>=1.0.0 <1.1.0" | |
}, | |
"dargs": { | |
"version": "4.1.0", | |
"from": "dargs@>=4.0.0 <5.0.0" | |
}, | |
"dashdash": { | |
"version": "1.14.1", | |
"from": "dashdash@>=1.12.0 <2.0.0", | |
"dependencies": { | |
"assert-plus": { | |
"version": "1.0.0", | |
"from": "assert-plus@>=1.0.0 <2.0.0" | |
} | |
} | |
}, | |
"dashify": { | |
"version": "0.1.0", | |
"from": "dashify@>=0.1.0 <0.2.0" | |
}, | |
"dateformat": { | |
"version": "1.0.12", | |
"from": "dateformat@>=1.0.11 <2.0.0" | |
}, | |
"debug": { | |
"version": "2.6.0", | |
"from": "debug@>=2.0.0 <3.0.0" | |
}, | |
"debuglog": { | |
"version": "1.0.1", | |
"from": "debuglog@>=1.0.1 <2.0.0" | |
}, | |
"decamelize": { | |
"version": "1.2.0", | |
"from": "decamelize@>=1.1.2 <2.0.0" | |
}, | |
"decompress": { | |
"version": "3.0.0", | |
"from": "decompress@>=3.0.0 <4.0.0" | |
}, | |
"decompress-tar": { | |
"version": "3.1.0", | |
"from": "decompress-tar@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"clone": { | |
"version": "0.2.0", | |
"from": "clone@>=0.2.0 <0.3.0" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"object-assign": { | |
"version": "2.1.1", | |
"from": "object-assign@>=2.0.0 <3.0.0" | |
}, | |
"tar-stream": { | |
"version": "1.5.2", | |
"from": "tar-stream@>=1.1.1 <2.0.0" | |
}, | |
"through2": { | |
"version": "0.6.5", | |
"from": "through2@>=0.6.1 <0.7.0", | |
"dependencies": { | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.33-1 <1.1.0-0" | |
} | |
} | |
}, | |
"vinyl": { | |
"version": "0.4.6", | |
"from": "vinyl@>=0.4.3 <0.5.0" | |
} | |
} | |
}, | |
"decompress-tarbz2": { | |
"version": "3.1.0", | |
"from": "decompress-tarbz2@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"clone": { | |
"version": "0.2.0", | |
"from": "clone@>=0.2.0 <0.3.0" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"object-assign": { | |
"version": "2.1.1", | |
"from": "object-assign@>=2.0.0 <3.0.0" | |
}, | |
"tar-stream": { | |
"version": "1.5.2", | |
"from": "tar-stream@>=1.1.1 <2.0.0" | |
}, | |
"through2": { | |
"version": "0.6.5", | |
"from": "through2@>=0.6.1 <0.7.0", | |
"dependencies": { | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.33-1 <1.1.0-0" | |
} | |
} | |
}, | |
"vinyl": { | |
"version": "0.4.6", | |
"from": "vinyl@>=0.4.3 <0.5.0" | |
} | |
} | |
}, | |
"decompress-targz": { | |
"version": "3.1.0", | |
"from": "decompress-targz@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"clone": { | |
"version": "0.2.0", | |
"from": "clone@>=0.2.0 <0.3.0" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"object-assign": { | |
"version": "2.1.1", | |
"from": "object-assign@>=2.0.0 <3.0.0" | |
}, | |
"tar-stream": { | |
"version": "1.5.2", | |
"from": "tar-stream@>=1.1.1 <2.0.0" | |
}, | |
"through2": { | |
"version": "0.6.5", | |
"from": "through2@>=0.6.1 <0.7.0", | |
"dependencies": { | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.33-1 <1.1.0-0" | |
} | |
} | |
}, | |
"vinyl": { | |
"version": "0.4.6", | |
"from": "vinyl@>=0.4.3 <0.5.0" | |
} | |
} | |
}, | |
"decompress-unzip": { | |
"version": "3.4.0", | |
"from": "decompress-unzip@>=3.0.0 <4.0.0" | |
}, | |
"deep-equal": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"deep-extend": { | |
"version": "0.4.1", | |
"from": "deep-extend@>=0.4.1 <0.5.0" | |
}, | |
"deep-is": { | |
"version": "0.1.3", | |
"from": "deep-is@>=0.1.3 <0.2.0" | |
}, | |
"delayed-stream": { | |
"version": "1.0.0", | |
"from": "delayed-stream@>=1.0.0 <1.1.0" | |
}, | |
"depd": { | |
"version": "1.1.0", | |
"from": "depd@>=1.1.0 <1.2.0" | |
}, | |
"deref": { | |
"version": "0.6.4", | |
"from": "deref@>=0.6.3 <0.7.0" | |
}, | |
"destroy": { | |
"version": "1.0.4", | |
"from": "destroy@>=1.0.4 <1.1.0" | |
}, | |
"detect-conflict": { | |
"version": "1.0.1", | |
"from": "detect-conflict@>=1.0.0 <2.0.0" | |
}, | |
"detect-newline": { | |
"version": "1.0.3", | |
"from": "detect-newline@>=1.0.3 <2.0.0", | |
"dependencies": { | |
"minimist": { | |
"version": "1.2.0", | |
"from": "minimist@>=1.1.0 <2.0.0" | |
} | |
} | |
}, | |
"dezalgo": { | |
"version": "1.0.3", | |
"from": "dezalgo@>=1.0.0 <2.0.0" | |
}, | |
"dicer": { | |
"version": "0.2.5", | |
"from": "[email protected]", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.1.14", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"diff": { | |
"version": "2.2.3", | |
"from": "diff@>=2.1.2 <3.0.0" | |
}, | |
"discontinuous-range": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"docker-modem": { | |
"version": "0.3.2", | |
"from": "docker-modem@>=0.3.0 <0.4.0", | |
"dependencies": { | |
"debug": { | |
"version": "0.7.4", | |
"from": "debug@>=0.7.4 <0.8.0" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"jsonparse": { | |
"version": "0.0.5", | |
"from": "[email protected]" | |
}, | |
"JSONStream": { | |
"version": "0.10.0", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.26-4 <1.1.0" | |
} | |
} | |
}, | |
"dockerode": { | |
"version": "2.3.1", | |
"from": "dockerode@>=2.1.2 <3.0.0" | |
}, | |
"doctypes": { | |
"version": "1.1.0", | |
"from": "[email protected]" | |
}, | |
"dom-serializer": { | |
"version": "0.1.0", | |
"from": "dom-serializer@>=0.0.0 <1.0.0", | |
"dependencies": { | |
"domelementtype": { | |
"version": "1.1.3", | |
"from": "domelementtype@>=1.1.1 <1.2.0" | |
} | |
} | |
}, | |
"domelementtype": { | |
"version": "1.3.0", | |
"from": "domelementtype@>=1.3.0 <2.0.0" | |
}, | |
"domhandler": { | |
"version": "2.3.0", | |
"from": "domhandler@>=2.3.0 <3.0.0" | |
}, | |
"domutils": { | |
"version": "1.5.1", | |
"from": "domutils@>=1.5.1 <2.0.0" | |
}, | |
"dont-sniff-mimetype": { | |
"version": "0.1.0", | |
"from": "[email protected]" | |
}, | |
"dotenv": { | |
"version": "1.2.0", | |
"from": "dotenv@>=1.0.0 <2.0.0" | |
}, | |
"double-ended-queue": { | |
"version": "2.1.0-0", | |
"from": "[email protected]" | |
}, | |
"download": { | |
"version": "4.4.3", | |
"from": "download@>=4.1.2 <5.0.0" | |
}, | |
"duplex": { | |
"version": "1.0.0", | |
"from": "duplex@>=1.0.0 <1.1.0" | |
}, | |
"duplex-pipe": { | |
"version": "0.0.2", | |
"from": "duplex-pipe@>=0.0.1 <0.1.0" | |
}, | |
"duplexer": { | |
"version": "0.0.4", | |
"from": "duplexer@>=0.0.3 <0.1.0" | |
}, | |
"duplexer2": { | |
"version": "0.1.4", | |
"from": "duplexer2@>=0.1.4 <0.2.0" | |
}, | |
"duplexify": { | |
"version": "3.5.0", | |
"from": "duplexify@>=3.2.0 <4.0.0", | |
"dependencies": { | |
"end-of-stream": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"once": { | |
"version": "1.3.3", | |
"from": "once@>=1.3.0 <1.4.0" | |
} | |
} | |
}, | |
"each-async": { | |
"version": "1.1.1", | |
"from": "each-async@>=1.0.0 <2.0.0" | |
}, | |
"ecdsa-sig-formatter": { | |
"version": "1.0.9", | |
"from": "[email protected]" | |
}, | |
"editions": { | |
"version": "1.3.3", | |
"from": "editions@>=1.1.1 <2.0.0" | |
}, | |
"ee-first": { | |
"version": "1.1.1", | |
"from": "[email protected]" | |
}, | |
"eenano": { | |
"version": "1.0.0", | |
"from": "eenano@>=1.0.0 <1.1.0" | |
}, | |
"ejs": { | |
"version": "2.3.4", | |
"from": "ejs@>=2.3.4 <2.4.0" | |
}, | |
"emitter-component": { | |
"version": "1.1.1", | |
"from": "emitter-component@>=1.1.1 <2.0.0" | |
}, | |
"emitter-listener": { | |
"version": "1.0.1", | |
"from": "emitter-listener@>=1.0.1 <2.0.0" | |
}, | |
"encodeurl": { | |
"version": "1.0.1", | |
"from": "encodeurl@>=1.0.1 <1.1.0" | |
}, | |
"end-of-stream": { | |
"version": "1.1.0", | |
"from": "end-of-stream@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"once": { | |
"version": "1.3.3", | |
"from": "once@>=1.3.0 <1.4.0" | |
} | |
} | |
}, | |
"entities": { | |
"version": "1.1.1", | |
"from": "entities@>=1.1.1 <2.0.0" | |
}, | |
"error": { | |
"version": "7.0.2", | |
"from": "error@>=7.0.2 <8.0.0" | |
}, | |
"error-ex": { | |
"version": "1.3.0", | |
"from": "error-ex@>=1.2.0 <2.0.0" | |
}, | |
"errorhandler": { | |
"version": "1.5.0", | |
"from": "errorhandler@>=1.3.4 <2.0.0" | |
}, | |
"es5-shim": { | |
"version": "4.5.9", | |
"from": "es5-shim@>=4.5.8 <5.0.0" | |
}, | |
"escape-html": { | |
"version": "1.0.3", | |
"from": "escape-html@>=1.0.3 <1.1.0" | |
}, | |
"escape-string-regexp": { | |
"version": "1.0.5", | |
"from": "escape-string-regexp@>=1.0.2 <2.0.0" | |
}, | |
"escodegen-wallaby": { | |
"version": "1.6.8", | |
"from": "escodegen-wallaby@>=1.6.7 <2.0.0", | |
"dependencies": { | |
"estraverse": { | |
"version": "1.9.3", | |
"from": "estraverse@>=1.9.1 <2.0.0" | |
} | |
} | |
}, | |
"esprima": { | |
"version": "2.7.3", | |
"from": "esprima@>=2.6.0 <3.0.0" | |
}, | |
"estraverse": { | |
"version": "4.2.0", | |
"from": "estraverse@>=4.1.1 <5.0.0" | |
}, | |
"esutils": { | |
"version": "2.0.2", | |
"from": "esutils@>=2.0.2 <3.0.0" | |
}, | |
"etag": { | |
"version": "1.7.0", | |
"from": "etag@>=1.7.0 <1.8.0" | |
}, | |
"event-stream": { | |
"version": "0.5.3", | |
"from": "[email protected]", | |
"dependencies": { | |
"optimist": { | |
"version": "0.2.8", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"eventemitter2": { | |
"version": "2.2.2", | |
"from": "eventemitter2@>=2.1.0 <3.0.0" | |
}, | |
"eventemitter3": { | |
"version": "1.2.0", | |
"from": "eventemitter3@>=1.0.0 <2.0.0" | |
}, | |
"exit-hook": { | |
"version": "1.1.1", | |
"from": "exit-hook@>=1.0.0 <2.0.0" | |
}, | |
"expand-brackets": { | |
"version": "0.1.5", | |
"from": "expand-brackets@>=0.1.4 <0.2.0" | |
}, | |
"expand-range": { | |
"version": "1.8.2", | |
"from": "expand-range@>=1.8.1 <2.0.0" | |
}, | |
"express": { | |
"version": "4.14.0", | |
"from": "express@>=4.0.0 <5.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"path-to-regexp": { | |
"version": "0.1.7", | |
"from": "[email protected]" | |
}, | |
"qs": { | |
"version": "6.2.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"express-session": { | |
"version": "1.11.3", | |
"from": "express-session@>=1.11.3 <1.12.0", | |
"dependencies": { | |
"base64-url": { | |
"version": "1.2.1", | |
"from": "[email protected]" | |
}, | |
"cookie": { | |
"version": "0.1.3", | |
"from": "[email protected]" | |
}, | |
"crc": { | |
"version": "3.3.0", | |
"from": "[email protected]" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"depd": { | |
"version": "1.0.1", | |
"from": "depd@>=1.0.1 <1.1.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"uid-safe": { | |
"version": "2.0.0", | |
"from": "uid-safe@>=2.0.0 <2.1.0" | |
} | |
} | |
}, | |
"extend": { | |
"version": "3.0.0", | |
"from": "extend@>=3.0.0 <3.1.0" | |
}, | |
"extend-shallow": { | |
"version": "2.0.1", | |
"from": "extend-shallow@>=2.0.1 <3.0.0" | |
}, | |
"external-editor": { | |
"version": "1.1.1", | |
"from": "external-editor@>=1.1.0 <2.0.0" | |
}, | |
"extglob": { | |
"version": "0.3.2", | |
"from": "extglob@>=0.3.1 <0.4.0", | |
"dependencies": { | |
"is-extglob": { | |
"version": "1.0.0", | |
"from": "is-extglob@>=1.0.0 <2.0.0" | |
} | |
} | |
}, | |
"extsprintf": { | |
"version": "1.0.2", | |
"from": "[email protected]" | |
}, | |
"eyes": { | |
"version": "0.1.8", | |
"from": "[email protected]" | |
}, | |
"faker": { | |
"version": "3.1.0", | |
"from": "faker@>=3.1.0 <3.2.0" | |
}, | |
"fancy-log": { | |
"version": "1.3.0", | |
"from": "fancy-log@>=1.1.0 <2.0.0" | |
}, | |
"fast-levenshtein": { | |
"version": "2.0.6", | |
"from": "fast-levenshtein@>=2.0.4 <2.1.0" | |
}, | |
"fd-slicer": { | |
"version": "1.0.1", | |
"from": "fd-slicer@>=1.0.1 <1.1.0" | |
}, | |
"figures": { | |
"version": "1.7.0", | |
"from": "figures@>=1.3.5 <2.0.0" | |
}, | |
"file-type": { | |
"version": "3.9.0", | |
"from": "file-type@>=3.1.0 <4.0.0" | |
}, | |
"filename-regex": { | |
"version": "2.0.0", | |
"from": "filename-regex@>=2.0.0 <3.0.0" | |
}, | |
"filename-reserved-regex": { | |
"version": "1.0.0", | |
"from": "filename-reserved-regex@>=1.0.0 <2.0.0" | |
}, | |
"filenamify": { | |
"version": "1.2.1", | |
"from": "filenamify@>=1.0.1 <2.0.0" | |
}, | |
"fill-range": { | |
"version": "2.2.3", | |
"from": "fill-range@>=2.1.0 <3.0.0" | |
}, | |
"finalhandler": { | |
"version": "0.5.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"find-up": { | |
"version": "1.1.2", | |
"from": "find-up@>=1.0.0 <2.0.0" | |
}, | |
"first-chunk-stream": { | |
"version": "0.1.0", | |
"from": "first-chunk-stream@>=0.1.0 <0.2.0" | |
}, | |
"fixed-array": { | |
"version": "1.0.0", | |
"from": "fixed-array@>=1.0.0 <1.1.0" | |
}, | |
"flow-engine": { | |
"version": "1.1.2", | |
"from": "[email protected]" | |
}, | |
"fmt": { | |
"version": "0.4.0", | |
"from": "fmt@>=0.4.0 <0.5.0" | |
}, | |
"font-awesome": { | |
"version": "4.4.0", | |
"from": "[email protected]" | |
}, | |
"for-in": { | |
"version": "0.1.6", | |
"from": "for-in@>=0.1.5 <0.2.0" | |
}, | |
"for-own": { | |
"version": "0.1.4", | |
"from": "for-own@>=0.1.4 <0.2.0" | |
}, | |
"forever-agent": { | |
"version": "0.6.1", | |
"from": "forever-agent@>=0.6.1 <0.7.0" | |
}, | |
"forever-monitor": { | |
"version": "1.7.1", | |
"from": "[email protected]" | |
}, | |
"form-data": { | |
"version": "1.0.1", | |
"from": "form-data@>=1.0.0-rc3 <1.1.0", | |
"dependencies": { | |
"async": { | |
"version": "2.1.4", | |
"from": "async@>=2.0.1 <3.0.0" | |
} | |
} | |
}, | |
"formatio": { | |
"version": "1.1.1", | |
"from": "[email protected]" | |
}, | |
"formidable": { | |
"version": "1.1.1", | |
"from": "formidable@>=1.0.17 <2.0.0" | |
}, | |
"forwarded": { | |
"version": "0.1.0", | |
"from": "forwarded@>=0.1.0 <0.2.0" | |
}, | |
"frameguard": { | |
"version": "0.2.2", | |
"from": "[email protected]" | |
}, | |
"fresh": { | |
"version": "0.3.0", | |
"from": "[email protected]" | |
}, | |
"fs-extra": { | |
"version": "0.26.7", | |
"from": "fs-extra@>=0.26.4 <0.27.0" | |
}, | |
"fs-sync": { | |
"version": "1.0.3", | |
"from": "fs-sync@>=1.0.2 <2.0.0" | |
}, | |
"fs.realpath": { | |
"version": "1.0.0", | |
"from": "fs.realpath@>=1.0.0 <2.0.0" | |
}, | |
"fstream": { | |
"version": "1.0.10", | |
"from": "fstream@>=1.0.0 <2.0.0" | |
}, | |
"fstream-ignore": { | |
"version": "1.0.5", | |
"from": "fstream-ignore@>=1.0.0 <2.0.0" | |
}, | |
"fstream-npm": { | |
"version": "1.2.0", | |
"from": "fstream-npm@>=1.0.2 <2.0.0" | |
}, | |
"g11n-pipeline": { | |
"version": "1.3.0", | |
"from": "g11n-pipeline@>=1.2.2 <2.0.0" | |
}, | |
"generate-function": { | |
"version": "2.0.0", | |
"from": "generate-function@>=2.0.0 <3.0.0" | |
}, | |
"generate-object-property": { | |
"version": "1.2.0", | |
"from": "generate-object-property@>=1.1.0 <2.0.0" | |
}, | |
"generator-loopback": { | |
"version": "2.2.0", | |
"from": "generator-loopback@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"async": { | |
"version": "2.1.4", | |
"from": "async@>=2.1.4 <3.0.0" | |
}, | |
"loopback-api-definition": { | |
"version": "3.0.0", | |
"from": "loopback-api-definition@>=3.0.0 <4.0.0" | |
} | |
} | |
}, | |
"generator-swiftserver": { | |
"version": "1.0.3", | |
"from": "generator-swiftserver@prerelease", | |
"dependencies": { | |
"cross-spawn": { | |
"version": "2.2.3", | |
"from": "cross-spawn@>=2.0.0 <3.0.0" | |
}, | |
"glob": { | |
"version": "5.0.15", | |
"from": "glob@>=5.0.3 <6.0.0" | |
}, | |
"inquirer": { | |
"version": "0.11.4", | |
"from": "inquirer@>=0.11.0 <0.12.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.5.0 <4.0.0" | |
}, | |
"mute-stream": { | |
"version": "0.0.5", | |
"from": "[email protected]" | |
}, | |
"pretty-bytes": { | |
"version": "2.0.1", | |
"from": "pretty-bytes@>=2.0.1 <3.0.0" | |
}, | |
"readline2": { | |
"version": "1.0.1", | |
"from": "readline2@>=1.0.1 <2.0.0" | |
}, | |
"run-async": { | |
"version": "0.1.0", | |
"from": "run-async@>=0.1.0 <0.2.0" | |
}, | |
"shelljs": { | |
"version": "0.5.3", | |
"from": "shelljs@>=0.5.0 <0.6.0" | |
}, | |
"underscore.string": { | |
"version": "3.3.4", | |
"from": "underscore.string@>=3.0.3 <4.0.0" | |
}, | |
"yeoman-environment": { | |
"version": "1.5.3", | |
"from": "[email protected]" | |
}, | |
"yeoman-generator": { | |
"version": "0.21.2", | |
"from": "yeoman-generator@>=0.21.1 <0.22.0" | |
} | |
} | |
}, | |
"get-proxy": { | |
"version": "1.1.0", | |
"from": "get-proxy@>=1.0.1 <2.0.0" | |
}, | |
"get-stdin": { | |
"version": "4.0.1", | |
"from": "get-stdin@>=4.0.1 <5.0.0" | |
}, | |
"getpass": { | |
"version": "0.1.6", | |
"from": "getpass@>=0.1.1 <0.2.0", | |
"dependencies": { | |
"assert-plus": { | |
"version": "1.0.0", | |
"from": "assert-plus@>=1.0.0 <2.0.0" | |
} | |
} | |
}, | |
"gh-got": { | |
"version": "2.4.0", | |
"from": "gh-got@>=2.2.0 <3.0.0" | |
}, | |
"github-username": { | |
"version": "2.1.0", | |
"from": "github-username@>=2.0.0 <3.0.0" | |
}, | |
"glob": { | |
"version": "7.1.1", | |
"from": "glob@>=7.0.5 <8.0.0" | |
}, | |
"glob-base": { | |
"version": "0.3.0", | |
"from": "glob-base@>=0.3.0 <0.4.0", | |
"dependencies": { | |
"glob-parent": { | |
"version": "2.0.0", | |
"from": "glob-parent@>=2.0.0 <3.0.0" | |
}, | |
"is-extglob": { | |
"version": "1.0.0", | |
"from": "is-extglob@>=1.0.0 <2.0.0" | |
}, | |
"is-glob": { | |
"version": "2.0.1", | |
"from": "is-glob@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"glob-parent": { | |
"version": "3.1.0", | |
"from": "glob-parent@>=3.0.0 <4.0.0" | |
}, | |
"glob-stream": { | |
"version": "5.3.5", | |
"from": "glob-stream@>=5.3.2 <6.0.0", | |
"dependencies": { | |
"glob": { | |
"version": "5.0.15", | |
"from": "glob@>=5.0.3 <6.0.0" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.33-1 <1.1.0-0" | |
}, | |
"through2": { | |
"version": "0.6.5", | |
"from": "through2@>=0.6.0 <0.7.0" | |
} | |
} | |
}, | |
"glob-to-regexp": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"globby": { | |
"version": "4.1.0", | |
"from": "globby@>=4.0.0 <5.0.0", | |
"dependencies": { | |
"glob": { | |
"version": "6.0.4", | |
"from": "glob@>=6.0.1 <7.0.0" | |
} | |
} | |
}, | |
"glogg": { | |
"version": "1.0.0", | |
"from": "glogg@>=1.0.0 <2.0.0" | |
}, | |
"got": { | |
"version": "5.7.1", | |
"from": "got@>=5.0.0 <6.0.0" | |
}, | |
"graceful-fs": { | |
"version": "4.1.11", | |
"from": "graceful-fs@>=4.1.2 <5.0.0" | |
}, | |
"graceful-readlink": { | |
"version": "1.0.1", | |
"from": "graceful-readlink@>=1.0.0" | |
}, | |
"grouped-queue": { | |
"version": "0.3.3", | |
"from": "grouped-queue@>=0.3.0 <0.4.0" | |
}, | |
"gruntfile-editor": { | |
"version": "1.2.1", | |
"from": "gruntfile-editor@>=1.0.0 <2.0.0" | |
}, | |
"gulp-decompress": { | |
"version": "1.2.0", | |
"from": "gulp-decompress@>=1.2.0 <2.0.0" | |
}, | |
"gulp-rename": { | |
"version": "1.2.2", | |
"from": "gulp-rename@>=1.2.0 <2.0.0" | |
}, | |
"gulp-sourcemaps": { | |
"version": "1.6.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"strip-bom": { | |
"version": "2.0.0", | |
"from": "strip-bom@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"gulp-util": { | |
"version": "3.0.8", | |
"from": "gulp-util@>=3.0.1 <4.0.0", | |
"dependencies": { | |
"dateformat": { | |
"version": "2.0.0", | |
"from": "dateformat@>=2.0.0 <3.0.0" | |
}, | |
"minimist": { | |
"version": "1.2.0", | |
"from": "minimist@>=1.1.0 <2.0.0" | |
}, | |
"object-assign": { | |
"version": "3.0.0", | |
"from": "object-assign@>=3.0.0 <4.0.0" | |
}, | |
"vinyl": { | |
"version": "0.5.3", | |
"from": "vinyl@>=0.5.0 <0.6.0" | |
} | |
} | |
}, | |
"gulplog": { | |
"version": "1.0.0", | |
"from": "gulplog@>=1.0.0 <2.0.0" | |
}, | |
"handlebars": { | |
"version": "4.0.6", | |
"from": "handlebars@>=4.0.0 <5.0.0" | |
}, | |
"har-validator": { | |
"version": "2.0.6", | |
"from": "har-validator@>=2.0.6 <2.1.0" | |
}, | |
"has-ansi": { | |
"version": "2.0.0", | |
"from": "has-ansi@>=2.0.0 <3.0.0" | |
}, | |
"has-gulplog": { | |
"version": "0.1.0", | |
"from": "has-gulplog@>=0.1.0 <0.2.0" | |
}, | |
"hawk": { | |
"version": "3.1.3", | |
"from": "hawk@>=3.1.3 <3.2.0" | |
}, | |
"helmet": { | |
"version": "0.14.0", | |
"from": "helmet@>=0.14.0 <0.15.0", | |
"dependencies": { | |
"connect": { | |
"version": "3.4.0", | |
"from": "[email protected]" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"escape-html": { | |
"version": "1.0.2", | |
"from": "[email protected]" | |
}, | |
"finalhandler": { | |
"version": "0.4.0", | |
"from": "[email protected]" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"helmet-crossdomain": { | |
"version": "0.1.0", | |
"from": "[email protected]" | |
}, | |
"helmet-csp": { | |
"version": "0.3.0", | |
"from": "[email protected]" | |
}, | |
"hide-powered-by": { | |
"version": "0.1.0", | |
"from": "[email protected]" | |
}, | |
"highlight.js": { | |
"version": "9.9.0", | |
"from": "highlight.js@>=9.1.0 <10.0.0" | |
}, | |
"hoek": { | |
"version": "2.16.3", | |
"from": "hoek@>=2.0.0 <3.0.0" | |
}, | |
"hosted-git-info": { | |
"version": "2.1.5", | |
"from": "hosted-git-info@>=2.1.4 <3.0.0" | |
}, | |
"hpkp": { | |
"version": "0.2.0", | |
"from": "[email protected]" | |
}, | |
"hsts": { | |
"version": "0.2.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"core-util-is": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"html-wiring": { | |
"version": "1.2.0", | |
"from": "html-wiring@>=1.0.0 <2.0.0" | |
}, | |
"htmlparser2": { | |
"version": "3.9.2", | |
"from": "htmlparser2@>=3.9.0 <4.0.0" | |
}, | |
"http-auth": { | |
"version": "2.4.11", | |
"from": "http-auth@>=2.2.6 <3.0.0" | |
}, | |
"http-duplex": { | |
"version": "0.0.2", | |
"from": "http-duplex@>=0.0.2 <0.1.0", | |
"dependencies": { | |
"inherits": { | |
"version": "1.0.2", | |
"from": "inherits@>=1.0.0 <1.1.0" | |
} | |
} | |
}, | |
"http-errors": { | |
"version": "1.5.1", | |
"from": "http-errors@>=1.4.0 <2.0.0" | |
}, | |
"http-proxy": { | |
"version": "1.15.2", | |
"from": "http-proxy@>=1.15.0 <1.16.0" | |
}, | |
"http-signature": { | |
"version": "1.1.1", | |
"from": "http-signature@>=1.1.0 <1.2.0" | |
}, | |
"http-status": { | |
"version": "0.2.5", | |
"from": "http-status@>=0.2.2 <0.3.0" | |
}, | |
"httpntlm": { | |
"version": "1.6.1", | |
"from": "[email protected]" | |
}, | |
"httpreq": { | |
"version": "0.4.22", | |
"from": "httpreq@>=0.4.22" | |
}, | |
"i": { | |
"version": "0.3.5", | |
"from": "[email protected]" | |
}, | |
"iconv-lite": { | |
"version": "0.4.15", | |
"from": "iconv-lite@>=0.4.13 <0.5.0" | |
}, | |
"ienoopen": { | |
"version": "0.1.0", | |
"from": "[email protected]" | |
}, | |
"indent-string": { | |
"version": "2.1.0", | |
"from": "indent-string@>=2.1.0 <3.0.0" | |
}, | |
"inflection": { | |
"version": "1.10.0", | |
"from": "inflection@>=1.7.1 <2.0.0" | |
}, | |
"inflight": { | |
"version": "1.0.6", | |
"from": "inflight@>=1.0.4 <2.0.0" | |
}, | |
"inherit": { | |
"version": "2.2.6", | |
"from": "inherit@>=2.2.2 <3.0.0" | |
}, | |
"inherits": { | |
"version": "2.0.3", | |
"from": "inherits@>=2.0.0 <3.0.0" | |
}, | |
"ini": { | |
"version": "1.3.4", | |
"from": "ini@>=1.3.0 <1.4.0" | |
}, | |
"inquirer": { | |
"version": "0.8.5", | |
"from": "inquirer@>=0.8.5 <0.9.0", | |
"dependencies": { | |
"ansi-regex": { | |
"version": "1.1.1", | |
"from": "ansi-regex@>=1.1.1 <2.0.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.3.1 <4.0.0" | |
} | |
} | |
}, | |
"install": { | |
"version": "0.3.0", | |
"from": "install@>=0.3.0 <0.4.0" | |
}, | |
"interpret": { | |
"version": "1.0.1", | |
"from": "interpret@>=1.0.0 <2.0.0" | |
}, | |
"invert-kv": { | |
"version": "1.0.0", | |
"from": "invert-kv@>=1.0.0 <2.0.0" | |
}, | |
"ip": { | |
"version": "1.1.4", | |
"from": "ip@>=1.1.2 <2.0.0" | |
}, | |
"ipaddr.js": { | |
"version": "1.2.0", | |
"from": "[email protected]" | |
}, | |
"is-absolute": { | |
"version": "0.1.7", | |
"from": "is-absolute@>=0.1.5 <0.2.0" | |
}, | |
"is-arrayish": { | |
"version": "0.2.1", | |
"from": "is-arrayish@>=0.2.1 <0.3.0" | |
}, | |
"is-binary-path": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"is-buffer": { | |
"version": "1.1.4", | |
"from": "is-buffer@>=1.1.1 <1.2.0" | |
}, | |
"is-builtin-module": { | |
"version": "1.0.0", | |
"from": "is-builtin-module@>=1.0.0 <2.0.0" | |
}, | |
"is-bzip2": { | |
"version": "1.0.0", | |
"from": "is-bzip2@>=1.0.0 <2.0.0" | |
}, | |
"is-dotfile": { | |
"version": "1.0.2", | |
"from": "is-dotfile@>=1.0.0 <2.0.0" | |
}, | |
"is-equal-shallow": { | |
"version": "0.1.3", | |
"from": "is-equal-shallow@>=0.1.3 <0.2.0" | |
}, | |
"is-expression": { | |
"version": "2.1.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"object-assign": { | |
"version": "4.1.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"is-extendable": { | |
"version": "0.1.1", | |
"from": "is-extendable@>=0.1.1 <0.2.0" | |
}, | |
"is-extglob": { | |
"version": "2.1.1", | |
"from": "is-extglob@>=2.1.0 <3.0.0" | |
}, | |
"is-finite": { | |
"version": "1.0.2", | |
"from": "is-finite@>=1.0.0 <2.0.0" | |
}, | |
"is-fullwidth-code-point": { | |
"version": "1.0.0", | |
"from": "is-fullwidth-code-point@>=1.0.0 <2.0.0" | |
}, | |
"is-glob": { | |
"version": "3.1.0", | |
"from": "is-glob@>=3.1.0 <4.0.0" | |
}, | |
"is-gzip": { | |
"version": "1.0.0", | |
"from": "is-gzip@>=1.0.0 <2.0.0" | |
}, | |
"is-my-json-valid": { | |
"version": "2.15.0", | |
"from": "is-my-json-valid@>=2.12.4 <3.0.0" | |
}, | |
"is-natural-number": { | |
"version": "2.1.1", | |
"from": "is-natural-number@>=2.0.0 <3.0.0" | |
}, | |
"is-number": { | |
"version": "2.1.0", | |
"from": "is-number@>=2.1.0 <3.0.0" | |
}, | |
"is-obj": { | |
"version": "1.0.1", | |
"from": "is-obj@>=1.0.0 <2.0.0" | |
}, | |
"is-posix-bracket": { | |
"version": "0.1.1", | |
"from": "is-posix-bracket@>=0.1.0 <0.2.0" | |
}, | |
"is-primitive": { | |
"version": "2.0.0", | |
"from": "is-primitive@>=2.0.0 <3.0.0" | |
}, | |
"is-promise": { | |
"version": "2.1.0", | |
"from": "is-promise@>=2.1.0 <3.0.0" | |
}, | |
"is-property": { | |
"version": "1.0.2", | |
"from": "is-property@>=1.0.0 <2.0.0" | |
}, | |
"is-redirect": { | |
"version": "1.0.0", | |
"from": "is-redirect@>=1.0.0 <2.0.0" | |
}, | |
"is-regex": { | |
"version": "1.0.3", | |
"from": "[email protected]" | |
}, | |
"is-relative": { | |
"version": "0.1.3", | |
"from": "is-relative@>=0.1.0 <0.2.0" | |
}, | |
"is-retry-allowed": { | |
"version": "1.1.0", | |
"from": "is-retry-allowed@>=1.0.0 <2.0.0" | |
}, | |
"is-stream": { | |
"version": "1.1.0", | |
"from": "is-stream@>=1.0.0 <2.0.0" | |
}, | |
"is-tar": { | |
"version": "1.0.0", | |
"from": "is-tar@>=1.0.0 <2.0.0" | |
}, | |
"is-typedarray": { | |
"version": "1.0.0", | |
"from": "is-typedarray@>=1.0.0 <1.1.0" | |
}, | |
"is-url": { | |
"version": "1.2.2", | |
"from": "is-url@>=1.2.0 <2.0.0" | |
}, | |
"is-utf8": { | |
"version": "0.2.1", | |
"from": "is-utf8@>=0.2.0 <0.3.0" | |
}, | |
"is-valid-glob": { | |
"version": "0.3.0", | |
"from": "is-valid-glob@>=0.3.0 <0.4.0" | |
}, | |
"is-zip": { | |
"version": "1.0.0", | |
"from": "is-zip@>=1.0.0 <2.0.0" | |
}, | |
"isarray": { | |
"version": "1.0.0", | |
"from": "isarray@>=1.0.0 <1.1.0" | |
}, | |
"isemail": { | |
"version": "1.2.0", | |
"from": "isemail@>=1.2.0 <2.0.0" | |
}, | |
"isexe": { | |
"version": "1.1.2", | |
"from": "isexe@>=1.1.1 <2.0.0" | |
}, | |
"isobject": { | |
"version": "2.1.0", | |
"from": "isobject@>=2.0.0 <3.0.0" | |
}, | |
"isstream": { | |
"version": "0.1.2", | |
"from": "isstream@>=0.1.2 <0.2.0" | |
}, | |
"istextorbinary": { | |
"version": "1.0.2", | |
"from": "istextorbinary@>=1.0.2 <2.0.0" | |
}, | |
"jayson": { | |
"version": "1.2.2", | |
"from": "jayson@>=1.2.0 <2.0.0", | |
"dependencies": { | |
"commander": { | |
"version": "1.3.2", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "3.6.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"jju": { | |
"version": "1.3.0", | |
"from": "jju@>=1.1.0 <2.0.0" | |
}, | |
"join-component": { | |
"version": "1.0.0", | |
"from": "join-component@>=1.0.0 <1.1.0" | |
}, | |
"jquery": { | |
"version": "2.2.4", | |
"from": "jquery@>=2.2.3 <3.0.0" | |
}, | |
"js-base64": { | |
"version": "2.1.9", | |
"from": "js-base64@>=2.1.9 <3.0.0" | |
}, | |
"js-stringify": { | |
"version": "1.0.2", | |
"from": "[email protected]" | |
}, | |
"js-yaml": { | |
"version": "3.4.6", | |
"from": "[email protected]" | |
}, | |
"js2xmlparser": { | |
"version": "1.0.0", | |
"from": "js2xmlparser@>=1.0.0 <2.0.0" | |
}, | |
"jseb": { | |
"version": "0.0.7", | |
"from": "[email protected]" | |
}, | |
"jsep": { | |
"version": "0.3.0", | |
"from": "jsep@>=0.3.0 <0.4.0" | |
}, | |
"json-buffer": { | |
"version": "2.0.11", | |
"from": "json-buffer@>=2.0.4 <2.1.0" | |
}, | |
"json-editor": { | |
"version": "0.7.28", | |
"from": "json-editor@>=0.7.23 <0.8.0" | |
}, | |
"json-formatter": { | |
"version": "0.1.0", | |
"from": "json-formatter@>=0.1.0 <0.2.0" | |
}, | |
"json-parse-helpfulerror": { | |
"version": "1.0.3", | |
"from": "json-parse-helpfulerror@>=1.0.2 <2.0.0" | |
}, | |
"json-promise": { | |
"version": "1.1.8", | |
"from": "http://registry.npmjs.org/json-promise/-/json-promise-1.1.8.tgz", | |
"dependencies": { | |
"bluebird": { | |
"version": "2.2.2", | |
"from": "http://registry.npmjs.org/bluebird/-/bluebird-2.2.2.tgz" | |
} | |
} | |
}, | |
"json-proxy": { | |
"version": "0.9.3", | |
"from": "json-proxy@>=0.0.0 <1.0.0" | |
}, | |
"json-refs": { | |
"version": "2.1.6", | |
"from": "json-refs@>=2.1.6 <3.0.0", | |
"dependencies": { | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.5.2 <4.0.0" | |
} | |
} | |
}, | |
"json-schema": { | |
"version": "0.2.3", | |
"from": "[email protected]" | |
}, | |
"json-schema-defaults": { | |
"version": "0.1.1", | |
"from": "json-schema-defaults@>=0.1.1 <0.2.0" | |
}, | |
"json-schema-deref": { | |
"version": "0.3.2", | |
"from": "[email protected]", | |
"dependencies": { | |
"async": { | |
"version": "2.0.1", | |
"from": "async@>=2.0.0-rc.2 <2.1.0" | |
}, | |
"request": { | |
"version": "2.70.0", | |
"from": "request@>=2.70.0 <2.71.0" | |
} | |
} | |
}, | |
"json-schema-faker": { | |
"version": "0.2.16", | |
"from": "json-schema-faker@>=0.2.8 <0.3.0", | |
"dependencies": { | |
"chance": { | |
"version": "1.0.4", | |
"from": "chance@>=1.0.1 <1.1.0" | |
} | |
} | |
}, | |
"json-schema-generator": { | |
"version": "2.0.3", | |
"from": "json-schema-generator@>=2.0.3 <3.0.0", | |
"dependencies": { | |
"mkdirp": { | |
"version": "0.5.0", | |
"from": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.0.tgz", | |
"dependencies": { | |
"minimist": { | |
"version": "0.0.8", | |
"from": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz" | |
} | |
} | |
}, | |
"optimist": { | |
"version": "0.6.1", | |
"from": "http://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", | |
"dependencies": { | |
"minimist": { | |
"version": "0.0.10", | |
"from": "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz" | |
}, | |
"wordwrap": { | |
"version": "0.0.2", | |
"from": "http://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz" | |
} | |
} | |
}, | |
"request": { | |
"version": "2.51.0", | |
"from": "http://registry.npmjs.org/request/-/request-2.51.0.tgz", | |
"dependencies": { | |
"aws-sign2": { | |
"version": "0.5.0", | |
"from": "http://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz" | |
}, | |
"bl": { | |
"version": "0.9.4", | |
"from": "http://registry.npmjs.org/bl/-/bl-0.9.4.tgz", | |
"dependencies": { | |
"readable-stream": { | |
"version": "1.0.33", | |
"from": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.33.tgz", | |
"dependencies": { | |
"core-util-is": { | |
"version": "1.0.1", | |
"from": "http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz" | |
}, | |
"inherits": { | |
"version": "2.0.1", | |
"from": "http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" | |
}, | |
"string_decoder": { | |
"version": "0.10.31", | |
"from": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" | |
} | |
} | |
} | |
} | |
}, | |
"caseless": { | |
"version": "0.8.0", | |
"from": "http://registry.npmjs.org/caseless/-/caseless-0.8.0.tgz" | |
}, | |
"combined-stream": { | |
"version": "0.0.7", | |
"from": "http://registry.npmjs.org/combined-stream/-/combined-stream-0.0.7.tgz", | |
"dependencies": { | |
"delayed-stream": { | |
"version": "0.0.5", | |
"from": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-0.0.5.tgz" | |
} | |
} | |
}, | |
"forever-agent": { | |
"version": "0.5.2", | |
"from": "http://registry.npmjs.org/forever-agent/-/forever-agent-0.5.2.tgz" | |
}, | |
"form-data": { | |
"version": "0.2.0", | |
"from": "http://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz", | |
"dependencies": { | |
"async": { | |
"version": "0.9.0", | |
"from": "http://registry.npmjs.org/async/-/async-0.9.0.tgz" | |
}, | |
"mime-types": { | |
"version": "2.0.7", | |
"from": "http://registry.npmjs.org/mime-types/-/mime-types-2.0.7.tgz", | |
"dependencies": { | |
"mime-db": { | |
"version": "1.5.0", | |
"from": "http://registry.npmjs.org/mime-db/-/mime-db-1.5.0.tgz" | |
} | |
} | |
} | |
} | |
}, | |
"hawk": { | |
"version": "1.1.1", | |
"from": "[email protected]", | |
"dependencies": { | |
"boom": { | |
"version": "0.4.2", | |
"from": "http://registry.npmjs.org/boom/-/boom-0.4.2.tgz" | |
}, | |
"cryptiles": { | |
"version": "0.2.2", | |
"from": "http://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz" | |
}, | |
"hoek": { | |
"version": "0.9.1", | |
"from": "http://registry.npmjs.org/hoek/-/hoek-0.9.1.tgz" | |
}, | |
"sntp": { | |
"version": "0.2.4", | |
"from": "http://registry.npmjs.org/sntp/-/sntp-0.2.4.tgz" | |
} | |
} | |
}, | |
"http-signature": { | |
"version": "0.10.1", | |
"from": "http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz", | |
"dependencies": { | |
"asn1": { | |
"version": "0.1.11", | |
"from": "http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz" | |
}, | |
"assert-plus": { | |
"version": "0.1.5", | |
"from": "http://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz" | |
}, | |
"ctype": { | |
"version": "0.5.3", | |
"from": "http://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz" | |
} | |
} | |
}, | |
"json-stringify-safe": { | |
"version": "5.0.0", | |
"from": "http://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.0.tgz" | |
}, | |
"mime-types": { | |
"version": "1.0.2", | |
"from": "http://registry.npmjs.org/mime-types/-/mime-types-1.0.2.tgz" | |
}, | |
"node-uuid": { | |
"version": "1.4.2", | |
"from": "http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz" | |
}, | |
"oauth-sign": { | |
"version": "0.5.0", | |
"from": "http://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz" | |
}, | |
"qs": { | |
"version": "2.3.3", | |
"from": "http://registry.npmjs.org/qs/-/qs-2.3.3.tgz" | |
}, | |
"stringstream": { | |
"version": "0.0.4", | |
"from": "http://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz" | |
}, | |
"tough-cookie": { | |
"version": "0.12.1", | |
"from": "http://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz", | |
"dependencies": { | |
"punycode": { | |
"version": "1.3.2", | |
"from": "http://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz" | |
} | |
} | |
}, | |
"tunnel-agent": { | |
"version": "0.4.0", | |
"from": "http://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.0.tgz" | |
} | |
} | |
} | |
} | |
}, | |
"json-schema-view": { | |
"version": "0.5.0", | |
"from": "json-schema-view@>=0.5.0 <0.6.0" | |
}, | |
"json-stable-stringify": { | |
"version": "1.0.1", | |
"from": "json-stable-stringify@>=1.0.0 <2.0.0" | |
}, | |
"json-stringify-safe": { | |
"version": "5.0.1", | |
"from": "json-stringify-safe@>=5.0.1 <5.1.0" | |
}, | |
"json3": { | |
"version": "3.3.2", | |
"from": "json3@>=3.3.2 <4.0.0" | |
}, | |
"jsonfile": { | |
"version": "2.4.0", | |
"from": "jsonfile@>=2.1.0 <3.0.0" | |
}, | |
"jsonify": { | |
"version": "0.0.0", | |
"from": "jsonify@>=0.0.0 <0.1.0" | |
}, | |
"jsonparse": { | |
"version": "1.0.0", | |
"from": "jsonparse@>=1.0.0 <1.1.0" | |
}, | |
"jsonpointer": { | |
"version": "4.0.1", | |
"from": "jsonpointer@>=4.0.0 <5.0.0" | |
}, | |
"jsonschema": { | |
"version": "1.1.1", | |
"from": "[email protected]" | |
}, | |
"JSONStream": { | |
"version": "1.0.3", | |
"from": "[email protected]" | |
}, | |
"jsonwebtoken": { | |
"version": "5.7.0", | |
"from": "jsonwebtoken@>=5.5.4 <6.0.0" | |
}, | |
"jsprim": { | |
"version": "1.3.1", | |
"from": "jsprim@>=1.2.2 <2.0.0" | |
}, | |
"jstransformer": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"jwa": { | |
"version": "1.1.5", | |
"from": "jwa@>=1.1.4 <2.0.0" | |
}, | |
"jws": { | |
"version": "3.1.4", | |
"from": "jws@>=3.0.0 <4.0.0" | |
}, | |
"jwt-simple": { | |
"version": "0.2.0", | |
"from": "jwt-simple@>=0.2.0 <0.3.0" | |
}, | |
"keypress": { | |
"version": "0.1.0", | |
"from": "keypress@>=0.1.0 <0.2.0" | |
}, | |
"kind-of": { | |
"version": "3.1.0", | |
"from": "kind-of@>=3.0.2 <4.0.0" | |
}, | |
"klaw": { | |
"version": "1.3.1", | |
"from": "klaw@>=1.0.0 <2.0.0" | |
}, | |
"lazy-cache": { | |
"version": "1.0.4", | |
"from": "lazy-cache@>=1.0.3 <2.0.0" | |
}, | |
"lazystream": { | |
"version": "0.1.0", | |
"from": "lazystream@>=0.1.0 <0.2.0", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.2 <1.1.0" | |
} | |
} | |
}, | |
"lcid": { | |
"version": "1.0.0", | |
"from": "lcid@>=1.0.0 <2.0.0" | |
}, | |
"ldap-filter": { | |
"version": "0.2.2", | |
"from": "[email protected]", | |
"dependencies": { | |
"assert-plus": { | |
"version": "0.1.5", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"ldapauth-fork": { | |
"version": "2.5.4", | |
"from": "[email protected]", | |
"dependencies": { | |
"bcryptjs": { | |
"version": "2.3.0", | |
"from": "[email protected]" | |
}, | |
"lru-cache": { | |
"version": "3.2.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"ldapjs": { | |
"version": "1.0.1", | |
"from": "[email protected]", | |
"dependencies": { | |
"assert-plus": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"extsprintf": { | |
"version": "1.3.0", | |
"from": "[email protected]" | |
}, | |
"verror": { | |
"version": "1.9.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"less": { | |
"version": "2.7.2", | |
"from": "less@>=2.6.0 <3.0.0" | |
}, | |
"levn": { | |
"version": "0.3.0", | |
"from": "levn@>=0.3.0 <0.4.0" | |
}, | |
"libbase64": { | |
"version": "0.1.0", | |
"from": "[email protected]" | |
}, | |
"libmime": { | |
"version": "3.0.0", | |
"from": "[email protected]" | |
}, | |
"libqp": { | |
"version": "1.1.0", | |
"from": "[email protected]" | |
}, | |
"limiter": { | |
"version": "1.1.0", | |
"from": "[email protected]" | |
}, | |
"load-json-file": { | |
"version": "1.1.0", | |
"from": "load-json-file@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"strip-bom": { | |
"version": "2.0.0", | |
"from": "strip-bom@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"lodash": { | |
"version": "4.17.4", | |
"from": "lodash@>=4.0.0 <5.0.0" | |
}, | |
"lodash-compat": { | |
"version": "3.10.2", | |
"from": "lodash-compat@>=3.5.0 <4.0.0" | |
}, | |
"lodash._basecopy": { | |
"version": "3.0.1", | |
"from": "lodash._basecopy@>=3.0.0 <4.0.0" | |
}, | |
"lodash._baseflatten": { | |
"version": "3.1.4", | |
"from": "lodash._baseflatten@>=3.0.0 <4.0.0" | |
}, | |
"lodash._basefor": { | |
"version": "3.0.3", | |
"from": "lodash._basefor@>=3.0.0 <4.0.0" | |
}, | |
"lodash._basetostring": { | |
"version": "3.0.1", | |
"from": "lodash._basetostring@>=3.0.0 <4.0.0" | |
}, | |
"lodash._basevalues": { | |
"version": "3.0.0", | |
"from": "lodash._basevalues@>=3.0.0 <4.0.0" | |
}, | |
"lodash._bindcallback": { | |
"version": "3.0.1", | |
"from": "lodash._bindcallback@>=3.0.0 <4.0.0" | |
}, | |
"lodash._getnative": { | |
"version": "3.9.1", | |
"from": "lodash._getnative@>=3.0.0 <4.0.0" | |
}, | |
"lodash._isiterateecall": { | |
"version": "3.0.9", | |
"from": "lodash._isiterateecall@>=3.0.0 <4.0.0" | |
}, | |
"lodash._pickbyarray": { | |
"version": "3.0.2", | |
"from": "lodash._pickbyarray@>=3.0.0 <4.0.0" | |
}, | |
"lodash._pickbycallback": { | |
"version": "3.0.0", | |
"from": "lodash._pickbycallback@>=3.0.0 <4.0.0" | |
}, | |
"lodash._reescape": { | |
"version": "3.0.0", | |
"from": "lodash._reescape@>=3.0.0 <4.0.0" | |
}, | |
"lodash._reevaluate": { | |
"version": "3.0.0", | |
"from": "lodash._reevaluate@>=3.0.0 <4.0.0" | |
}, | |
"lodash._reinterpolate": { | |
"version": "3.0.0", | |
"from": "lodash._reinterpolate@>=3.0.0 <4.0.0" | |
}, | |
"lodash._root": { | |
"version": "3.0.1", | |
"from": "lodash._root@>=3.0.0 <4.0.0" | |
}, | |
"lodash.escape": { | |
"version": "3.2.0", | |
"from": "lodash.escape@>=3.0.0 <4.0.0" | |
}, | |
"lodash.get": { | |
"version": "4.4.2", | |
"from": "lodash.get@>=4.1.2 <5.0.0" | |
}, | |
"lodash.isarguments": { | |
"version": "3.1.0", | |
"from": "lodash.isarguments@>=3.0.0 <4.0.0" | |
}, | |
"lodash.isarray": { | |
"version": "3.0.4", | |
"from": "lodash.isarray@>=3.0.0 <4.0.0" | |
}, | |
"lodash.isequal": { | |
"version": "4.5.0", | |
"from": "lodash.isequal@>=4.4.0 <5.0.0" | |
}, | |
"lodash.isstring": { | |
"version": "3.0.1", | |
"from": "[email protected]" | |
}, | |
"lodash.keys": { | |
"version": "3.1.2", | |
"from": "lodash.keys@>=3.0.0 <4.0.0" | |
}, | |
"lodash.keysin": { | |
"version": "3.0.8", | |
"from": "lodash.keysin@>=3.0.0 <4.0.0" | |
}, | |
"lodash.pick": { | |
"version": "3.1.0", | |
"from": "[email protected]" | |
}, | |
"lodash.restparam": { | |
"version": "3.6.1", | |
"from": "lodash.restparam@>=3.0.0 <4.0.0" | |
}, | |
"lodash.template": { | |
"version": "3.6.2", | |
"from": "lodash.template@>=3.0.0 <4.0.0" | |
}, | |
"lodash.templatesettings": { | |
"version": "3.1.1", | |
"from": "lodash.templatesettings@>=3.0.0 <4.0.0" | |
}, | |
"log-rotate": { | |
"version": "0.2.7", | |
"from": "log-rotate@>=0.2.2 <0.3.0" | |
}, | |
"log-symbols": { | |
"version": "1.0.2", | |
"from": "log-symbols@>=1.0.1 <2.0.0" | |
}, | |
"logrotate-stream": { | |
"version": "0.2.5", | |
"from": "logrotate-stream@>=0.2.5 <0.3.0" | |
}, | |
"lolex": { | |
"version": "1.3.2", | |
"from": "[email protected]" | |
}, | |
"longest": { | |
"version": "1.0.1", | |
"from": "longest@>=1.0.1 <2.0.0" | |
}, | |
"loopback": { | |
"version": "2.37.1", | |
"from": "loopback@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"async": { | |
"version": "2.1.4", | |
"from": "async@>=2.0.1 <3.0.0" | |
}, | |
"underscore.string": { | |
"version": "3.3.4", | |
"from": "underscore.string@>=3.0.3 <4.0.0" | |
} | |
} | |
}, | |
"loopback-api-definition": { | |
"version": "1.1.1", | |
"from": "loopback-api-definition@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"ejs": { | |
"version": "1.0.0", | |
"from": "ejs@>=1.0.0 <2.0.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.10.1 <4.0.0" | |
}, | |
"loopback-swagger": { | |
"version": "2.8.0", | |
"from": "loopback-swagger@>=2.1.0 <3.0.0" | |
} | |
} | |
}, | |
"loopback-boot": { | |
"version": "2.23.0", | |
"from": "loopback-boot@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.6.0 <4.0.0" | |
}, | |
"semver": { | |
"version": "4.3.6", | |
"from": "semver@>=4.1.0 <5.0.0" | |
} | |
} | |
}, | |
"loopback-component-explorer": { | |
"version": "2.7.0", | |
"from": "loopback-component-explorer@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"ejs": { | |
"version": "1.0.0", | |
"from": "ejs@>=1.0.0 <2.0.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.10.0 <4.0.0" | |
}, | |
"loopback-swagger": { | |
"version": "2.8.0", | |
"from": "loopback-swagger@>=2.1.0 <3.0.0" | |
} | |
} | |
}, | |
"loopback-connector": { | |
"version": "2.7.1", | |
"from": "loopback-connector@>=2.1.0 <3.0.0" | |
}, | |
"loopback-connector-redis": { | |
"version": "0.0.3", | |
"from": "[email protected]", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "[email protected]" | |
}, | |
"redis": { | |
"version": "0.12.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"loopback-connector-remote": { | |
"version": "1.3.3", | |
"from": "loopback-connector-remote@>=1.0.3 <2.0.0" | |
}, | |
"loopback-context": { | |
"version": "1.0.0", | |
"from": "loopback-context@>=1.0.0 <2.0.0" | |
}, | |
"loopback-datasource-juggler": { | |
"version": "2.54.0", | |
"from": "loopback-datasource-juggler@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"async": { | |
"version": "1.0.0", | |
"from": "async@>=1.0.0 <1.1.0" | |
}, | |
"qs": { | |
"version": "3.1.0", | |
"from": "qs@>=3.1.0 <4.0.0" | |
}, | |
"uuid": { | |
"version": "3.0.1", | |
"from": "uuid@>=3.0.1 <4.0.0" | |
} | |
} | |
}, | |
"loopback-explorer": { | |
"version": "1.8.0", | |
"from": "loopback-explorer@>=1.7.0 <2.0.0", | |
"dependencies": { | |
"commander": { | |
"version": "2.6.0", | |
"from": "[email protected]" | |
}, | |
"content-disposition": { | |
"version": "0.5.0", | |
"from": "[email protected]" | |
}, | |
"cookie": { | |
"version": "0.1.3", | |
"from": "[email protected]" | |
}, | |
"debug": { | |
"version": "1.0.4", | |
"from": "debug@>=1.0.3 <1.1.0" | |
}, | |
"depd": { | |
"version": "1.0.1", | |
"from": "depd@>=1.0.1 <1.1.0" | |
}, | |
"destroy": { | |
"version": "1.0.3", | |
"from": "[email protected]" | |
}, | |
"escape-html": { | |
"version": "1.0.2", | |
"from": "[email protected]" | |
}, | |
"express": { | |
"version": "3.21.2", | |
"from": "express@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"http-errors": { | |
"version": "1.3.1", | |
"from": "http-errors@>=1.3.1 <1.4.0" | |
}, | |
"ipaddr.js": { | |
"version": "1.0.5", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "2.4.2", | |
"from": "lodash@>=2.4.1 <3.0.0" | |
}, | |
"merge-descriptors": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"ms": { | |
"version": "0.6.2", | |
"from": "[email protected]" | |
}, | |
"proxy-addr": { | |
"version": "1.0.10", | |
"from": "proxy-addr@>=1.0.8 <1.1.0" | |
}, | |
"range-parser": { | |
"version": "1.0.3", | |
"from": "range-parser@>=1.0.2 <1.1.0" | |
}, | |
"send": { | |
"version": "0.13.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"statuses": { | |
"version": "1.2.1", | |
"from": "statuses@>=1.2.1 <1.3.0" | |
}, | |
"vary": { | |
"version": "1.0.1", | |
"from": "vary@>=1.0.1 <1.1.0" | |
} | |
} | |
}, | |
"loopback-phase": { | |
"version": "1.4.1", | |
"from": "loopback-phase@>=1.2.0 <2.0.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
} | |
} | |
}, | |
"loopback-sdk-angular": { | |
"version": "1.10.2", | |
"from": "loopback-sdk-angular@>=1.8.0 <2.0.0", | |
"dependencies": { | |
"ejs": { | |
"version": "1.0.0", | |
"from": "ejs@>=1.0.0 <2.0.0" | |
} | |
} | |
}, | |
"loopback-sdk-angular-cli": { | |
"version": "2.3.0", | |
"from": "loopback-sdk-angular-cli@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"semver": { | |
"version": "2.3.2", | |
"from": "semver@>=2.2.1 <3.0.0" | |
} | |
} | |
}, | |
"loopback-swagger": { | |
"version": "3.0.1", | |
"from": "loopback-swagger@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"ejs": { | |
"version": "2.5.5", | |
"from": "ejs@>=2.5.5 <3.0.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.10.1 <4.0.0" | |
} | |
} | |
}, | |
"loopback-workspace": { | |
"version": "3.36.1", | |
"from": "loopback-workspace@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"fs-extra": { | |
"version": "0.30.0", | |
"from": "fs-extra@>=0.30.0 <0.31.0" | |
} | |
} | |
}, | |
"loud-rejection": { | |
"version": "1.6.0", | |
"from": "loud-rejection@>=1.0.0 <2.0.0" | |
}, | |
"lowercase-keys": { | |
"version": "1.0.0", | |
"from": "lowercase-keys@>=1.0.0 <2.0.0" | |
}, | |
"lru-cache": { | |
"version": "2.7.3", | |
"from": "lru-cache@>=2.0.0 <3.0.0" | |
}, | |
"mailcomposer": { | |
"version": "4.0.0", | |
"from": "[email protected]" | |
}, | |
"map-obj": { | |
"version": "1.0.1", | |
"from": "map-obj@>=1.0.1 <2.0.0" | |
}, | |
"marked": { | |
"version": "0.3.6", | |
"from": "marked@>=0.3.5 <0.4.0" | |
}, | |
"material-design-icons-iconfont": { | |
"version": "2.0.5", | |
"from": "material-design-icons-iconfont@>=2.0.5 <3.0.0" | |
}, | |
"md5": { | |
"version": "2.1.0", | |
"from": "md5@>=2.1.0 <2.2.0" | |
}, | |
"media-typer": { | |
"version": "0.3.0", | |
"from": "[email protected]" | |
}, | |
"mem-fs": { | |
"version": "1.1.3", | |
"from": "mem-fs@>=1.1.0 <2.0.0" | |
}, | |
"mem-fs-editor": { | |
"version": "2.3.0", | |
"from": "mem-fs-editor@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"commondir": { | |
"version": "1.0.1", | |
"from": "commondir@>=1.0.1 <2.0.0" | |
} | |
} | |
}, | |
"memory-cache": { | |
"version": "0.1.6", | |
"from": "memory-cache@>=0.1.5 <0.2.0" | |
}, | |
"meow": { | |
"version": "3.7.0", | |
"from": "meow@>=3.3.0 <4.0.0", | |
"dependencies": { | |
"minimist": { | |
"version": "1.2.0", | |
"from": "minimist@>=1.1.3 <2.0.0" | |
} | |
} | |
}, | |
"merge-descriptors": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"merge-stream": { | |
"version": "1.0.1", | |
"from": "merge-stream@>=1.0.0 <2.0.0" | |
}, | |
"method-override": { | |
"version": "2.3.7", | |
"from": "method-override@>=2.1.1 <3.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.3.3", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"methods": { | |
"version": "1.1.2", | |
"from": "methods@>=1.1.1 <2.0.0" | |
}, | |
"microgateway": { | |
"version": "1.6.2", | |
"from": "microgateway@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"apiconnect-cli-logger": { | |
"version": "1.2.4", | |
"from": "[email protected]" | |
}, | |
"apiconnect-config": { | |
"version": "1.0.2", | |
"from": "[email protected]" | |
}, | |
"apiconnect-project": { | |
"version": "1.0.5", | |
"from": "[email protected]" | |
}, | |
"basic-auth": { | |
"version": "1.1.0", | |
"from": "[email protected]" | |
}, | |
"bcryptjs": { | |
"version": "2.3.0", | |
"from": "[email protected]" | |
}, | |
"bluebird": { | |
"version": "3.4.6", | |
"from": "[email protected]" | |
}, | |
"body-parser": { | |
"version": "1.15.2", | |
"from": "[email protected]", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "[email protected]" | |
}, | |
"iconv-lite": { | |
"version": "0.4.13", | |
"from": "[email protected]" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"qs": { | |
"version": "6.2.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"crc": { | |
"version": "3.4.1", | |
"from": "[email protected]" | |
}, | |
"debug": { | |
"version": "2.3.3", | |
"from": "[email protected]" | |
}, | |
"ejs": { | |
"version": "2.5.5", | |
"from": "[email protected]" | |
}, | |
"express-session": { | |
"version": "1.14.2", | |
"from": "[email protected]", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "[email protected]" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"fs-extra": { | |
"version": "0.30.0", | |
"from": "[email protected]" | |
}, | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "4.17.2", | |
"from": "[email protected]" | |
}, | |
"loopback": { | |
"version": "2.36.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"async": { | |
"version": "2.1.4", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"lru-cache": { | |
"version": "4.0.2", | |
"from": "[email protected]" | |
}, | |
"osenv": { | |
"version": "0.1.3", | |
"from": "[email protected]" | |
}, | |
"qs": { | |
"version": "6.3.0", | |
"from": "[email protected]" | |
}, | |
"raw-body": { | |
"version": "2.1.7", | |
"from": "[email protected]", | |
"dependencies": { | |
"iconv-lite": { | |
"version": "0.4.13", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"rimraf": { | |
"version": "2.4.5", | |
"from": "[email protected]", | |
"dependencies": { | |
"glob": { | |
"version": "6.0.4", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"semver": { | |
"version": "4.3.6", | |
"from": "[email protected]" | |
}, | |
"underscore.string": { | |
"version": "3.3.4", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"micromatch": { | |
"version": "2.3.11", | |
"from": "micromatch@>=2.3.7 <3.0.0", | |
"dependencies": { | |
"is-extglob": { | |
"version": "1.0.0", | |
"from": "is-extglob@>=1.0.0 <2.0.0" | |
}, | |
"is-glob": { | |
"version": "2.0.1", | |
"from": "is-glob@>=2.0.1 <3.0.0" | |
} | |
} | |
}, | |
"microtime-nodejs": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"mime": { | |
"version": "1.3.4", | |
"from": "mime@>=1.3.4 <2.0.0" | |
}, | |
"mime-db": { | |
"version": "1.26.0", | |
"from": "mime-db@>=1.26.0 <1.27.0" | |
}, | |
"mime-types": { | |
"version": "2.1.14", | |
"from": "mime-types@>=2.1.7 <2.2.0" | |
}, | |
"minimatch": { | |
"version": "3.0.3", | |
"from": "minimatch@>=3.0.2 <4.0.0" | |
}, | |
"minimist": { | |
"version": "0.0.8", | |
"from": "[email protected]" | |
}, | |
"mkdirp": { | |
"version": "0.5.1", | |
"from": "mkdirp@>=0.5.1 <0.6.0" | |
}, | |
"mktmpdir": { | |
"version": "0.1.1", | |
"from": "mktmpdir@>=0.1.1 <0.2.0", | |
"dependencies": { | |
"rimraf": { | |
"version": "2.2.8", | |
"from": "rimraf@>=2.2.8 <2.3.0" | |
} | |
} | |
}, | |
"moment": { | |
"version": "2.17.1", | |
"from": "moment@>=2.13.0 <3.0.0" | |
}, | |
"morgan": { | |
"version": "1.7.0", | |
"from": "morgan@>=1.2.0 <2.0.0", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"mpath": { | |
"version": "0.2.1", | |
"from": "mpath@>=0.2.1 <0.3.0" | |
}, | |
"ms": { | |
"version": "0.7.2", | |
"from": "[email protected]" | |
}, | |
"msgpack-js": { | |
"version": "0.3.0", | |
"from": "[email protected]" | |
}, | |
"msgpack-stream": { | |
"version": "0.0.12", | |
"from": "msgpack-stream@>=0.0.10 <0.1.0", | |
"dependencies": { | |
"through": { | |
"version": "2.3.4", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"msgpack5": { | |
"version": "3.4.1", | |
"from": "msgpack5@>=3.4.1 <4.0.0" | |
}, | |
"multer": { | |
"version": "1.2.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"object-assign": { | |
"version": "3.0.0", | |
"from": "object-assign@>=3.0.0 <4.0.0" | |
} | |
} | |
}, | |
"multimatch": { | |
"version": "2.1.0", | |
"from": "multimatch@>=2.0.0 <3.0.0" | |
}, | |
"multiparty": { | |
"version": "3.3.2", | |
"from": "[email protected]", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.1.14", | |
"from": "readable-stream@>=1.1.9 <1.2.0" | |
} | |
} | |
}, | |
"multipipe": { | |
"version": "0.1.2", | |
"from": "multipipe@>=0.1.2 <0.2.0", | |
"dependencies": { | |
"duplexer2": { | |
"version": "0.0.2", | |
"from": "[email protected]" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.1.14", | |
"from": "readable-stream@>=1.1.9 <1.2.0" | |
} | |
} | |
}, | |
"mute-stream": { | |
"version": "0.0.4", | |
"from": "[email protected]" | |
}, | |
"mux-demux": { | |
"version": "3.7.9", | |
"from": "mux-demux@>=3.7.9 <4.0.0", | |
"dependencies": { | |
"xtend": { | |
"version": "1.0.3", | |
"from": "xtend@>=1.0.3 <1.1.0" | |
} | |
} | |
}, | |
"mv": { | |
"version": "2.1.1", | |
"from": "mv@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"glob": { | |
"version": "6.0.4", | |
"from": "glob@>=6.0.1 <7.0.0" | |
}, | |
"rimraf": { | |
"version": "2.4.5", | |
"from": "rimraf@>=2.4.0 <2.5.0" | |
} | |
} | |
}, | |
"native-promise-only": { | |
"version": "0.8.1", | |
"from": "native-promise-only@>=0.8.1 <0.9.0" | |
}, | |
"nconf": { | |
"version": "0.6.9", | |
"from": "[email protected]", | |
"dependencies": { | |
"async": { | |
"version": "0.2.9", | |
"from": "[email protected]" | |
}, | |
"optimist": { | |
"version": "0.6.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"ncp": { | |
"version": "2.0.0", | |
"from": "ncp@>=2.0.0 <2.1.0" | |
}, | |
"negotiator": { | |
"version": "0.6.1", | |
"from": "[email protected]" | |
}, | |
"netrc": { | |
"version": "0.1.4", | |
"from": "netrc@>=0.1.4 <0.2.0" | |
}, | |
"newline-json": { | |
"version": "0.1.1", | |
"from": "newline-json@>=0.1.1 <0.2.0" | |
}, | |
"ng-file-upload": { | |
"version": "12.2.13", | |
"from": "ng-file-upload@>=12.0.4 <13.0.0" | |
}, | |
"ng-infinite-scroll": { | |
"version": "1.3.0", | |
"from": "ng-infinite-scroll@>=1.2.1 <2.0.0" | |
}, | |
"ng-resize": { | |
"version": "1.2.0", | |
"from": "ng-resize@>=1.2.0 <2.0.0" | |
}, | |
"ngstorage": { | |
"version": "0.3.11", | |
"from": "ngstorage@>=0.3.10 <0.4.0" | |
}, | |
"nocache": { | |
"version": "0.4.0", | |
"from": "[email protected]" | |
}, | |
"node-rsa": { | |
"version": "0.4.2", | |
"from": "node-rsa@>=0.4.2 <0.5.0" | |
}, | |
"node-status-codes": { | |
"version": "1.0.0", | |
"from": "node-status-codes@>=1.0.0 <2.0.0" | |
}, | |
"node-uuid": { | |
"version": "1.4.7", | |
"from": "node-uuid@>=1.4.7 <1.5.0" | |
}, | |
"nodemailer": { | |
"version": "2.7.0", | |
"from": "nodemailer@>=2.5.0 <3.0.0" | |
}, | |
"nodemailer-direct-transport": { | |
"version": "3.3.2", | |
"from": "[email protected]" | |
}, | |
"nodemailer-fetch": { | |
"version": "1.6.0", | |
"from": "[email protected]" | |
}, | |
"nodemailer-shared": { | |
"version": "1.1.0", | |
"from": "[email protected]" | |
}, | |
"nodemailer-smtp-pool": { | |
"version": "2.8.2", | |
"from": "[email protected]" | |
}, | |
"nodemailer-smtp-transport": { | |
"version": "2.7.2", | |
"from": "[email protected]" | |
}, | |
"nodemailer-stub-transport": { | |
"version": "1.1.0", | |
"from": "nodemailer-stub-transport@>=1.0.0 <2.0.0" | |
}, | |
"nodemailer-wellknown": { | |
"version": "0.1.10", | |
"from": "[email protected]" | |
}, | |
"nopt": { | |
"version": "3.0.6", | |
"from": "nopt@>=3.0.0 <4.0.0" | |
}, | |
"normalize-git-url": { | |
"version": "3.0.2", | |
"from": "normalize-git-url@>=3.0.2 <4.0.0" | |
}, | |
"normalize-package-data": { | |
"version": "2.3.5", | |
"from": "normalize-package-data@>=2.3.4 <3.0.0" | |
}, | |
"normalize-path": { | |
"version": "2.0.1", | |
"from": "normalize-path@>=2.0.0 <3.0.0" | |
}, | |
"ns-popover": { | |
"version": "0.6.8", | |
"from": "ns-popover@>=0.6.8 <0.7.0" | |
}, | |
"nth-check": { | |
"version": "1.0.1", | |
"from": "nth-check@>=1.0.0 <1.1.0" | |
}, | |
"number-is-nan": { | |
"version": "1.0.1", | |
"from": "number-is-nan@>=1.0.0 <2.0.0" | |
}, | |
"oauth-sign": { | |
"version": "0.8.2", | |
"from": "oauth-sign@>=0.8.1 <0.9.0" | |
}, | |
"object-assign": { | |
"version": "4.1.1", | |
"from": "object-assign@>=4.1.0 <5.0.0" | |
}, | |
"object.omit": { | |
"version": "2.0.1", | |
"from": "object.omit@>=2.0.0 <3.0.0" | |
}, | |
"on-finished": { | |
"version": "2.3.0", | |
"from": "on-finished@>=2.3.0 <2.4.0" | |
}, | |
"on-headers": { | |
"version": "1.0.1", | |
"from": "on-headers@>=1.0.1 <1.1.0" | |
}, | |
"once": { | |
"version": "1.4.0", | |
"from": "once@>=1.3.0 <2.0.0" | |
}, | |
"onetime": { | |
"version": "1.1.0", | |
"from": "onetime@>=1.0.0 <2.0.0" | |
}, | |
"open": { | |
"version": "0.0.5", | |
"from": "[email protected]" | |
}, | |
"optimist": { | |
"version": "0.6.1", | |
"from": "optimist@>=0.6.0 <0.7.0" | |
}, | |
"optional": { | |
"version": "0.1.3", | |
"from": "optional@>=0.1.3 <0.2.0" | |
}, | |
"optionator": { | |
"version": "0.8.2", | |
"from": "optionator@>=0.8.1 <0.9.0", | |
"dependencies": { | |
"wordwrap": { | |
"version": "1.0.0", | |
"from": "wordwrap@>=1.0.0 <1.1.0" | |
} | |
} | |
}, | |
"options": { | |
"version": "0.0.6", | |
"from": "options@latest" | |
}, | |
"ordered-read-streams": { | |
"version": "0.3.0", | |
"from": "ordered-read-streams@>=0.3.0 <0.4.0" | |
}, | |
"os-homedir": { | |
"version": "1.0.2", | |
"from": "os-homedir@>=1.0.0 <2.0.0" | |
}, | |
"os-locale": { | |
"version": "1.4.0", | |
"from": "os-locale@>=1.4.0 <2.0.0" | |
}, | |
"os-shim": { | |
"version": "0.1.3", | |
"from": "os-shim@>=0.1.2 <0.2.0" | |
}, | |
"os-tmpdir": { | |
"version": "1.0.2", | |
"from": "os-tmpdir@>=1.0.0 <2.0.0" | |
}, | |
"osenv": { | |
"version": "0.1.4", | |
"from": "osenv@>=0.1.3 <0.2.0" | |
}, | |
"pad-component": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"parse-glob": { | |
"version": "3.0.4", | |
"from": "parse-glob@>=3.0.4 <4.0.0", | |
"dependencies": { | |
"is-extglob": { | |
"version": "1.0.0", | |
"from": "is-extglob@>=1.0.0 <2.0.0" | |
}, | |
"is-glob": { | |
"version": "2.0.1", | |
"from": "is-glob@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"parse-json": { | |
"version": "2.2.0", | |
"from": "parse-json@>=2.2.0 <3.0.0" | |
}, | |
"parseurl": { | |
"version": "1.3.1", | |
"from": "parseurl@>=1.3.1 <1.4.0" | |
}, | |
"passport": { | |
"version": "0.3.2", | |
"from": "[email protected]", | |
"dependencies": { | |
"pause": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"passport-http-bearer": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"passport-strategy": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"path-dirname": { | |
"version": "1.0.2", | |
"from": "path-dirname@>=1.0.0 <2.0.0" | |
}, | |
"path-exists": { | |
"version": "2.1.0", | |
"from": "path-exists@>=2.0.0 <3.0.0" | |
}, | |
"path-is-absolute": { | |
"version": "1.0.1", | |
"from": "path-is-absolute@>=1.0.0 <2.0.0" | |
}, | |
"path-loader": { | |
"version": "1.0.1", | |
"from": "path-loader@>=1.0.1 <2.0.0", | |
"dependencies": { | |
"cookiejar": { | |
"version": "2.0.6", | |
"from": "[email protected]" | |
}, | |
"form-data": { | |
"version": "1.0.0-rc3", | |
"from": "[email protected]" | |
}, | |
"formidable": { | |
"version": "1.0.17", | |
"from": "formidable@>=1.0.14 <1.1.0" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"qs": { | |
"version": "2.3.3", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.0.27-1", | |
"from": "[email protected]" | |
}, | |
"superagent": { | |
"version": "1.8.5", | |
"from": "superagent@>=1.6.1 <2.0.0" | |
} | |
} | |
}, | |
"path-to-regexp": { | |
"version": "1.7.0", | |
"from": "path-to-regexp@>=1.2.1 <2.0.0", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"path-type": { | |
"version": "1.1.0", | |
"from": "path-type@>=1.0.0 <2.0.0" | |
}, | |
"pause": { | |
"version": "0.1.0", | |
"from": "[email protected]" | |
}, | |
"pend": { | |
"version": "1.2.0", | |
"from": "pend@>=1.2.0 <1.3.0" | |
}, | |
"pify": { | |
"version": "2.3.0", | |
"from": "pify@>=2.0.0 <3.0.0" | |
}, | |
"pinkie": { | |
"version": "2.0.4", | |
"from": "pinkie@>=2.0.0 <3.0.0" | |
}, | |
"pinkie-promise": { | |
"version": "2.0.1", | |
"from": "pinkie-promise@>=2.0.0 <3.0.0" | |
}, | |
"pkginfo": { | |
"version": "0.3.1", | |
"from": "[email protected]" | |
}, | |
"platform": { | |
"version": "1.3.0", | |
"from": "[email protected]" | |
}, | |
"posix-getopt": { | |
"version": "1.2.0", | |
"from": "posix-getopt@>=1.2.0 <2.0.0" | |
}, | |
"precond": { | |
"version": "0.2.3", | |
"from": "[email protected]" | |
}, | |
"prelude-ls": { | |
"version": "1.1.2", | |
"from": "prelude-ls@>=1.1.2 <1.2.0" | |
}, | |
"prepend-http": { | |
"version": "1.0.4", | |
"from": "prepend-http@>=1.0.1 <2.0.0" | |
}, | |
"preserve": { | |
"version": "0.2.0", | |
"from": "preserve@>=0.2.0 <0.3.0" | |
}, | |
"pretty-bytes": { | |
"version": "3.0.1", | |
"from": "pretty-bytes@>=3.0.1 <4.0.0" | |
}, | |
"pretty-data": { | |
"version": "0.40.0", | |
"from": "https://registry.npmjs.org/pretty-data/-/pretty-data-0.40.0.tgz" | |
}, | |
"process-nextick-args": { | |
"version": "1.0.7", | |
"from": "process-nextick-args@>=1.0.6 <1.1.0" | |
}, | |
"promise": { | |
"version": "7.1.1", | |
"from": "[email protected]" | |
}, | |
"promise-polyfill": { | |
"version": "4.0.4", | |
"from": "promise-polyfill@>=4.0.4 <5.0.0" | |
}, | |
"proxy-addr": { | |
"version": "1.1.3", | |
"from": "proxy-addr@>=1.1.2 <1.2.0" | |
}, | |
"ps-tree": { | |
"version": "0.0.3", | |
"from": "[email protected]" | |
}, | |
"pseudomap": { | |
"version": "1.0.2", | |
"from": "pseudomap@>=1.0.1 <2.0.0" | |
}, | |
"pug": { | |
"version": "2.0.0-beta6", | |
"from": "[email protected]" | |
}, | |
"pug-attrs": { | |
"version": "2.0.1", | |
"from": "[email protected]" | |
}, | |
"pug-code-gen": { | |
"version": "1.1.0", | |
"from": "[email protected]" | |
}, | |
"pug-error": { | |
"version": "1.3.1", | |
"from": "[email protected]" | |
}, | |
"pug-filters": { | |
"version": "1.2.4", | |
"from": "[email protected]", | |
"dependencies": { | |
"async": { | |
"version": "0.2.10", | |
"from": "async@>=0.2.6 <0.3.0" | |
}, | |
"source-map": { | |
"version": "0.5.6", | |
"from": "source-map@>=0.5.1 <0.6.0" | |
}, | |
"uglify-js": { | |
"version": "2.7.5", | |
"from": "uglify-js@>=2.6.1 <3.0.0" | |
} | |
} | |
}, | |
"pug-lexer": { | |
"version": "2.3.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"acorn": { | |
"version": "4.0.3", | |
"from": "[email protected]" | |
}, | |
"is-expression": { | |
"version": "3.0.0", | |
"from": "[email protected]" | |
}, | |
"object-assign": { | |
"version": "4.1.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"pug-linker": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"pug-load": { | |
"version": "2.0.3", | |
"from": "[email protected]", | |
"dependencies": { | |
"object-assign": { | |
"version": "4.1.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"pug-parser": { | |
"version": "2.0.1", | |
"from": "[email protected]" | |
}, | |
"pug-runtime": { | |
"version": "2.0.2", | |
"from": "[email protected]" | |
}, | |
"pug-strip-comments": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"pug-walk": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"pump": { | |
"version": "1.0.2", | |
"from": "pump@>=1.0.1 <2.0.0" | |
}, | |
"punycode": { | |
"version": "1.4.1", | |
"from": "punycode@>=1.4.1 <2.0.0" | |
}, | |
"q": { | |
"version": "1.4.1", | |
"from": "q@>=1.4.1 <2.0.0" | |
}, | |
"qs": { | |
"version": "6.1.0", | |
"from": "qs@>=6.1.0 <6.2.0" | |
}, | |
"randexp": { | |
"version": "0.4.4", | |
"from": "randexp@>=0.4.2 <0.5.0" | |
}, | |
"random-bytes": { | |
"version": "1.0.0", | |
"from": "random-bytes@>=1.0.0 <1.1.0" | |
}, | |
"randomatic": { | |
"version": "1.1.6", | |
"from": "randomatic@>=1.1.3 <2.0.0" | |
}, | |
"range-parser": { | |
"version": "1.2.0", | |
"from": "range-parser@>=1.2.0 <1.3.0" | |
}, | |
"raw-body": { | |
"version": "2.2.0", | |
"from": "raw-body@>=2.2.0 <2.3.0" | |
}, | |
"rc": { | |
"version": "1.1.6", | |
"from": "rc@>=1.1.2 <2.0.0", | |
"dependencies": { | |
"minimist": { | |
"version": "1.2.0", | |
"from": "minimist@>=1.2.0 <2.0.0" | |
} | |
} | |
}, | |
"read-all-stream": { | |
"version": "3.1.0", | |
"from": "read-all-stream@>=3.0.0 <4.0.0" | |
}, | |
"read-chunk": { | |
"version": "1.0.1", | |
"from": "read-chunk@>=1.0.1 <2.0.0" | |
}, | |
"read-installed": { | |
"version": "4.0.3", | |
"from": "read-installed@>=4.0.3 <5.0.0" | |
}, | |
"read-package-json": { | |
"version": "2.0.4", | |
"from": "read-package-json@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"glob": { | |
"version": "6.0.4", | |
"from": "glob@>=6.0.0 <7.0.0" | |
} | |
} | |
}, | |
"read-pkg": { | |
"version": "1.1.0", | |
"from": "read-pkg@>=1.0.0 <2.0.0" | |
}, | |
"read-pkg-up": { | |
"version": "1.0.1", | |
"from": "read-pkg-up@>=1.0.1 <2.0.0" | |
}, | |
"readable-stream": { | |
"version": "2.0.6", | |
"from": "readable-stream@>=2.0.5 <2.1.0" | |
}, | |
"readdir-scoped-modules": { | |
"version": "1.0.2", | |
"from": "readdir-scoped-modules@>=1.0.0 <2.0.0" | |
}, | |
"readdirp": { | |
"version": "2.1.0", | |
"from": "[email protected]" | |
}, | |
"readline2": { | |
"version": "0.1.1", | |
"from": "readline2@>=0.1.1 <0.2.0", | |
"dependencies": { | |
"ansi-regex": { | |
"version": "1.1.1", | |
"from": "ansi-regex@>=1.0.0 <2.0.0" | |
}, | |
"strip-ansi": { | |
"version": "2.0.1", | |
"from": "strip-ansi@>=2.0.1 <3.0.0" | |
} | |
} | |
}, | |
"rechoir": { | |
"version": "0.6.2", | |
"from": "rechoir@>=0.6.2 <0.7.0" | |
}, | |
"redent": { | |
"version": "1.0.0", | |
"from": "redent@>=1.0.0 <2.0.0" | |
}, | |
"redis": { | |
"version": "2.6.3", | |
"from": "[email protected]" | |
}, | |
"redis-commands": { | |
"version": "1.3.0", | |
"from": "[email protected]" | |
}, | |
"redis-parser": { | |
"version": "2.3.0", | |
"from": "[email protected]" | |
}, | |
"reduce-component": { | |
"version": "1.0.1", | |
"from": "[email protected]" | |
}, | |
"regex-cache": { | |
"version": "0.4.3", | |
"from": "regex-cache@>=0.4.2 <0.5.0" | |
}, | |
"remedial": { | |
"version": "1.0.7", | |
"from": "remedial@>=1.0.0 <2.0.0" | |
}, | |
"repeat-element": { | |
"version": "1.1.2", | |
"from": "repeat-element@>=1.1.2 <2.0.0" | |
}, | |
"repeat-string": { | |
"version": "1.6.1", | |
"from": "repeat-string@>=1.5.2 <2.0.0" | |
}, | |
"repeating": { | |
"version": "2.0.1", | |
"from": "repeating@>=2.0.0 <3.0.0" | |
}, | |
"replace-ext": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"request": { | |
"version": "2.79.0", | |
"from": "request@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"form-data": { | |
"version": "2.1.2", | |
"from": "form-data@>=2.1.1 <2.2.0" | |
}, | |
"qs": { | |
"version": "6.3.0", | |
"from": "qs@>=6.3.0 <6.4.0" | |
}, | |
"tough-cookie": { | |
"version": "2.3.2", | |
"from": "tough-cookie@>=2.3.0 <2.4.0" | |
}, | |
"uuid": { | |
"version": "3.0.1", | |
"from": "uuid@>=3.0.0 <4.0.0" | |
} | |
} | |
}, | |
"request-promise": { | |
"version": "3.0.0", | |
"from": "request-promise@>=3.0.0 <4.0.0" | |
}, | |
"requires-port": { | |
"version": "1.0.0", | |
"from": "requires-port@>=1.0.0 <2.0.0" | |
}, | |
"resolve": { | |
"version": "1.2.0", | |
"from": "resolve@>=1.1.6 <2.0.0" | |
}, | |
"response-time": { | |
"version": "2.3.2", | |
"from": "response-time@>=2.3.1 <2.4.0" | |
}, | |
"restore-cursor": { | |
"version": "1.0.1", | |
"from": "restore-cursor@>=1.0.1 <2.0.0" | |
}, | |
"ret": { | |
"version": "0.1.13", | |
"from": "ret@>=0.1.10 <0.2.0" | |
}, | |
"right-align": { | |
"version": "0.1.3", | |
"from": "right-align@>=0.1.1 <0.2.0" | |
}, | |
"rimraf": { | |
"version": "2.5.4", | |
"from": "rimraf@>=2.1.4 <3.0.0" | |
}, | |
"rndm": { | |
"version": "1.2.0", | |
"from": "[email protected]" | |
}, | |
"rolling-rate-limiter": { | |
"version": "0.1.4", | |
"from": "[email protected]" | |
}, | |
"run-async": { | |
"version": "2.3.0", | |
"from": "run-async@>=2.0.0 <3.0.0" | |
}, | |
"rx": { | |
"version": "2.5.3", | |
"from": "rx@>=2.4.3 <3.0.0" | |
}, | |
"rx-lite": { | |
"version": "3.1.2", | |
"from": "rx-lite@>=3.1.2 <4.0.0" | |
}, | |
"safe-buffer": { | |
"version": "5.0.1", | |
"from": "safe-buffer@>=5.0.1 <6.0.0" | |
}, | |
"samsam": { | |
"version": "1.1.2", | |
"from": "[email protected]" | |
}, | |
"sax": { | |
"version": "1.2.1", | |
"from": "sax@>=0.6.0" | |
}, | |
"seek-bzip": { | |
"version": "1.0.5", | |
"from": "seek-bzip@>=1.0.3 <2.0.0", | |
"dependencies": { | |
"commander": { | |
"version": "2.8.1", | |
"from": "commander@>=2.8.1 <2.9.0" | |
} | |
} | |
}, | |
"selectn": { | |
"version": "0.9.6", | |
"from": "selectn@>=0.9.6 <0.10.0" | |
}, | |
"semver": { | |
"version": "5.3.0", | |
"from": "semver@>=5.1.0 <6.0.0" | |
}, | |
"send": { | |
"version": "0.14.1", | |
"from": "[email protected]", | |
"dependencies": { | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"seqid": { | |
"version": "1.0.1", | |
"from": "seqid@>=1.0.0 <1.1.0" | |
}, | |
"serve-favicon": { | |
"version": "2.3.2", | |
"from": "serve-favicon@>=2.0.0 <3.0.0" | |
}, | |
"serve-index": { | |
"version": "1.7.3", | |
"from": "serve-index@>=1.7.2 <1.8.0", | |
"dependencies": { | |
"accepts": { | |
"version": "1.2.13", | |
"from": "accepts@>=1.2.13 <1.3.0" | |
}, | |
"debug": { | |
"version": "2.2.0", | |
"from": "debug@>=2.2.0 <2.3.0" | |
}, | |
"http-errors": { | |
"version": "1.3.1", | |
"from": "http-errors@>=1.3.1 <1.4.0" | |
}, | |
"ms": { | |
"version": "0.7.1", | |
"from": "[email protected]" | |
}, | |
"negotiator": { | |
"version": "0.5.3", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"serve-static": { | |
"version": "1.11.1", | |
"from": "serve-static@>=1.11.1 <1.12.0" | |
}, | |
"set-immediate-shim": { | |
"version": "1.0.1", | |
"from": "set-immediate-shim@>=1.0.0 <2.0.0" | |
}, | |
"setprototypeof": { | |
"version": "1.0.2", | |
"from": "[email protected]" | |
}, | |
"shell-quote": { | |
"version": "0.0.1", | |
"from": "shell-quote@>=0.0.1 <0.1.0" | |
}, | |
"shelljs": { | |
"version": "0.6.1", | |
"from": "shelljs@>=0.6.0 <0.7.0" | |
}, | |
"shimmer": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"shortid": { | |
"version": "2.2.6", | |
"from": "shortid@>=2.2.6 <3.0.0" | |
}, | |
"shred": { | |
"version": "0.8.10", | |
"from": "[email protected]", | |
"dependencies": { | |
"cookiejar": { | |
"version": "1.3.1", | |
"from": "[email protected]" | |
}, | |
"sprintf": { | |
"version": "0.1.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"sigmund": { | |
"version": "1.0.1", | |
"from": "sigmund@>=1.0.0 <1.1.0" | |
}, | |
"signal-exit": { | |
"version": "3.0.2", | |
"from": "signal-exit@>=3.0.0 <4.0.0" | |
}, | |
"sinon": { | |
"version": "1.17.7", | |
"from": "sinon@>=1.17.2 <2.0.0" | |
}, | |
"slash": { | |
"version": "1.0.0", | |
"from": "slash@>=1.0.0 <2.0.0" | |
}, | |
"slide": { | |
"version": "1.1.6", | |
"from": "slide@>=1.1.3 <1.2.0" | |
}, | |
"smart-buffer": { | |
"version": "1.0.13", | |
"from": "smart-buffer@>=1.0.4 <2.0.0" | |
}, | |
"smtp-connection": { | |
"version": "2.12.0", | |
"from": "[email protected]" | |
}, | |
"sntp": { | |
"version": "1.0.9", | |
"from": "sntp@>=1.0.0 <2.0.0" | |
}, | |
"soap": { | |
"version": "0.15.0", | |
"from": "soap@>=0.15.0 <0.16.0", | |
"dependencies": { | |
"debug": { | |
"version": "0.7.4", | |
"from": "debug@>=0.7.4 <0.8.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.0.0 <4.0.0" | |
} | |
} | |
}, | |
"socks": { | |
"version": "1.1.9", | |
"from": "[email protected]" | |
}, | |
"source-map": { | |
"version": "0.4.4", | |
"from": "source-map@>=0.4.4 <0.5.0" | |
}, | |
"sparkles": { | |
"version": "1.0.0", | |
"from": "sparkles@>=1.0.0 <2.0.0" | |
}, | |
"spawn-sync": { | |
"version": "1.0.15", | |
"from": "spawn-sync@>=1.0.15 <2.0.0" | |
}, | |
"spdx-correct": { | |
"version": "1.0.2", | |
"from": "spdx-correct@>=1.0.0 <1.1.0" | |
}, | |
"spdx-expression-parse": { | |
"version": "1.0.4", | |
"from": "spdx-expression-parse@>=1.0.0 <1.1.0" | |
}, | |
"spdx-license-ids": { | |
"version": "1.2.2", | |
"from": "spdx-license-ids@>=1.0.2 <2.0.0" | |
}, | |
"split-ca": { | |
"version": "1.0.1", | |
"from": "split-ca@>=1.0.0 <2.0.0" | |
}, | |
"sprintf": { | |
"version": "0.1.5", | |
"from": "sprintf@>=0.1.5 <0.2.0" | |
}, | |
"sprintf-js": { | |
"version": "1.0.3", | |
"from": "sprintf-js@>=1.0.2 <1.1.0" | |
}, | |
"sse": { | |
"version": "0.0.6", | |
"from": "[email protected]" | |
}, | |
"ssh2": { | |
"version": "0.4.15", | |
"from": "ssh2@>=0.4.4 <0.5.0", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.0 <1.1.0" | |
} | |
} | |
}, | |
"ssh2-streams": { | |
"version": "0.0.23", | |
"from": "ssh2-streams@>=0.0.22 <0.1.0", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.0 <1.1.0" | |
} | |
} | |
}, | |
"sshpk": { | |
"version": "1.10.2", | |
"from": "sshpk@>=1.7.0 <2.0.0", | |
"dependencies": { | |
"assert-plus": { | |
"version": "1.0.0", | |
"from": "assert-plus@>=1.0.0 <2.0.0" | |
} | |
} | |
}, | |
"stable": { | |
"version": "0.1.5", | |
"from": "stable@>=0.1.5 <0.2.0" | |
}, | |
"stack-trace": { | |
"version": "0.0.9", | |
"from": "[email protected]" | |
}, | |
"stat-mode": { | |
"version": "0.2.2", | |
"from": "stat-mode@>=0.2.0 <0.3.0" | |
}, | |
"stats-incremental": { | |
"version": "1.1.0", | |
"from": "stats-incremental@>=1.1.0 <2.0.0" | |
}, | |
"statsd-udpkv-backend": { | |
"version": "0.2.1", | |
"from": "statsd-udpkv-backend@>=0.2.1 <0.3.0", | |
"dependencies": { | |
"underscore": { | |
"version": "1.4.4", | |
"from": "underscore@>=1.4.0 <1.5.0" | |
} | |
} | |
}, | |
"statuses": { | |
"version": "1.3.1", | |
"from": "statuses@>=1.3.1 <2.0.0" | |
}, | |
"statware": { | |
"version": "1.1.3", | |
"from": "statware@>=1.1.2 <1.2.0" | |
}, | |
"stream": { | |
"version": "0.0.2", | |
"from": "[email protected]" | |
}, | |
"stream-combiner": { | |
"version": "0.0.2", | |
"from": "[email protected]" | |
}, | |
"stream-combiner2": { | |
"version": "1.1.1", | |
"from": "stream-combiner2@>=1.1.1 <2.0.0" | |
}, | |
"stream-counter": { | |
"version": "0.2.0", | |
"from": "stream-counter@>=0.2.0 <0.3.0", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.1.14", | |
"from": "readable-stream@>=1.1.8 <1.2.0" | |
} | |
} | |
}, | |
"stream-serializer": { | |
"version": "1.1.2", | |
"from": "stream-serializer@>=1.1.1 <1.2.0" | |
}, | |
"stream-shift": { | |
"version": "1.0.0", | |
"from": "stream-shift@>=1.0.0 <2.0.0" | |
}, | |
"stream2buffer": { | |
"version": "0.0.4", | |
"from": "[email protected]" | |
}, | |
"streamifier": { | |
"version": "0.1.1", | |
"from": "streamifier@>=0.1.1 <0.2.0" | |
}, | |
"streamsearch": { | |
"version": "0.1.2", | |
"from": "streamsearch@>=0.1.2 <0.2.0" | |
}, | |
"string_decoder": { | |
"version": "0.10.31", | |
"from": "string_decoder@>=0.10.0 <0.11.0" | |
}, | |
"string-template": { | |
"version": "0.2.1", | |
"from": "string-template@>=0.2.1 <0.3.0" | |
}, | |
"string-width": { | |
"version": "1.0.2", | |
"from": "string-width@>=1.0.1 <2.0.0" | |
}, | |
"stringstream": { | |
"version": "0.0.5", | |
"from": "stringstream@>=0.0.4 <0.1.0" | |
}, | |
"strip-ansi": { | |
"version": "3.0.1", | |
"from": "strip-ansi@>=3.0.0 <4.0.0" | |
}, | |
"strip-bom": { | |
"version": "0.3.1", | |
"from": "strip-bom@>=0.3.1 <0.4.0" | |
}, | |
"strip-bom-stream": { | |
"version": "1.0.0", | |
"from": "strip-bom-stream@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"first-chunk-stream": { | |
"version": "1.0.0", | |
"from": "first-chunk-stream@>=1.0.0 <2.0.0" | |
}, | |
"strip-bom": { | |
"version": "2.0.0", | |
"from": "strip-bom@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"strip-dirs": { | |
"version": "1.1.1", | |
"from": "strip-dirs@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"minimist": { | |
"version": "1.2.0", | |
"from": "minimist@>=1.1.0 <2.0.0" | |
} | |
} | |
}, | |
"strip-indent": { | |
"version": "1.0.1", | |
"from": "strip-indent@>=1.0.1 <2.0.0" | |
}, | |
"strip-json-comments": { | |
"version": "1.0.4", | |
"from": "strip-json-comments@>=1.0.4 <1.1.0" | |
}, | |
"strip-outer": { | |
"version": "1.0.0", | |
"from": "strip-outer@>=1.0.0 <2.0.0" | |
}, | |
"strong-agent": { | |
"version": "2.1.1", | |
"from": "strong-agent@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"promise-polyfill": { | |
"version": "5.2.1", | |
"from": "promise-polyfill@>=5.2.1 <6.0.0" | |
}, | |
"semver": { | |
"version": "2.2.1", | |
"from": "semver@>=2.2.1 <2.3.0" | |
} | |
} | |
}, | |
"strong-analytics-node": { | |
"version": "3.0.1", | |
"from": "strong-analytics-node@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"clone": { | |
"version": "0.1.19", | |
"from": "clone@>=0.1.17 <0.2.0" | |
}, | |
"cookiejar": { | |
"version": "2.0.6", | |
"from": "[email protected]" | |
}, | |
"form-data": { | |
"version": "1.0.0-rc3", | |
"from": "[email protected]" | |
}, | |
"formidable": { | |
"version": "1.0.17", | |
"from": "formidable@>=1.0.14 <1.1.0" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "2.4.2", | |
"from": "lodash@>=2.4.1 <2.5.0" | |
}, | |
"qs": { | |
"version": "2.3.3", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.0.27-1", | |
"from": "[email protected]" | |
}, | |
"superagent": { | |
"version": "1.8.5", | |
"from": "superagent@>=1.4.0 <2.0.0" | |
} | |
} | |
}, | |
"strong-arc-filesystem": { | |
"version": "1.0.4", | |
"from": "strong-arc-filesystem@>=1.0.0 <2.0.0" | |
}, | |
"strong-arc-project-list": { | |
"version": "1.0.3", | |
"from": "strong-arc-project-list@>=1.0.0 <2.0.0" | |
}, | |
"strong-cluster-control": { | |
"version": "2.2.3", | |
"from": "strong-cluster-control@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.0.0 <4.0.0" | |
} | |
} | |
}, | |
"strong-control-channel": { | |
"version": "2.2.3", | |
"from": "strong-control-channel@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
} | |
} | |
}, | |
"strong-deploy": { | |
"version": "3.1.4", | |
"from": "strong-deploy@>=3.0.0 <4.0.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.3.1 <4.0.0" | |
}, | |
"shelljs": { | |
"version": "0.3.0", | |
"from": "shelljs@>=0.3.0 <0.4.0" | |
}, | |
"strong-mesh-models": { | |
"version": "7.1.1", | |
"from": "strong-mesh-models@>=7.0.0 <8.0.0" | |
}, | |
"user-home": { | |
"version": "1.1.1", | |
"from": "user-home@>=1.1.1 <2.0.0" | |
} | |
} | |
}, | |
"strong-docker-build": { | |
"version": "1.1.1", | |
"from": "strong-docker-build@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.9.3 <4.0.0" | |
} | |
} | |
}, | |
"strong-error-handler": { | |
"version": "1.1.1", | |
"from": "strong-error-handler@>=1.0.1 <2.0.0", | |
"dependencies": { | |
"ejs": { | |
"version": "2.5.5", | |
"from": "ejs@>=2.4.2 <3.0.0" | |
} | |
} | |
}, | |
"strong-fork-cicada": { | |
"version": "1.1.2", | |
"from": "strong-fork-cicada@>=1.1.2 <2.0.0", | |
"dependencies": { | |
"inherits": { | |
"version": "1.0.2", | |
"from": "inherits@>=1.0.0 <1.1.0" | |
}, | |
"mkdirp": { | |
"version": "0.3.5", | |
"from": "mkdirp@>=0.3.3 <0.4.0" | |
} | |
} | |
}, | |
"strong-fork-pushover": { | |
"version": "1.3.9", | |
"from": "strong-fork-pushover@>=1.3.2 <1.4.0", | |
"dependencies": { | |
"inherits": { | |
"version": "1.0.2", | |
"from": "inherits@>=1.0.0 <2.0.0" | |
}, | |
"mkdirp": { | |
"version": "0.3.5", | |
"from": "mkdirp@>=0.3.4 <0.4.0" | |
}, | |
"through": { | |
"version": "2.2.7", | |
"from": "through@>=2.2.7 <2.3.0" | |
} | |
} | |
}, | |
"strong-globalize": { | |
"version": "2.8.0", | |
"from": "strong-globalize@>=2.0.0 <3.0.0" | |
}, | |
"strong-license": { | |
"version": "1.2.2", | |
"from": "strong-license@>=1.2.0 <2.0.0" | |
}, | |
"strong-log-transformer": { | |
"version": "1.0.6", | |
"from": "strong-log-transformer@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"duplexer": { | |
"version": "0.1.1", | |
"from": "duplexer@>=0.1.1 <0.2.0" | |
}, | |
"minimist": { | |
"version": "0.1.0", | |
"from": "minimist@>=0.1.0 <0.2.0" | |
} | |
} | |
}, | |
"strong-mesh-models": { | |
"version": "8.1.0", | |
"from": "strong-mesh-models@>=8.0.0 <9.0.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.3.1 <4.0.0" | |
}, | |
"user-home": { | |
"version": "1.1.1", | |
"from": "user-home@>=1.1.1 <2.0.0" | |
} | |
} | |
}, | |
"strong-npm-ls": { | |
"version": "1.0.10", | |
"from": "strong-npm-ls@>=1.0.5 <2.0.0" | |
}, | |
"strong-pm": { | |
"version": "5.2.4", | |
"from": "strong-pm@>=5.0.0 <6.0.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
}, | |
"bl": { | |
"version": "0.9.5", | |
"from": "bl@>=0.9.4 <0.10.0" | |
}, | |
"extsprintf": { | |
"version": "1.3.0", | |
"from": "extsprintf@>=1.2.0 <2.0.0" | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.9.3 <4.0.0" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.26 <1.1.0" | |
} | |
} | |
}, | |
"strong-remoting": { | |
"version": "2.32.3", | |
"from": "strong-remoting@>=2.21.0 <3.0.0", | |
"dependencies": { | |
"async": { | |
"version": "2.1.4", | |
"from": "async@>=2.0.1 <3.0.0" | |
}, | |
"qs": { | |
"version": "6.3.0", | |
"from": "qs@>=6.2.1 <7.0.0" | |
} | |
} | |
}, | |
"strong-runner": { | |
"version": "5.0.3", | |
"from": "strong-runner@>=5.0.0 <6.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.0.0 <4.0.0" | |
} | |
} | |
}, | |
"strong-service-install": { | |
"version": "2.0.3", | |
"from": "strong-service-install@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.10.0 <4.0.0" | |
}, | |
"minimist": { | |
"version": "1.2.0", | |
"from": "minimist@>=1.0.0 <2.0.0" | |
}, | |
"shell-quote": { | |
"version": "1.6.1", | |
"from": "shell-quote@>=1.4.2 <2.0.0" | |
} | |
} | |
}, | |
"strong-service-systemd": { | |
"version": "1.2.3", | |
"from": "strong-service-systemd@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.9.3 <4.0.0" | |
}, | |
"minimist": { | |
"version": "0.2.0", | |
"from": "minimist@>=0.2.0 <0.3.0" | |
} | |
} | |
}, | |
"strong-service-upstart": { | |
"version": "1.1.3", | |
"from": "strong-service-upstart@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.9.3 <4.0.0" | |
}, | |
"minimist": { | |
"version": "0.2.0", | |
"from": "minimist@>=0.2.0 <0.3.0" | |
} | |
} | |
}, | |
"strong-spawn-npm": { | |
"version": "1.0.0", | |
"from": "strong-spawn-npm@>=1.0.0 <2.0.0" | |
}, | |
"strong-start": { | |
"version": "1.3.4", | |
"from": "strong-start@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
}, | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.3.1 <4.0.0" | |
} | |
} | |
}, | |
"strong-statsd": { | |
"version": "2.0.7", | |
"from": "strong-statsd@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
} | |
} | |
}, | |
"strong-supervisor": { | |
"version": "3.3.3", | |
"from": "strong-supervisor@>=3.2.0 <4.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.10.0 <4.0.0" | |
} | |
} | |
}, | |
"strong-swagger-ui": { | |
"version": "21.0.2", | |
"from": "strong-swagger-ui@>=21.0.0 <22.0.0" | |
}, | |
"strong-trace": { | |
"version": "1.3.4", | |
"from": "strong-trace@>=1.2.0 <2.0.0", | |
"dependencies": { | |
"esprima": { | |
"version": "1.2.5", | |
"from": "esprima@>=1.2.2 <2.0.0" | |
}, | |
"estraverse": { | |
"version": "1.9.3", | |
"from": "estraverse@>=1.5.0 <2.0.0" | |
} | |
} | |
}, | |
"strong-tunnel": { | |
"version": "1.1.6", | |
"from": "strong-tunnel@>=1.1.1 <2.0.0" | |
}, | |
"strong-url-defaults": { | |
"version": "1.2.3", | |
"from": "strong-url-defaults@>=1.0.0 <2.0.0" | |
}, | |
"strong-wait-till-listening": { | |
"version": "1.0.3", | |
"from": "strong-wait-till-listening@>=1.0.0 <2.0.0" | |
}, | |
"strongloop-license": { | |
"version": "1.5.2", | |
"from": "strongloop-license@>=1.3.0 <2.0.0", | |
"dependencies": { | |
"user-home": { | |
"version": "1.1.1", | |
"from": "user-home@>=1.1.1 <2.0.0" | |
} | |
} | |
}, | |
"sum-up": { | |
"version": "1.0.3", | |
"from": "sum-up@>=1.0.1 <2.0.0" | |
}, | |
"superagent": { | |
"version": "2.3.0", | |
"from": "superagent@>=2.2.0 <3.0.0", | |
"dependencies": { | |
"form-data": { | |
"version": "1.0.0-rc4", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"superagent-retry": { | |
"version": "0.5.1", | |
"from": "superagent-retry@>=0.5.1 <0.6.0" | |
}, | |
"supports-color": { | |
"version": "2.0.0", | |
"from": "supports-color@>=2.0.0 <3.0.0" | |
}, | |
"swagger-client": { | |
"version": "2.2.21", | |
"from": "swagger-client@>=2.1.16 <3.0.0" | |
}, | |
"swagger-methods": { | |
"version": "1.0.0", | |
"from": "swagger-methods@>=1.0.0 <2.0.0" | |
}, | |
"swagger-schema-official": { | |
"version": "2.0.0-bab6bed", | |
"from": "[email protected]" | |
}, | |
"swagger-ui": { | |
"version": "2.0.24", | |
"from": "swagger-ui@>=2.0.18 <2.1.0", | |
"dependencies": { | |
"btoa": { | |
"version": "1.1.1", | |
"from": "[email protected]" | |
}, | |
"handlebars": { | |
"version": "1.0.12", | |
"from": "handlebars@>=1.0.10 <1.1.0" | |
}, | |
"less": { | |
"version": "1.4.2", | |
"from": "less@>=1.4.2 <1.5.0" | |
}, | |
"optimist": { | |
"version": "0.3.7", | |
"from": "optimist@>=0.3.0 <0.4.0" | |
}, | |
"swagger-client": { | |
"version": "2.0.36", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"sway": { | |
"version": "1.0.0", | |
"from": "sway@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"js-yaml": { | |
"version": "3.7.0", | |
"from": "js-yaml@>=3.5.2 <4.0.0" | |
} | |
} | |
}, | |
"taketalk": { | |
"version": "1.0.0", | |
"from": "taketalk@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"minimist": { | |
"version": "1.2.0", | |
"from": "minimist@>=1.1.0 <2.0.0" | |
} | |
} | |
}, | |
"tar": { | |
"version": "2.2.1", | |
"from": "tar@>=2.2.1 <3.0.0" | |
}, | |
"tar-stream": { | |
"version": "0.4.7", | |
"from": "tar-stream@>=0.4.0 <0.5.0", | |
"dependencies": { | |
"bl": { | |
"version": "0.9.5", | |
"from": "bl@>=0.9.0 <0.10.0", | |
"dependencies": { | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.26 <1.1.0" | |
} | |
} | |
}, | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"readable-stream": { | |
"version": "1.1.14", | |
"from": "readable-stream@>=1.0.27-1 <2.0.0" | |
} | |
} | |
}, | |
"text-table": { | |
"version": "0.2.0", | |
"from": "text-table@>=0.2.0 <0.3.0" | |
}, | |
"textextensions": { | |
"version": "1.0.2", | |
"from": "textextensions@>=1.0.0 <1.1.0" | |
}, | |
"through": { | |
"version": "2.3.8", | |
"from": "through@>=2.3.6 <3.0.0" | |
}, | |
"through2": { | |
"version": "2.0.3", | |
"from": "through2@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"readable-stream": { | |
"version": "2.2.2", | |
"from": "readable-stream@>=2.1.5 <3.0.0" | |
} | |
} | |
}, | |
"through2-filter": { | |
"version": "2.0.0", | |
"from": "through2-filter@>=2.0.0 <3.0.0" | |
}, | |
"time-stamp": { | |
"version": "1.0.1", | |
"from": "time-stamp@>=1.0.0 <2.0.0" | |
}, | |
"timed-out": { | |
"version": "3.1.3", | |
"from": "timed-out@>=3.0.0 <4.0.0" | |
}, | |
"tmp": { | |
"version": "0.0.29", | |
"from": "tmp@>=0.0.29 <0.0.30" | |
}, | |
"to-absolute-glob": { | |
"version": "0.1.1", | |
"from": "to-absolute-glob@>=0.1.1 <0.2.0" | |
}, | |
"to-utf8": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"token-stream": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"topiary": { | |
"version": "1.1.2", | |
"from": "topiary@>=1.1.1 <2.0.0" | |
}, | |
"toposort": { | |
"version": "0.2.12", | |
"from": "toposort@>=0.2.10 <0.3.0" | |
}, | |
"tough-cookie": { | |
"version": "2.2.2", | |
"from": "tough-cookie@>=2.2.0 <2.3.0" | |
}, | |
"transaction-tracer": { | |
"version": "1.1.0", | |
"from": "transaction-tracer@>=1.1.0 <1.2.0" | |
}, | |
"traverse": { | |
"version": "0.6.6", | |
"from": "traverse@>=0.6.6 <0.7.0" | |
}, | |
"traverse-async": { | |
"version": "0.1.6", | |
"from": "traverse-async@>=0.1.6 <0.2.0", | |
"dependencies": { | |
"async": { | |
"version": "0.9.2", | |
"from": "async@>=0.9.0 <0.10.0" | |
} | |
} | |
}, | |
"trim-newlines": { | |
"version": "1.0.0", | |
"from": "trim-newlines@>=1.0.0 <2.0.0" | |
}, | |
"trim-repeated": { | |
"version": "1.0.0", | |
"from": "trim-repeated@>=1.0.0 <2.0.0" | |
}, | |
"tsscmp": { | |
"version": "1.0.5", | |
"from": "[email protected]" | |
}, | |
"tunnel-agent": { | |
"version": "0.4.3", | |
"from": "tunnel-agent@>=0.4.1 <0.5.0" | |
}, | |
"tv4": { | |
"version": "1.2.7", | |
"from": "tv4@>=1.2.7 <2.0.0" | |
}, | |
"type-check": { | |
"version": "0.3.2", | |
"from": "type-check@>=0.3.2 <0.4.0" | |
}, | |
"type-is": { | |
"version": "1.6.14", | |
"from": "type-is@>=1.6.14 <1.7.0" | |
}, | |
"typedarray": { | |
"version": "0.0.6", | |
"from": "typedarray@>=0.0.6 <0.0.7" | |
}, | |
"uglify-js": { | |
"version": "2.3.6", | |
"from": "uglify-js@>=2.3.0 <2.4.0", | |
"dependencies": { | |
"async": { | |
"version": "0.2.10", | |
"from": "async@>=0.2.6 <0.3.0" | |
}, | |
"optimist": { | |
"version": "0.3.7", | |
"from": "optimist@>=0.3.5 <0.4.0" | |
}, | |
"source-map": { | |
"version": "0.1.43", | |
"from": "source-map@>=0.1.7 <0.2.0" | |
} | |
} | |
}, | |
"uglify-to-browserify": { | |
"version": "1.0.2", | |
"from": "uglify-to-browserify@>=1.0.0 <1.1.0" | |
}, | |
"uid-number": { | |
"version": "0.0.5", | |
"from": "uid-number@>=0.0.5 <0.0.6" | |
}, | |
"uid-safe": { | |
"version": "2.1.3", | |
"from": "[email protected]" | |
}, | |
"uid2": { | |
"version": "0.0.3", | |
"from": "[email protected]" | |
}, | |
"ultron": { | |
"version": "1.0.2", | |
"from": "ultron@>=1.0.0 <1.1.0" | |
}, | |
"underscore": { | |
"version": "1.7.0", | |
"from": "underscore@>=1.7.0 <1.8.0" | |
}, | |
"underscore.string": { | |
"version": "2.3.3", | |
"from": "underscore.string@>=2.3.3 <2.4.0" | |
}, | |
"unique-stream": { | |
"version": "2.2.1", | |
"from": "unique-stream@>=2.0.2 <3.0.0" | |
}, | |
"unix-crypt-td-js": { | |
"version": "1.0.0", | |
"from": "unix-crypt-td-js@>=1.0.0 <2.0.0" | |
}, | |
"unpipe": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"untildify": { | |
"version": "2.1.0", | |
"from": "untildify@>=2.0.0 <3.0.0" | |
}, | |
"unzip-response": { | |
"version": "1.0.2", | |
"from": "unzip-response@>=1.0.2 <2.0.0" | |
}, | |
"uri-js": { | |
"version": "2.1.1", | |
"from": "uri-js@>=2.1.1 <3.0.0" | |
}, | |
"url-parse-lax": { | |
"version": "1.0.0", | |
"from": "url-parse-lax@>=1.0.0 <2.0.0" | |
}, | |
"user-home": { | |
"version": "2.0.0", | |
"from": "user-home@>=2.0.0 <3.0.0" | |
}, | |
"userhome": { | |
"version": "1.0.0", | |
"from": "userhome@>=1.0.0 <2.0.0" | |
}, | |
"util": { | |
"version": "0.10.3", | |
"from": "util@>=0.10.3 <1.0.0", | |
"dependencies": { | |
"inherits": { | |
"version": "2.0.1", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"util-deprecate": { | |
"version": "1.0.2", | |
"from": "util-deprecate@>=1.0.1 <1.1.0" | |
}, | |
"util-extend": { | |
"version": "1.0.3", | |
"from": "util-extend@>=1.0.1 <2.0.0" | |
}, | |
"utile": { | |
"version": "0.2.1", | |
"from": "[email protected]", | |
"dependencies": { | |
"async": { | |
"version": "0.2.10", | |
"from": "[email protected]" | |
}, | |
"ncp": { | |
"version": "0.4.2", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"utils-merge": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"uuid": { | |
"version": "2.0.3", | |
"from": "uuid@>=2.0.0 <3.0.0" | |
}, | |
"vali-date": { | |
"version": "1.0.0", | |
"from": "vali-date@>=1.0.0 <2.0.0" | |
}, | |
"valid-url": { | |
"version": "1.0.9", | |
"from": "valid-url@>=1.0.9 <1.1.0" | |
}, | |
"validate-npm-package-license": { | |
"version": "3.0.1", | |
"from": "validate-npm-package-license@>=3.0.1 <4.0.0" | |
}, | |
"validator": { | |
"version": "6.2.1", | |
"from": "validator@>=6.0.0 <7.0.0" | |
}, | |
"validator-js": { | |
"version": "0.2.1", | |
"from": "validator-js@>=0.2.1 <0.3.0" | |
}, | |
"vary": { | |
"version": "1.1.0", | |
"from": "vary@>=1.1.0 <1.2.0" | |
}, | |
"vasync": { | |
"version": "1.6.4", | |
"from": "[email protected]", | |
"dependencies": { | |
"extsprintf": { | |
"version": "1.2.0", | |
"from": "[email protected]" | |
}, | |
"verror": { | |
"version": "1.6.0", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"verror": { | |
"version": "1.3.6", | |
"from": "[email protected]" | |
}, | |
"vhost": { | |
"version": "3.0.2", | |
"from": "vhost@>=3.0.1 <3.1.0" | |
}, | |
"vinyl": { | |
"version": "1.2.0", | |
"from": "vinyl@>=1.0.0 <2.0.0" | |
}, | |
"vinyl-assign": { | |
"version": "1.2.1", | |
"from": "vinyl-assign@>=1.0.1 <2.0.0" | |
}, | |
"vinyl-file": { | |
"version": "2.0.0", | |
"from": "vinyl-file@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"first-chunk-stream": { | |
"version": "2.0.0", | |
"from": "first-chunk-stream@>=2.0.0 <3.0.0" | |
}, | |
"strip-bom": { | |
"version": "2.0.0", | |
"from": "strip-bom@>=2.0.0 <3.0.0" | |
}, | |
"strip-bom-stream": { | |
"version": "2.0.0", | |
"from": "strip-bom-stream@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"vinyl-fs": { | |
"version": "2.4.4", | |
"from": "vinyl-fs@>=2.2.0 <3.0.0", | |
"dependencies": { | |
"lazystream": { | |
"version": "1.0.0", | |
"from": "lazystream@>=1.0.0 <2.0.0" | |
}, | |
"strip-bom": { | |
"version": "2.0.0", | |
"from": "strip-bom@>=2.0.0 <3.0.0" | |
} | |
} | |
}, | |
"void-elements": { | |
"version": "2.0.1", | |
"from": "[email protected]" | |
}, | |
"walkdir": { | |
"version": "0.0.11", | |
"from": "walkdir@>=0.0.11 <0.0.12" | |
}, | |
"ware": { | |
"version": "1.3.0", | |
"from": "ware@>=1.2.0 <2.0.0" | |
}, | |
"which": { | |
"version": "1.2.12", | |
"from": "which@>=1.2.9 <2.0.0" | |
}, | |
"window-size": { | |
"version": "0.1.0", | |
"from": "[email protected]" | |
}, | |
"winston": { | |
"version": "0.8.0", | |
"from": "[email protected]", | |
"dependencies": { | |
"async": { | |
"version": "0.2.10", | |
"from": "[email protected]" | |
}, | |
"colors": { | |
"version": "0.6.2", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"with": { | |
"version": "5.1.1", | |
"from": "[email protected]" | |
}, | |
"wlpn-password": { | |
"version": "1.0.0", | |
"from": "[email protected]" | |
}, | |
"word-count": { | |
"version": "0.2.2", | |
"from": "word-count@>=0.2.1 <0.3.0" | |
}, | |
"wordwrap": { | |
"version": "0.0.3", | |
"from": "wordwrap@>=0.0.2 <0.1.0" | |
}, | |
"wrap-ansi": { | |
"version": "2.1.0", | |
"from": "wrap-ansi@>=2.0.0 <3.0.0" | |
}, | |
"wrap-fn": { | |
"version": "0.1.5", | |
"from": "wrap-fn@>=0.1.0 <0.2.0" | |
}, | |
"wrappy": { | |
"version": "1.0.2", | |
"from": "wrappy@>=1.0.0 <2.0.0" | |
}, | |
"ws": { | |
"version": "1.1.1", | |
"from": "ws@>=1.1.0 <2.0.0" | |
}, | |
"x-xss-protection": { | |
"version": "0.2.0", | |
"from": "[email protected]" | |
}, | |
"x2js": { | |
"version": "2.0.1", | |
"from": "x2js@>=2.0.1 <3.0.0" | |
}, | |
"xdg-basedir": { | |
"version": "2.0.0", | |
"from": "xdg-basedir@>=2.0.0 <3.0.0" | |
}, | |
"xml-crypto": { | |
"version": "0.8.5", | |
"from": "xml-crypto@>=0.8.0 <0.9.0", | |
"dependencies": { | |
"xmldom": { | |
"version": "0.1.19", | |
"from": "[email protected]" | |
} | |
} | |
}, | |
"xml2js": { | |
"version": "0.4.17", | |
"from": "xml2js@>=0.4.8 <0.5.0" | |
}, | |
"xmlbuilder": { | |
"version": "4.2.1", | |
"from": "xmlbuilder@>=4.1.0 <5.0.0" | |
}, | |
"xmldom": { | |
"version": "0.1.27", | |
"from": "xmldom@>=0.1.22 <0.2.0" | |
}, | |
"xpath.js": { | |
"version": "1.0.7", | |
"from": "xpath.js@>=0.0.3" | |
}, | |
"xtend": { | |
"version": "4.0.1", | |
"from": "xtend@>=4.0.0 <5.0.0" | |
}, | |
"yallist": { | |
"version": "2.0.0", | |
"from": "yallist@>=2.0.0 <3.0.0" | |
}, | |
"yaml-js": { | |
"version": "0.1.4", | |
"from": "yaml-js@>=0.1.3 <0.2.0" | |
}, | |
"yamljs": { | |
"version": "0.2.8", | |
"from": "yamljs@>=0.2.8 <0.3.0" | |
}, | |
"yargs": { | |
"version": "3.10.0", | |
"from": "yargs@>=3.10.0 <3.11.0", | |
"dependencies": { | |
"camelcase": { | |
"version": "1.2.1", | |
"from": "camelcase@>=1.0.2 <2.0.0" | |
} | |
} | |
}, | |
"yauzl": { | |
"version": "2.7.0", | |
"from": "yauzl@>=2.4.1 <3.0.0" | |
}, | |
"yeoman-assert": { | |
"version": "2.2.2", | |
"from": "yeoman-assert@>=2.0.0 <3.0.0", | |
"dependencies": { | |
"lodash": { | |
"version": "3.10.1", | |
"from": "lodash@>=3.6.0 <4.0.0" | |
} | |
} | |
}, | |
"yeoman-environment": { | |
"version": "1.6.6", | |
"from": "yeoman-environment@>=1.1.0 <2.0.0", | |
"dependencies": { | |
"cli-width": { | |
"version": "2.1.0", | |
"from": "cli-width@>=2.0.0 <3.0.0" | |
}, | |
"inquirer": { | |
"version": "1.2.3", | |
"from": "inquirer@>=1.0.2 <2.0.0" | |
}, | |
"mute-stream": { | |
"version": "0.0.6", | |
"from": "[email protected]" | |
}, | |
"rx": { | |
"version": "4.1.0", | |
"from": "rx@>=4.1.0 <5.0.0" | |
} | |
} | |
}, | |
"yeoman-generator": { | |
"version": "0.23.4", | |
"from": "yeoman-generator@>=0.23.1 <0.24.0", | |
"dependencies": { | |
"cross-spawn": { | |
"version": "3.0.1", | |
"from": "cross-spawn@>=3.0.0 <4.0.0" | |
}, | |
"lru-cache": { | |
"version": "4.0.2", | |
"from": "lru-cache@>=4.0.1 <5.0.0" | |
}, | |
"shelljs": { | |
"version": "0.7.6", | |
"from": "shelljs@>=0.7.0 <0.8.0" | |
}, | |
"underscore.string": { | |
"version": "3.3.4", | |
"from": "underscore.string@>=3.0.3 <4.0.0" | |
} | |
} | |
}, | |
"yeoman-test": { | |
"version": "1.6.0", | |
"from": "yeoman-test@>=1.0.0 <2.0.0", | |
"dependencies": { | |
"async": { | |
"version": "2.1.4", | |
"from": "async@>=2.0.0 <3.0.0" | |
}, | |
"cli-width": { | |
"version": "2.1.0", | |
"from": "cli-width@>=2.0.0 <3.0.0" | |
}, | |
"inquirer": { | |
"version": "1.2.3", | |
"from": "inquirer@>=1.0.2 <2.0.0" | |
}, | |
"istextorbinary": { | |
"version": "2.1.0", | |
"from": "istextorbinary@>=2.1.0 <3.0.0" | |
}, | |
"mute-stream": { | |
"version": "0.0.6", | |
"from": "[email protected]" | |
}, | |
"rx": { | |
"version": "4.1.0", | |
"from": "rx@>=4.1.0 <5.0.0" | |
}, | |
"shelljs": { | |
"version": "0.7.6", | |
"from": "shelljs@>=0.7.0 <0.8.0" | |
}, | |
"underscore.string": { | |
"version": "3.3.4", | |
"from": "underscore.string@>=3.0.3 <4.0.0" | |
}, | |
"yeoman-generator": { | |
"version": "0.24.1", | |
"from": "yeoman-generator@>=0.24.1 <0.25.0" | |
} | |
} | |
}, | |
"yeoman-welcome": { | |
"version": "1.0.1", | |
"from": "yeoman-welcome@>=1.0.0 <2.0.0" | |
}, | |
"yosay": { | |
"version": "1.2.1", | |
"from": "yosay@>=1.0.5 <2.0.0" | |
}, | |
"z-schema": { | |
"version": "3.18.2", | |
"from": "z-schema@>=3.16.1 <4.0.0" | |
}, | |
"zip-folder": { | |
"version": "1.0.0", | |
"from": "zip-folder@>=1.0.0 <2.0.0" | |
}, | |
"zip-stream": { | |
"version": "0.4.1", | |
"from": "zip-stream@>=0.4.0 <0.5.0", | |
"dependencies": { | |
"isarray": { | |
"version": "0.0.1", | |
"from": "[email protected]" | |
}, | |
"lodash": { | |
"version": "2.4.2", | |
"from": "lodash@>=2.4.1 <2.5.0" | |
}, | |
"readable-stream": { | |
"version": "1.0.34", | |
"from": "readable-stream@>=1.0.26 <1.1.0" | |
} | |
} | |
} | |
} | |
}, | |
"_spec": "apiconnect", | |
"_where": "/Users/alex", | |
"author": { | |
"name": "IBM API Connect" | |
}, | |
"bin": { | |
"apic": "bin/cli.js" | |
}, | |
"description": "IBM API Connect Developer Toolkit", | |
"devDependencies": { | |
"apiconnect-cli-test-support": "^3.x", | |
"bluebird": "^3.x", | |
"eslint": "^2.x", | |
"eslint-config-apiconnect": "^2.x", | |
"fast-stats": "0.0.3", | |
"rimraf": "^2.x", | |
"tap": "^5.x" | |
}, | |
"directories": {}, | |
"dist": { | |
"shasum": "acfd3bbd43d5d494f25a73b5bff6ecf070e77daf", | |
"tarball": "https://registry.npmjs.org/apiconnect/-/apiconnect-2.5.17.tgz" | |
}, | |
"engines": { | |
"node": ">=4" | |
}, | |
"license": "SEE LICENSE IN LICENSE.txt", | |
"main": "index.js", | |
"maintainers": [ | |
{ | |
"name": "bajtos", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "behajian", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "chandadharap", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "ibmcloud-admin", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "jtary", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "kjdelisle", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "kraman", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "octet", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "pthieu", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "qpresley", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "rfeng", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "ritch", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "rmg", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "setogit", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "tjsmith.us.ibm.com", | |
"email": "[email protected]" | |
} | |
], | |
"optionalDependencies": {}, | |
"product-name": "API Connect", | |
"product-version": "5.0.6.1", | |
"readme": "ERROR: No README data found!", | |
"repository": { | |
"type": "git", | |
"url": "[email protected]:apimesh/apiconnect.git" | |
}, | |
"scripts": { | |
"postuninstall": "node ./lib/apic-npm-cache-clear.js", | |
"pretest": "eslint --ignore-path .gitignore .", | |
"preuninstall": "node ./lib/apic-uninstall.js", | |
"test": "tap --bail --timeout=1000 ./test/test-* --reporter=spec" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/apiconnect", | |
"_dependencies": { | |
"apiconnect-cli-apis": "^2.x", | |
"apiconnect-cli-apps": "^2.x", | |
"apiconnect-cli-auth": "^2.x", | |
"apiconnect-cli-catalogs": "^2.x", | |
"apiconnect-cli-components": "^1.x", | |
"apiconnect-cli-config": "^3.x", | |
"apiconnect-cli-create": "^2.x", | |
"apiconnect-cli-devapps": "^1.x", | |
"apiconnect-cli-drafts": "^2.x", | |
"apiconnect-cli-edit": "^3.x", | |
"apiconnect-cli-logger": "^1.x", | |
"apiconnect-cli-loopback": "^2.x", | |
"apiconnect-cli-members": "^1.x", | |
"apiconnect-cli-orgs": "^2.x", | |
"apiconnect-cli-plugins": "^3.x", | |
"apiconnect-cli-pm": "^2.x", | |
"apiconnect-cli-policies": "^1.x", | |
"apiconnect-cli-products": "^2.x", | |
"apiconnect-cli-securegateways": "^1.x", | |
"apiconnect-cli-spaces": "^1.x", | |
"apiconnect-cli-subscriptions": "^1.x", | |
"apiconnect-cli-swiftserver": "^1.x", | |
"apiconnect-cli-util": "^3.x", | |
"apiconnect-cli-validate": "^2.x", | |
"apiconnect-cli-version-checker": "^1.x", | |
"apiconnect-config": "^1.x", | |
"apiconnect-tracking": "^1.x", | |
"bluebird": "^3.x", | |
"commander": "^2.x", | |
"debug": "^2.x", | |
"fs-extra": "~0.26.4", | |
"inquirer": "~0.8.5", | |
"lodash": "^4.x", | |
"mkdirp": "~0.5.1", | |
"strong-globalize": "^2.x" | |
}, | |
"peerDependencies": {} | |
}, | |
"bootlint": { | |
"version": "0.14.2", | |
"resolved": "https://registry.npmjs.org/bootlint/-/bootlint-0.14.2.tgz", | |
"name": "bootlint", | |
"_args": [ | |
[ | |
{ | |
"raw": "bootlint", | |
"scope": null, | |
"escapedName": "bootlint", | |
"name": "bootlint", | |
"rawSpec": "", | |
"spec": "latest", | |
"type": "tag" | |
}, | |
"/Users/alex/git/sslnotifyme/frontend" | |
] | |
], | |
"_from": "bootlint@latest", | |
"_id": "[email protected]", | |
"_inCache": true, | |
"_location": "/bootlint", | |
"_nodeVersion": "5.1.0", | |
"_npmUser": { | |
"name": "cvrebert", | |
"email": "[email protected]" | |
}, | |
"_npmVersion": "3.3.12", | |
"_phantomChildren": {}, | |
"_requested": { | |
"raw": "bootlint", | |
"scope": null, | |
"escapedName": "bootlint", | |
"name": "bootlint", | |
"rawSpec": "", | |
"spec": "latest", | |
"type": "tag" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/bootlint/-/bootlint-0.14.2.tgz", | |
"_shasum": "c04c373d65dfd0a4d0df7c2dbb3e29a6e150cb70", | |
"_shrinkwrap": null, | |
"_spec": "bootlint", | |
"_where": "/Users/alex/git/test", | |
"author": { | |
"name": "Chris Rebert", | |
"email": "[email protected]", | |
"url": "http://chrisrebert.com" | |
}, | |
"bin": { | |
"bootlint": "src/cli-main.js" | |
}, | |
"browser": { | |
"binary-search": false, | |
"cheerio": "jquery", | |
"url": "./src/url.js", | |
"./src/cli.js": false, | |
"./src/cli-main.js": false, | |
"./src/location.js": false | |
}, | |
"bugs": { | |
"url": "https://github.com/twbs/bootlint/issues" | |
}, | |
"contributors": [ | |
{ | |
"name": "Heinrich Fenkart", | |
"email": "[email protected]", | |
"url": "http://hnrch02.me" | |
} | |
], | |
"description": "HTML linter for Bootstrap projects", | |
"devDependencies": { | |
"coveralls": "^2.11.2", | |
"grunt": "^0.4.5", | |
"grunt-banner": "^0.6.0", | |
"grunt-browserify": "^4.0.1", | |
"grunt-contrib-clean": "^0.7.0", | |
"grunt-contrib-jshint": "^0.11.0", | |
"grunt-contrib-nodeunit": "^0.4.1", | |
"grunt-contrib-qunit": "^0.7.0", | |
"grunt-contrib-watch": "^0.6.1", | |
"grunt-eslint": "^10.0.0", | |
"grunt-exec": "^0.4.6", | |
"grunt-jscs": "^1.5.0", | |
"jquery": "~2.1.3", | |
"jscoverage": "^0.6.0", | |
"jscs-jsdoc": "^0.4.5", | |
"load-grunt-tasks": "^3.1.0", | |
"nodeunit": "^0.9.0", | |
"npm-shrinkwrap": "^200.1.0", | |
"rewire": "^2.3.1", | |
"sinon": "^1.12.2", | |
"time-grunt": "^1.0.0" | |
}, | |
"directories": {}, | |
"dist": { | |
"shasum": "c04c373d65dfd0a4d0df7c2dbb3e29a6e150cb70", | |
"tarball": "https://registry.npmjs.org/bootlint/-/bootlint-0.14.2.tgz" | |
}, | |
"files": [ | |
"bin", | |
"dist", | |
"src", | |
"app.js", | |
"LICENSE" | |
], | |
"gitHead": "2355c9a7a735b9f375840855445b258c4201ff12", | |
"homepage": "https://github.com/twbs/bootlint", | |
"keywords": [ | |
"bootstrap", | |
"checker", | |
"correctness", | |
"html", | |
"lint", | |
"linter", | |
"validator", | |
"validity" | |
], | |
"license": "MIT", | |
"main": "./src/bootlint.js", | |
"maintainers": [ | |
{ | |
"name": "cvrebert", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "twbs", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "hnrch02", | |
"email": "[email protected]" | |
} | |
], | |
"optionalDependencies": {}, | |
"readme": "ERROR: No README data found!", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/twbs/bootlint.git" | |
}, | |
"scripts": { | |
"coveralls": "jscoverage src && BOOTLINT_COV=1 nodeunit --reporter=lcov test | coveralls", | |
"start": "./bin/www", | |
"test": "grunt test" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/bootlint", | |
"_dependencies": { | |
"binary-search": "^1.2.0", | |
"bluebird": "^3.0.5", | |
"body-parser": "^1.14.1", | |
"chalk": "^1.1.1", | |
"cheerio": "^0.19.0", | |
"commander": "^2.9.0", | |
"debug": "^2.1.1", | |
"express": "^4.11.2", | |
"glob": "^6.0.1", | |
"morgan": "^1.5.1", | |
"semver": "^5.0.3", | |
"void-elements": "^2.0.1" | |
}, | |
"peerDependencies": {} | |
}, | |
"browserify": { | |
"version": "16.2.2", | |
"resolved": "https://registry.npmjs.org/browserify/-/browserify-16.2.2.tgz", | |
"name": "browserify", | |
"_from": "browserify", | |
"_id": "[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-fMES05wq1Oukts6ksGUU2TMVHHp06LyQt0SIwbXIHm7waSrQmNBZePsU0iM/4f94zbvb/wHma+D1YrdzWYnF/A==", | |
"_location": "/browserify", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "browserify", | |
"name": "browserify", | |
"escapedName": "browserify", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/browserify/-/browserify-16.2.2.tgz", | |
"_shasum": "4b1f66ba0e54fa39dbc5aa4be9629142143d91b0", | |
"_spec": "browserify", | |
"_where": "/Users/alex/git/test", | |
"author": { | |
"name": "James Halliday", | |
"email": "[email protected]", | |
"url": "http://substack.net" | |
}, | |
"bin": { | |
"browserify": "bin/cmd.js" | |
}, | |
"bugs": { | |
"url": "https://github.com/browserify/browserify/issues" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "browser-side require() the node way", | |
"devDependencies": { | |
"backbone": "~0.9.2", | |
"browser-unpack": "^1.1.1", | |
"coffee-script": "~1.10.0", | |
"coffeeify": "~1.1.0", | |
"has-object-spread": "^1.0.0", | |
"has-template-literals": "^1.0.0", | |
"isstream": "^0.1.2", | |
"make-generator-function": "^1.1.0", | |
"semver": "^5.5.0", | |
"seq": "0.3.5", | |
"tap": "^10.7.2", | |
"temp": "^0.8.1", | |
"through": "^2.3.4" | |
}, | |
"engines": { | |
"node": ">= 0.8" | |
}, | |
"homepage": "https://github.com/browserify/browserify#readme", | |
"keywords": [ | |
"browser", | |
"require", | |
"commonjs", | |
"commonj-esque", | |
"bundle", | |
"npm", | |
"javascript" | |
], | |
"license": "MIT", | |
"main": "index.js", | |
"repository": { | |
"type": "git", | |
"url": "git+ssh://[email protected]/browserify/browserify.git" | |
}, | |
"scripts": { | |
"test": "tap test/*.js" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/browserify", | |
"_dependencies": { | |
"JSONStream": "^1.0.3", | |
"assert": "^1.4.0", | |
"browser-pack": "^6.0.1", | |
"browser-resolve": "^1.11.0", | |
"browserify-zlib": "~0.2.0", | |
"buffer": "^5.0.2", | |
"cached-path-relative": "^1.0.0", | |
"concat-stream": "^1.6.0", | |
"console-browserify": "^1.1.0", | |
"constants-browserify": "~1.0.0", | |
"crypto-browserify": "^3.0.0", | |
"defined": "^1.0.0", | |
"deps-sort": "^2.0.0", | |
"domain-browser": "^1.2.0", | |
"duplexer2": "~0.1.2", | |
"events": "^2.0.0", | |
"glob": "^7.1.0", | |
"has": "^1.0.0", | |
"htmlescape": "^1.1.0", | |
"https-browserify": "^1.0.0", | |
"inherits": "~2.0.1", | |
"insert-module-globals": "^7.0.0", | |
"labeled-stream-splicer": "^2.0.0", | |
"mkdirp": "^0.5.0", | |
"module-deps": "^6.0.0", | |
"os-browserify": "~0.3.0", | |
"parents": "^1.0.1", | |
"path-browserify": "~0.0.0", | |
"process": "~0.11.0", | |
"punycode": "^1.3.2", | |
"querystring-es3": "~0.2.0", | |
"read-only-stream": "^2.0.0", | |
"readable-stream": "^2.0.2", | |
"resolve": "^1.1.4", | |
"shasum": "^1.0.0", | |
"shell-quote": "^1.6.1", | |
"stream-browserify": "^2.0.0", | |
"stream-http": "^2.0.0", | |
"string_decoder": "^1.1.1", | |
"subarg": "^1.0.0", | |
"syntax-error": "^1.1.1", | |
"through2": "^2.0.0", | |
"timers-browserify": "^1.0.1", | |
"tty-browserify": "0.0.1", | |
"url": "~0.11.0", | |
"util": "~0.10.1", | |
"vm-browserify": "^1.0.0", | |
"xtend": "^4.0.0" | |
}, | |
"peerDependencies": {} | |
}, | |
"bumped": { | |
"version": "0.12.2", | |
"resolved": "https://registry.npmjs.org/bumped/-/bumped-0.12.2.tgz", | |
"name": "bumped", | |
"_from": "bumped", | |
"_id": "[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-ZSk7xyDgc0b/egjejFEo4MwzDjUq1qABIsfolH3a814WSNUprZdqSlNyeCQGh43qdbq3c9JUin49q3jBk5Tz/Q==", | |
"_location": "/bumped", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "bumped", | |
"name": "bumped", | |
"escapedName": "bumped", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/bumped/-/bumped-0.12.2.tgz", | |
"_shasum": "2cf2cd9dbde9e0ccc1a5b8ffa11bde628719d616", | |
"_spec": "bumped", | |
"_where": "/Users/alex/git/test", | |
"author": { | |
"name": "Kiko Beats", | |
"email": "[email protected]", | |
"url": "https://github.com/Kikobeats" | |
}, | |
"bin": { | |
"bumped": "bin/index.js" | |
}, | |
"bugs": { | |
"url": "https://github.com/bumped/bumped/issues" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "Makes easy release software.", | |
"devDependencies": { | |
"coveralls": "latest", | |
"git-dirty": "latest", | |
"mocha": "latest", | |
"nyc": "latest", | |
"should": "latest", | |
"travis-after-all": "latest" | |
}, | |
"engines": { | |
"node": ">= 8" | |
}, | |
"files": [ | |
"bin", | |
"index.js", | |
"lib" | |
], | |
"homepage": "https://bumped.github.io", | |
"keywords": [ | |
"bumped", | |
"npm", | |
"release", | |
"semver", | |
"version" | |
], | |
"license": "MIT", | |
"main": "./bin/index.js", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/bumped/bumped.git" | |
}, | |
"scripts": { | |
"coveralls": "nyc report --reporter=text-lcov | coveralls", | |
"posttest": "cp .bumpedrc_backup .bumpedrc", | |
"pretest": "rm .bumpedrc || exit 0", | |
"test": "nyc --extension .coffee mocha test/index.coffee" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/bumped", | |
"_dependencies": { | |
"acho": "~4.0.4", | |
"args-js": "~0.10.12", | |
"async": "~3.1.0", | |
"chalk": "~3.0.0", | |
"coffeescript": "~2.4.1", | |
"dot-prop": "~5.2.0", | |
"exists-file": "~3.0.2", | |
"fs-extra": "~8.1.0", | |
"global-modules": "~2.0.0", | |
"json-future": "~2.2.4", | |
"lodash.clonedeep": "~4.5.0", | |
"lodash.omit": "~4.5.0", | |
"lodash.partial": "~4.2.1", | |
"meow": "~6.0.0", | |
"parse-config-file": "~1.0.4", | |
"pretty-ms": "~5.1.0", | |
"rc": "~1.2.8", | |
"resolve-up": "~1.0.0", | |
"semver": "~6.3.0", | |
"time-span": "~3.1.0", | |
"update-notifier": "~3.0.1", | |
"yaml-parser": "~3.5.3" | |
}, | |
"peerDependencies": {} | |
}, | |
"eslint": { | |
"version": "7.3.1", | |
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.3.1.tgz", | |
"name": "eslint", | |
"_from": "eslint", | |
"_id": "[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==", | |
"_location": "/eslint", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "eslint", | |
"name": "eslint", | |
"escapedName": "eslint", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/eslint/-/eslint-7.3.1.tgz", | |
"_shasum": "76392bd7e44468d046149ba128d1566c59acbe19", | |
"_spec": "eslint", | |
"_where": "/Users/alex", | |
"author": { | |
"name": "Nicholas C. Zakas", | |
"email": "[email protected]" | |
}, | |
"bin": { | |
"eslint": "bin/eslint.js" | |
}, | |
"bugs": { | |
"url": "https://github.com/eslint/eslint/issues/" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "An AST-based pattern checker for JavaScript.", | |
"devDependencies": { | |
"@babel/core": "^7.4.3", | |
"@babel/preset-env": "^7.4.3", | |
"acorn": "^7.2.0", | |
"babel-loader": "^8.0.5", | |
"chai": "^4.0.1", | |
"cheerio": "^0.22.0", | |
"common-tags": "^1.8.0", | |
"core-js": "^3.1.3", | |
"dateformat": "^3.0.3", | |
"ejs": "^3.0.2", | |
"escape-string-regexp": "^3.0.0", | |
"eslint": "file:.", | |
"eslint-config-eslint": "file:packages/eslint-config-eslint", | |
"eslint-plugin-eslint-plugin": "^2.2.1", | |
"eslint-plugin-internal-rules": "file:tools/internal-rules", | |
"eslint-plugin-jsdoc": "^22.1.0", | |
"eslint-plugin-node": "^11.1.0", | |
"eslint-release": "^2.0.0", | |
"eslump": "^2.0.0", | |
"esprima": "^4.0.1", | |
"glob": "^7.1.6", | |
"jsdoc": "^3.5.5", | |
"karma": "^4.0.1", | |
"karma-chrome-launcher": "^3.1.0", | |
"karma-mocha": "^1.3.0", | |
"karma-mocha-reporter": "^2.2.3", | |
"karma-webpack": "^4.0.0-rc.6", | |
"leche": "^2.2.3", | |
"lint-staged": "^10.1.2", | |
"load-perf": "^0.2.0", | |
"markdownlint": "^0.19.0", | |
"markdownlint-cli": "^0.22.0", | |
"memfs": "^3.0.1", | |
"mocha": "^7.1.1", | |
"mocha-junit-reporter": "^1.23.0", | |
"npm-license": "^0.3.3", | |
"nyc": "^15.0.1", | |
"proxyquire": "^2.0.1", | |
"puppeteer": "^2.1.1", | |
"recast": "^0.19.0", | |
"regenerator-runtime": "^0.13.2", | |
"shelljs": "^0.8.2", | |
"sinon": "^9.0.1", | |
"temp": "^0.9.0", | |
"webpack": "^4.35.0", | |
"webpack-cli": "^3.3.5", | |
"yorkie": "^2.0.0" | |
}, | |
"engines": { | |
"node": "^10.12.0 || >=12.0.0" | |
}, | |
"files": [ | |
"LICENSE", | |
"README.md", | |
"bin", | |
"conf", | |
"lib", | |
"messages" | |
], | |
"funding": { | |
"url": "https://opencollective.com/eslint" | |
}, | |
"gitHooks": { | |
"pre-commit": "lint-staged" | |
}, | |
"homepage": "https://eslint.org", | |
"keywords": [ | |
"ast", | |
"lint", | |
"javascript", | |
"ecmascript", | |
"espree" | |
], | |
"license": "MIT", | |
"lint-staged": { | |
"*.js": [ | |
"eslint --fix", | |
"git add" | |
], | |
"*.md": "markdownlint" | |
}, | |
"main": "./lib/api.js", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/eslint/eslint.git" | |
}, | |
"scripts": { | |
"docs": "node Makefile.js docs", | |
"fix": "node Makefile.js lint -- fix", | |
"fuzz": "node Makefile.js fuzz", | |
"generate-alpharelease": "node Makefile.js generatePrerelease -- alpha", | |
"generate-betarelease": "node Makefile.js generatePrerelease -- beta", | |
"generate-rcrelease": "node Makefile.js generatePrerelease -- rc", | |
"generate-release": "node Makefile.js generateRelease", | |
"gensite": "node Makefile.js gensite", | |
"lint": "node Makefile.js lint", | |
"perf": "node Makefile.js perf", | |
"publish-release": "node Makefile.js publishRelease", | |
"test": "node Makefile.js test", | |
"test:cli": "mocha", | |
"webpack": "node Makefile.js webpack" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/eslint", | |
"_dependencies": { | |
"@babel/code-frame": "^7.0.0", | |
"ajv": "^6.10.0", | |
"chalk": "^4.0.0", | |
"cross-spawn": "^7.0.2", | |
"debug": "^4.0.1", | |
"doctrine": "^3.0.0", | |
"enquirer": "^2.3.5", | |
"eslint-scope": "^5.1.0", | |
"eslint-utils": "^2.0.0", | |
"eslint-visitor-keys": "^1.2.0", | |
"espree": "^7.1.0", | |
"esquery": "^1.2.0", | |
"esutils": "^2.0.2", | |
"file-entry-cache": "^5.0.1", | |
"functional-red-black-tree": "^1.0.1", | |
"glob-parent": "^5.0.0", | |
"globals": "^12.1.0", | |
"ignore": "^4.0.6", | |
"import-fresh": "^3.0.0", | |
"imurmurhash": "^0.1.4", | |
"is-glob": "^4.0.0", | |
"js-yaml": "^3.13.1", | |
"json-stable-stringify-without-jsonify": "^1.0.1", | |
"levn": "^0.4.1", | |
"lodash": "^4.17.14", | |
"minimatch": "^3.0.4", | |
"natural-compare": "^1.4.0", | |
"optionator": "^0.9.1", | |
"progress": "^2.0.0", | |
"regexpp": "^3.1.0", | |
"semver": "^7.2.1", | |
"strip-ansi": "^6.0.0", | |
"strip-json-comments": "^3.1.0", | |
"table": "^5.2.3", | |
"text-table": "^0.2.0", | |
"v8-compile-cache": "^2.0.3" | |
}, | |
"peerDependencies": {} | |
}, | |
"firebase-tools": { | |
"version": "8.13.1", | |
"name": "firebase-tools", | |
"description": "Command-Line Interface for Firebase", | |
"main": "./lib/index.js", | |
"bin": { | |
"firebase": "lib/bin/firebase.js" | |
}, | |
"scripts": { | |
"build": "tsc", | |
"build:watch": "tsc --watch", | |
"clean": "rimraf lib", | |
"format": "npm run format:ts && npm run format:other", | |
"format:other": "npm run lint:other -- --write", | |
"format:ts": "npm run lint:ts -- --fix --quiet", | |
"generate:auth-api": "ts-node scripts/gen-auth-api-spec.ts", | |
"lint": "npm run lint:ts && npm run lint:other", | |
"lint:changed-files": "ts-node ./scripts/lint-changed-files.ts", | |
"lint:other": "prettier --check '**/*.{md,yaml,yml}'", | |
"lint:quiet": "npm run lint:ts -- --quiet && npm run lint:other", | |
"lint:ts": "eslint --config .eslintrc.js --ext .ts,.js .", | |
"mocha": "nyc mocha 'src/test/**/*.{ts,js}'", | |
"prepare": "npm run clean && npm run build -- --build tsconfig.publish.json", | |
"test": "npm run lint:quiet && npm run mocha", | |
"test:client-integration": "./scripts/client-integration-tests/run.sh", | |
"test:extensions-emulator": "./scripts/extensions-emulator-tests/run.sh", | |
"test:hosting": "./scripts/hosting-tests/run.sh", | |
"test:triggers-end-to-end": "./scripts/triggers-end-to-end-tests/run.sh" | |
}, | |
"files": [ | |
"lib", | |
"templates", | |
"standalone" | |
], | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/firebase/firebase-tools.git" | |
}, | |
"keywords": [ | |
"cdn", | |
"cli", | |
"ssl", | |
"cloud", | |
"hosting", | |
"firebase", | |
"realtime", | |
"websockets", | |
"synchronization" | |
], | |
"preferGlobal": true, | |
"engines": { | |
"node": ">= 8.6.0" | |
}, | |
"author": "Firebase (https://firebase.google.com/)", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/firebase/firebase-tools/issues" | |
}, | |
"homepage": "https://github.com/firebase/firebase-tools", | |
"publishConfig": { | |
"registry": "https://wombat-dressing-room.appspot.com" | |
}, | |
"nyc": { | |
"require": [ | |
"ts-node/register" | |
], | |
"extension": [ | |
".js", | |
".ts" | |
], | |
"exclude": [ | |
"src/test/**/*" | |
] | |
}, | |
"devDependencies": { | |
"@manifoldco/swagger-to-ts": "^2.0.0", | |
"@types/async": "^3.0.8", | |
"@types/body-parser": "^1.17.0", | |
"@types/chai": "^4.1.6", | |
"@types/chai-as-promised": "^7.1.0", | |
"@types/cli-color": "^0.3.29", | |
"@types/cli-table": "^0.3.0", | |
"@types/configstore": "^4.0.0", | |
"@types/cross-spawn": "^6.0.1", | |
"@types/dotenv": "^6.1.0", | |
"@types/express": "^4.17.0", | |
"@types/express-serve-static-core": "^4.17.8", | |
"@types/fs-extra": "^5.0.5", | |
"@types/glob": "^7.1.1", | |
"@types/inquirer": "^6.0.3", | |
"@types/js-yaml": "^3.12.2", | |
"@types/jsonwebtoken": "^8.3.8", | |
"@types/lodash": "^4.14.149", | |
"@types/marked": "^0.6.5", | |
"@types/mocha": "^7.0.2", | |
"@types/multer": "^1.4.3", | |
"@types/nock": "^9.3.0", | |
"@types/node": "^10.12.0", | |
"@types/plist": "^3.0.1", | |
"@types/progress": "^2.0.3", | |
"@types/request": "^2.48.1", | |
"@types/rimraf": "^2.0.3", | |
"@types/semver": "^6.0.0", | |
"@types/sinon": "^5.0.5", | |
"@types/sinon-chai": "^3.2.2", | |
"@types/supertest": "^2.0.6", | |
"@types/tar": "^4.0.0", | |
"@types/tcp-port-used": "^1.0.0", | |
"@types/tmp": "^0.1.0", | |
"@types/triple-beam": "^1.3.0", | |
"@types/unzipper": "^0.10.0", | |
"@types/uuid": "^3.4.4", | |
"@types/winston": "^2.4.4", | |
"@types/ws": "^7.2.3", | |
"@typescript-eslint/eslint-plugin": "^2.3.0", | |
"@typescript-eslint/parser": "^2.34.0", | |
"chai": "^4.2.0", | |
"chai-as-promised": "^7.1.1", | |
"coveralls": "^3.0.1", | |
"eslint": "^6.8.0", | |
"eslint-config-google": "^0.14.0", | |
"eslint-config-prettier": "^6.10.0", | |
"eslint-plugin-jsdoc": "^22.1.0", | |
"eslint-plugin-prettier": "^3.1.0", | |
"firebase": "^7.24.0", | |
"firebase-admin": "^8.9.0", | |
"firebase-functions": "^3.11.0", | |
"google-discovery-to-swagger": "^2.1.0", | |
"mocha": "^7.1.1", | |
"nock": "^9.3.3", | |
"nyc": "^15.0.1", | |
"openapi-merge": "^1.0.23", | |
"prettier": "^1.19.0", | |
"sinon": "^6.3.4", | |
"sinon-chai": "^3.2.0", | |
"source-map-support": "^0.5.9", | |
"supertest": "^3.3.0", | |
"swagger2openapi": "^6.0.3", | |
"ts-node": "^7.0.1", | |
"typescript": "^3.9.5" | |
}, | |
"_id": "[email protected]", | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/firebase-tools", | |
"_dependencies": { | |
"@google-cloud/pubsub": "^1.7.0", | |
"JSONStream": "^1.2.1", | |
"archiver": "^3.0.0", | |
"body-parser": "^1.19.0", | |
"chokidar": "^3.0.2", | |
"cjson": "^0.3.1", | |
"cli-color": "^1.2.0", | |
"cli-table": "^0.3.1", | |
"commander": "^4.0.1", | |
"configstore": "^5.0.1", | |
"cross-env": "^5.1.3", | |
"cross-spawn": "^7.0.1", | |
"csv-streamify": "^3.0.4", | |
"dotenv": "^6.1.0", | |
"exegesis-express": "^2.0.0", | |
"exit-code": "^1.0.2", | |
"express": "^4.16.4", | |
"filesize": "^3.1.3", | |
"fs-extra": "^0.23.1", | |
"glob": "^7.1.2", | |
"google-auth-library": "^5.5.0", | |
"google-gax": "~1.12.0", | |
"inquirer": "~6.3.1", | |
"js-yaml": "^3.13.1", | |
"jsonschema": "^1.0.2", | |
"jsonwebtoken": "^8.2.1", | |
"leven": "^3.1.0", | |
"lodash": "^4.17.19", | |
"marked": "^0.7.0", | |
"marked-terminal": "^3.3.0", | |
"minimatch": "^3.0.4", | |
"morgan": "^1.10.0", | |
"open": "^6.3.0", | |
"ora": "^3.4.0", | |
"plist": "^3.0.1", | |
"portfinder": "^1.0.23", | |
"progress": "^2.0.3", | |
"request": "^2.87.0", | |
"rimraf": "^3.0.0", | |
"semver": "^5.7.1", | |
"superstatic": "^7.0.0", | |
"tar": "^4.3.0", | |
"tcp-port-used": "^1.0.1", | |
"tmp": "0.0.33", | |
"triple-beam": "^1.3.0", | |
"tweetsodium": "0.0.5", | |
"universal-analytics": "^0.4.16", | |
"unzipper": "^0.10.10", | |
"update-notifier": "^4.1.0", | |
"uuid": "^3.0.0", | |
"winston": "^3.0.0", | |
"ws": "^7.2.3" | |
}, | |
"peerDependencies": {} | |
}, | |
"hexo-cli": { | |
"version": "1.0.3", | |
"resolved": "https://registry.npmjs.org/hexo-cli/-/hexo-cli-1.0.3.tgz", | |
"name": "hexo-cli", | |
"_from": "hexo-cli", | |
"_id": "[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha1-ZKoT7aNKAmHcM5Fx4HrRMe9hCsc=", | |
"_location": "/hexo-cli", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "hexo-cli", | |
"name": "hexo-cli", | |
"escapedName": "hexo-cli", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/hexo-cli/-/hexo-cli-1.0.3.tgz", | |
"_shasum": "64aa13eda34a0261dc339171e07ad131ef610ac7", | |
"_spec": "hexo-cli", | |
"_where": "/Users/alex", | |
"author": { | |
"name": "Tommy Chen", | |
"email": "[email protected]", | |
"url": "http://zespia.tw" | |
}, | |
"bin": { | |
"hexo": "bin/hexo" | |
}, | |
"bugs": { | |
"url": "https://github.com/hexojs/hexo-cli/issues" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "Command line interface for Hexo", | |
"devDependencies": { | |
"chai": "^3.5.0", | |
"chai-as-promised": "^5.3.0", | |
"eslint": "^2.12.0", | |
"eslint-config-hexo": "^1.0.3", | |
"hexo-renderer-marked": "^0.2.10", | |
"istanbul": "^0.4.3", | |
"jscs": "^3.0.4", | |
"jscs-preset-hexo": "^1.0.1", | |
"mocha": "^2.5.3", | |
"proxyquire": "^1.7.9", | |
"rewire": "^2.5.1", | |
"sinon": "^1.17.4" | |
}, | |
"directories": { | |
"lib": "./lib", | |
"bin": "./bin" | |
}, | |
"homepage": "https://hexo.io/", | |
"keywords": [ | |
"website", | |
"blog", | |
"cms", | |
"framework", | |
"hexo", | |
"cli" | |
], | |
"license": "MIT", | |
"main": "lib/hexo", | |
"maintainers": [ | |
{ | |
"name": "Abner Chou", | |
"email": "[email protected]", | |
"url": "http://abnerchou.me" | |
} | |
], | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/hexojs/hexo-cli.git" | |
}, | |
"scripts": { | |
"eslint": "eslint .", | |
"jscs": "jscs .", | |
"test": "mocha test/index.js", | |
"test-cov": "istanbul cover --print both _mocha -- test/index.js" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/hexo-cli", | |
"_dependencies": { | |
"abbrev": "^1.0.7", | |
"bluebird": "^3.4.0", | |
"chalk": "^1.1.3", | |
"command-exists": "^1.2.0", | |
"hexo-fs": "^0.2.0", | |
"hexo-log": "^0.1.2", | |
"hexo-util": "^0.6.0", | |
"minimist": "^1.2.0", | |
"object-assign": "^4.1.0", | |
"tildify": "^1.2.0" | |
}, | |
"peerDependencies": {} | |
}, | |
"learnyounode": { | |
"version": "3.5.10", | |
"resolved": "https://registry.npmjs.org/learnyounode/-/learnyounode-3.5.10.tgz", | |
"name": "learnyounode", | |
"_from": "learnyounode", | |
"_id": "[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha1-nXyoNVTfD1t6LNvOBKvoGpk4wjk=", | |
"_location": "/learnyounode", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "learnyounode", | |
"name": "learnyounode", | |
"escapedName": "learnyounode", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/learnyounode/-/learnyounode-3.5.10.tgz", | |
"_shasum": "9d7ca83554df0f5b7a2cdbce04abe81a9938c239", | |
"_spec": "learnyounode", | |
"_where": "/Users/alex", | |
"author": { | |
"name": "Rod Vagg", | |
"email": "[email protected]", | |
"url": "https://github.com/rvagg" | |
}, | |
"bin": { | |
"learnyounode": "bin/learnyounode" | |
}, | |
"bugs": { | |
"url": "https://github.com/workshopper/learnyounode/issues" | |
}, | |
"bundleDependencies": [], | |
"contributors": [ | |
{ | |
"name": "Rod Vagg", | |
"email": "[email protected]", | |
"url": "https://github.com/rvagg" | |
}, | |
{ | |
"name": "Andrey Sidorov", | |
"email": "[email protected]", | |
"url": "https://github.com/sidorares" | |
}, | |
{ | |
"name": "Julián Duque", | |
"email": "[email protected]", | |
"url": "https://github.com/julianduque" | |
}, | |
{ | |
"name": "Lars-Magnus Skog", | |
"email": "[email protected]", | |
"url": "https://github.com/ralphtheninja" | |
}, | |
{ | |
"name": "Tim Inman", | |
"email": "[email protected]", | |
"url": "https://github.com/thehack" | |
}, | |
{ | |
"name": "Dan Flettre", | |
"email": "[email protected]", | |
"url": "https://github.com/Flet" | |
}, | |
{ | |
"name": "Martin Heidegger", | |
"email": "[email protected]", | |
"url": "https://github.com/martinheidegger" | |
}, | |
{ | |
"name": "Fred Chien", | |
"email": "[email protected]", | |
"url": "https://github.com/cfsghost" | |
}, | |
{ | |
"name": "雨蒼 - Billy", | |
"email": "[email protected]", | |
"url": "https://github.com/billy3321" | |
}, | |
{ | |
"name": "Leigh Zhu", | |
"email": "[email protected]", | |
"url": "https://github.com/lisposter" | |
}, | |
{ | |
"name": "Toshiharu Harada", | |
"email": "[email protected]", | |
"url": "https://github.com/haradats" | |
}, | |
{ | |
"name": "Lucas Fernandes da Costa", | |
"email": "[email protected]", | |
"url": "https://github.com/lucasfcosta" | |
}, | |
{ | |
"name": "Eric Douglas", | |
"email": "[email protected]", | |
"url": "https://github.com/ericdouglas" | |
}, | |
{ | |
"name": "Alejandro Oviedo", | |
"email": "[email protected]", | |
"url": "https://github.com/a0viedo" | |
}, | |
{ | |
"name": "Leonardo Nascimento", | |
"email": "[email protected]", | |
"url": "https://github.com/leonardo386" | |
}, | |
{ | |
"name": "Christophe Porteneuve", | |
"email": "[email protected]", | |
"url": "https://github.com/tdd" | |
}, | |
{ | |
"name": "Brynn Bateman", | |
"url": "https://github.com/brynnb" | |
}, | |
{ | |
"name": "Chris Contolini", | |
"email": "[email protected]", | |
"url": "https://github.com/contolini" | |
}, | |
{ | |
"name": "Jeff Kile", | |
"email": "[email protected]", | |
"url": "https://github.com/jeffkile" | |
}, | |
{ | |
"name": "Joel Kemp", | |
"email": "[email protected]", | |
"url": "https://github.com/mrjoelkemp" | |
}, | |
{ | |
"name": "Jonathan Klein", | |
"url": "https://github.com/jklein" | |
}, | |
{ | |
"name": "Justin Noel", | |
"url": "https://github.com/calendee" | |
}, | |
{ | |
"name": "Oli Evans", | |
"email": "[email protected]", | |
"url": "https://github.com/olizilla" | |
}, | |
{ | |
"name": "atomizer", | |
"email": "[email protected]", | |
"url": "https://github.com/atomizer" | |
}, | |
{ | |
"name": "Yusup Abdullaev", | |
"email": "[email protected]", | |
"url": "https://github.com/franza" | |
}, | |
{ | |
"name": "Nazar Gargol", | |
"email": "[email protected]", | |
"url": "https://github.com/gargol" | |
}, | |
{ | |
"name": "Takashi Fujita", | |
"url": "https://github.com/tgfjt" | |
}, | |
{ | |
"name": "Ryuta Nakashima", | |
"email": "[email protected]", | |
"url": "https://github.com/AtuyL" | |
}, | |
{ | |
"name": "Leigh Zhu", | |
"email": "[email protected]", | |
"url": "https://github.com/lisposter" | |
}, | |
{ | |
"name": "Eric Douglas", | |
"email": "[email protected]", | |
"url": "https://github.com/ericdouglas" | |
}, | |
{ | |
"name": "Do Minh Hai", | |
"url": "https://github.com/dominhhai" | |
}, | |
{ | |
"name": "Phung Van Tu", | |
"email": "[email protected]", | |
"url": "https://github.com/minatu2d" | |
}, | |
{ | |
"name": "Shim", | |
"url": "https://github.com/marocchino" | |
}, | |
{ | |
"name": "Chayoung You", | |
"email": "[email protected]", | |
"url": "https://github.com/yous" | |
}, | |
{ | |
"name": "Korneliusz Caputa", | |
"email": "[email protected]", | |
"url": "https://github.com/elkorn" | |
}, | |
{ | |
"name": "Espen Dalløkken", | |
"url": "https://github.com/leftieFriele" | |
}, | |
{ | |
"name": "Thomas Torp", | |
"url": "https://github.com/torsph" | |
}, | |
{ | |
"name": "Phillip Johnsen", | |
"url": "https://github.com/hillipj" | |
}, | |
{ | |
"name": "Claudio Procida", | |
"email": "[email protected]", | |
"url": "https://github.com/claudiopro" | |
}, | |
{ | |
"name": "Antonio Milesi Bastos", | |
"email": "[email protected]", | |
"url": "https://github.com/milesibastos" | |
}, | |
{ | |
"name": "Sagar", | |
"url": "https://github.com/sagar" | |
}, | |
{ | |
"name": "Andrei Korostelev", | |
"email": "[email protected]", | |
"url": "https://github.com/kindkaktus" | |
}, | |
{ | |
"name": "Trent Oswald", | |
"email": "[email protected]", | |
"url": "https://github.com/therebelrobot" | |
}, | |
{ | |
"name": "Marielle Volz", | |
"email": "[email protected]", | |
"url": "https://github.com/mvolz" | |
}, | |
{ | |
"name": "walhs", | |
"url": "https://github.com/walhs" | |
}, | |
{ | |
"name": "Igor Morozov", | |
"url": "https://github.com/gogamwar" | |
}, | |
{ | |
"name": "Robbie Hickey", | |
"url": "https://github.com/hodorswit" | |
} | |
], | |
"deprecated": false, | |
"description": "Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.", | |
"devDependencies": { | |
"standard": "^8.1.0", | |
"standard-version": "^4.0.0", | |
"workshopper-adventure-test": "^1.0.4" | |
}, | |
"homepage": "https://github.com/workshopper/learnyounode#readme", | |
"license": "MIT", | |
"main": "./learnyounode.js", | |
"preferGlobal": true, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/workshopper/learnyounode.git" | |
}, | |
"scripts": { | |
"lint": "standard", | |
"release": "standard-version", | |
"test": "npm run lint && ./node_modules/.bin/workshopper-adventure-test" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/learnyounode", | |
"_dependencies": { | |
"after": "~0.8.1", | |
"bl": "^1.1.2", | |
"boganipsum": "~0.1.0", | |
"colors-tmpl": "^1.0.0", | |
"combined-stream": "^1.0.5", | |
"concat-stream": "^1.5.1", | |
"duplexer": "^0.1.1", | |
"hyperquest": "^2.0.0", | |
"rimraf": "^2.5.4", | |
"through": "^2.3.8", | |
"through2": "^2.0.1", | |
"through2-map": "^3.0.0", | |
"workshopper-adventure": "^6.0.0", | |
"workshopper-exercise": "^3.0.1", | |
"workshopper-wrappedexec": "~0.1.1" | |
}, | |
"peerDependencies": {} | |
}, | |
"npm-check-updates": { | |
"version": "9.2.2", | |
"name": "npm-check-updates", | |
"author": "Tomas Junnonen <[email protected]>", | |
"license": "Apache-2.0", | |
"contributors": [ | |
"Raine Revere (https://github.com/raineorshine)" | |
], | |
"description": "Find newer versions of dependencies than what your package.json allows", | |
"keywords": [ | |
"npm", | |
"check", | |
"find", | |
"discover", | |
"updates", | |
"upgrades", | |
"dependencies", | |
"package.json", | |
"updater", | |
"version", | |
"management", | |
"ncu" | |
], | |
"preferGlobal": true, | |
"engines": { | |
"node": ">=10.17" | |
}, | |
"main": "./lib/npm-check-updates", | |
"scripts": { | |
"build": "node bin/build.js", | |
"lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .", | |
"lintfix": "npm run lint -- --fix", | |
"nyc": "nyc", | |
"mocha": "mocha test test/package-managers/npm test/package-managers/yarn && mocha --exit test/timeout", | |
"test": "npm run lint && npm run mocha", | |
"watch": "chokidar \"lib/**/*.js\" -c \"npm run test\"" | |
}, | |
"bin": { | |
"npm-check-updates": "bin/cli.js", | |
"ncu": "bin/cli.js" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/raineorshine/npm-check-updates.git" | |
}, | |
"homepage": "https://github.com/raineorshine/npm-check-updates", | |
"bugs": { | |
"url": "https://github.com/raineorshine/npm-check-updates/issues" | |
}, | |
"devDependencies": { | |
"chai": "^4.2.0", | |
"chai-as-promised": "^7.1.1", | |
"chai-string": "^1.5.0", | |
"chokidar-cli": "^2.1.0", | |
"eslint": "^7.10.0", | |
"eslint-config-standard": "^14.1.1", | |
"eslint-plugin-fp": "^2.3.0", | |
"eslint-plugin-import": "^2.22.1", | |
"eslint-plugin-jsdoc": "^30.6.2", | |
"eslint-plugin-node": "^11.1.0", | |
"eslint-plugin-promise": "^4.2.1", | |
"eslint-plugin-standard": "^4.0.1", | |
"mocha": "^8.1.3", | |
"nyc": "^15.1.0", | |
"should": "^13.2.3", | |
"tmp": "0.2.1" | |
}, | |
"files": [ | |
"bin", | |
"lib" | |
], | |
"mocha": { | |
"check-leaks": true, | |
"throw-deprecation": true, | |
"trace-deprecation": true, | |
"trace-warnings": true, | |
"use_strict": true | |
}, | |
"nyc": { | |
"reporter": [ | |
"html", | |
"lcov", | |
"text-summary" | |
] | |
}, | |
"_id": "[email protected]", | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/npm-check-updates", | |
"_dependencies": { | |
"chalk": "^4.1.0", | |
"cint": "^8.2.1", | |
"cli-table": "^0.3.1", | |
"commander": "^6.1.0", | |
"find-up": "5.0.0", | |
"get-stdin": "^8.0.0", | |
"json-parse-helpfulerror": "^1.0.3", | |
"jsonlines": "^0.1.1", | |
"libnpmconfig": "^1.2.1", | |
"lodash": "^4.17.20", | |
"p-map": "^4.0.0", | |
"pacote": "^11.1.11", | |
"parse-github-url": "^1.0.2", | |
"progress": "^2.0.3", | |
"prompts": "^2.3.2", | |
"rc-config-loader": "^3.0.0", | |
"remote-git-tags": "^3.0.0", | |
"rimraf": "^3.0.2", | |
"semver": "^7.3.2", | |
"semver-utils": "^1.1.4", | |
"spawn-please": "^0.4.1", | |
"update-notifier": "^5.0.0" | |
}, | |
"peerDependencies": {} | |
}, | |
"npm": { | |
"version": "7.3.0", | |
"name": "npm", | |
"description": "a package manager for JavaScript", | |
"keywords": [ | |
"install", | |
"modules", | |
"package manager", | |
"package.json" | |
], | |
"preferGlobal": true, | |
"config": { | |
"publishtest": false | |
}, | |
"homepage": "https://docs.npmjs.com/", | |
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me)", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/npm/cli" | |
}, | |
"bugs": { | |
"url": "https://github.com/npm/cli/issues" | |
}, | |
"directories": { | |
"bin": "./bin", | |
"doc": "./doc", | |
"lib": "./lib", | |
"man": "./man" | |
}, | |
"main": "./lib/npm.js", | |
"bin": { | |
"npm": "bin/npm-cli.js", | |
"npx": "bin/npx-cli.js" | |
}, | |
"exports": { | |
".": [ | |
{ | |
"default": "./lib/npm.js" | |
}, | |
"./lib/npm.js" | |
], | |
"./package.json": "./package.json" | |
}, | |
"bundleDependencies": [ | |
"@npmcli/arborist", | |
"@npmcli/ci-detect", | |
"@npmcli/config", | |
"@npmcli/run-script", | |
"abbrev", | |
"ansicolors", | |
"ansistyles", | |
"aproba", | |
"archy", | |
"byte-size", | |
"cacache", | |
"chalk", | |
"chownr", | |
"cli-columns", | |
"cli-table3", | |
"columnify", | |
"glob", | |
"graceful-fs", | |
"hosted-git-info", | |
"ini", | |
"init-package-json", | |
"is-cidr", | |
"json-parse-even-better-errors", | |
"leven", | |
"libnpmaccess", | |
"libnpmfund", | |
"libnpmhook", | |
"libnpmorg", | |
"libnpmpack", | |
"libnpmpublish", | |
"libnpmsearch", | |
"libnpmteam", | |
"libnpmversion", | |
"make-fetch-happen", | |
"minipass", | |
"minipass-pipeline", | |
"mkdirp", | |
"mkdirp-infer-owner", | |
"ms", | |
"node-gyp", | |
"nopt", | |
"npm-audit-report", | |
"npm-package-arg", | |
"npm-pick-manifest", | |
"npm-profile", | |
"npm-registry-fetch", | |
"npm-user-validate", | |
"npmlog", | |
"opener", | |
"pacote", | |
"parse-conflict-json", | |
"qrcode-terminal", | |
"read", | |
"read-package-json", | |
"read-package-json-fast", | |
"readdir-scoped-modules", | |
"rimraf", | |
"semver", | |
"ssri", | |
"tar", | |
"text-table", | |
"tiny-relative-date", | |
"treeverse", | |
"uuid", | |
"validate-npm-package-name", | |
"which", | |
"write-file-atomic" | |
], | |
"devDependencies": { | |
"cmark-gfm": "^0.8.5", | |
"eslint": "^7.14.0", | |
"eslint-plugin-import": "^2.22.1", | |
"eslint-plugin-node": "^11.1.0", | |
"eslint-plugin-promise": "^4.2.1", | |
"eslint-plugin-standard": "^5.0.0", | |
"jsdom": "^16.4.0", | |
"json-parse-even-better-errors": "^2.3.1", | |
"marked-man": "^0.7.0", | |
"require-inject": "^1.4.4", | |
"tap": "^14.11.0", | |
"yaml": "^1.10.0" | |
}, | |
"scripts": { | |
"dumpconf": "env | grep npm | sort | uniq", | |
"preversion": "bash scripts/update-authors.sh && git add AUTHORS && git commit -m \"update AUTHORS\" || true", | |
"licenses": "licensee --production --errors-only", | |
"test": "tap", | |
"check-coverage": "tap", | |
"snap": "tap", | |
"test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --", | |
"sudotest": "sudo npm run test --", | |
"sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run test --", | |
"posttest": "npm run lint", | |
"eslint": "eslint", | |
"lint": "npm run eslint -- test/lib test/bin \"lib/**/*.js\"", | |
"lintfix": "npm run lint -- --fix", | |
"prelint": "rimraf test/npm_cache*", | |
"resetdeps": "bash scripts/resetdeps.sh" | |
}, | |
"//": [ | |
"XXX temporarily only run unit tests while v7 beta is in progress", | |
"Remove the 'files' below once we're done porting old tests over" | |
], | |
"tap": { | |
"color": 1, | |
"files": "test/{lib,bin}", | |
"coverage-map": "test/coverage-map.js", | |
"check-coverage": true, | |
"esm": false, | |
"timeout": 600 | |
}, | |
"license": "Artistic-2.0", | |
"engines": { | |
"node": ">=10" | |
}, | |
"_id": "[email protected]", | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/npm", | |
"_dependencies": { | |
"@npmcli/arborist": "^2.0.2", | |
"@npmcli/ci-detect": "^1.2.0", | |
"@npmcli/config": "^1.2.8", | |
"@npmcli/run-script": "^1.8.1", | |
"abbrev": "~1.1.1", | |
"ansicolors": "~0.3.2", | |
"ansistyles": "~0.1.3", | |
"aproba": "^2.0.0", | |
"archy": "~1.0.0", | |
"byte-size": "^7.0.0", | |
"cacache": "^15.0.5", | |
"chalk": "^4.1.0", | |
"chownr": "^2.0.0", | |
"cli-columns": "^3.1.2", | |
"cli-table3": "^0.6.0", | |
"columnify": "~1.5.4", | |
"glob": "^7.1.4", | |
"graceful-fs": "^4.2.3", | |
"hosted-git-info": "^3.0.6", | |
"ini": "^2.0.0", | |
"init-package-json": "^2.0.1", | |
"is-cidr": "^4.0.2", | |
"leven": "^3.1.0", | |
"libnpmaccess": "^4.0.1", | |
"libnpmfund": "^1.0.2", | |
"libnpmhook": "^6.0.1", | |
"libnpmorg": "^2.0.1", | |
"libnpmpack": "^2.0.0", | |
"libnpmpublish": "^4.0.0", | |
"libnpmsearch": "^3.1.0", | |
"libnpmteam": "^2.0.2", | |
"libnpmversion": "^1.0.7", | |
"make-fetch-happen": "^8.0.12", | |
"minipass": "^3.1.3", | |
"minipass-pipeline": "^1.2.4", | |
"mkdirp": "^1.0.4", | |
"mkdirp-infer-owner": "^2.0.0", | |
"ms": "^2.1.2", | |
"node-gyp": "^7.1.2", | |
"nopt": "^5.0.0", | |
"npm-audit-report": "^2.1.4", | |
"npm-package-arg": "^8.1.0", | |
"npm-pick-manifest": "^6.1.0", | |
"npm-profile": "^5.0.2", | |
"npm-registry-fetch": "^9.0.0", | |
"npm-user-validate": "^1.0.1", | |
"npmlog": "~4.1.2", | |
"opener": "^1.5.2", | |
"pacote": "^11.1.13", | |
"parse-conflict-json": "^1.1.1", | |
"qrcode-terminal": "^0.12.0", | |
"read": "~1.0.7", | |
"read-package-json": "^3.0.0", | |
"read-package-json-fast": "^1.2.1", | |
"readdir-scoped-modules": "^1.1.0", | |
"rimraf": "^3.0.2", | |
"semver": "^7.3.4", | |
"ssri": "^8.0.0", | |
"tar": "^6.0.5", | |
"text-table": "~0.2.0", | |
"tiny-relative-date": "^1.3.0", | |
"treeverse": "^1.0.4", | |
"uuid": "^8.3.1", | |
"validate-npm-package-name": "~3.0.0", | |
"which": "^2.0.2", | |
"write-file-atomic": "^3.0.3" | |
}, | |
"peerDependencies": {} | |
}, | |
"puppeteer-core": { | |
"version": "5.5.0", | |
"name": "puppeteer-core", | |
"description": "A high-level API to control headless Chrome over the DevTools Protocol", | |
"main": "./cjs-entry-core.js", | |
"repository": "github:puppeteer/puppeteer", | |
"engines": { | |
"node": ">=10.18.1" | |
}, | |
"scripts": { | |
"test-browser": "wtr", | |
"test-browser-watch": "wtr --watch", | |
"unit": "npm run tsc-cjs && mocha --config mocha-config/puppeteer-unit-tests.js", | |
"unit-debug": "npm run tsc-cjs && mocha --inspect-brk --config mocha-config/puppeteer-unit-tests.js", | |
"unit-with-coverage": "cross-env COVERAGE=1 npm run unit", | |
"assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js", | |
"funit": "PUPPETEER_PRODUCT=firefox npm run unit", | |
"test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-browser", | |
"prepare": "node typescript-if-required.js", | |
"prepublishOnly": "npm run tsc", | |
"dev-install": "npm run tsc && node install.js", | |
"eslint": "([ \"$CI\" = true ] && eslint --ext js --ext ts --quiet -f codeframe . || eslint --ext js --ext ts .)", | |
"eslint-fix": "eslint --ext js --ext ts --fix .", | |
"commitlint": "commitlint --from=HEAD~1", | |
"lint": "npm run eslint && npm run tsc && npm run doc && npm run commitlint", | |
"doc": "node utils/doclint/cli.js", | |
"clean-lib": "rm -rf lib", | |
"build": "npm run tsc", | |
"tsc": "npm run clean-lib && tsc --version && npm run tsc-cjs && npm run tsc-esm", | |
"tsc-cjs": "tsc -b src/tsconfig.cjs.json", | |
"tsc-esm": "tsc -b src/tsconfig.esm.json", | |
"apply-next-version": "node utils/apply_next_version.js", | |
"test-install": "scripts/test-install.sh", | |
"generate-docs": "npm run tsc && api-extractor run --local --verbose && api-documenter markdown -i temp -o new-docs", | |
"ensure-correct-devtools-protocol-revision": "ts-node -s scripts/ensure-correct-devtools-protocol-package", | |
"release": "standard-version" | |
}, | |
"files": [ | |
"lib/", | |
"install.js", | |
"typescript-if-required.js", | |
"cjs-entry.js", | |
"cjs-entry-core.js" | |
], | |
"author": "The Chromium Authors", | |
"license": "Apache-2.0", | |
"devDependencies": { | |
"@commitlint/cli": "^11.0.0", | |
"@commitlint/config-conventional": "^11.0.0", | |
"@microsoft/api-documenter": "7.9.7", | |
"@microsoft/api-extractor": "7.10.4", | |
"@types/debug": "0.0.31", | |
"@types/mime": "^2.0.0", | |
"@types/mocha": "^7.0.2", | |
"@types/node": "^14.0.13", | |
"@types/proxy-from-env": "^1.0.1", | |
"@types/rimraf": "^2.0.2", | |
"@types/sinon": "^9.0.4", | |
"@types/tar-fs": "^1.16.2", | |
"@types/ws": "^7.2.4", | |
"@typescript-eslint/eslint-plugin": "^4.4.0", | |
"@typescript-eslint/parser": "^4.4.0", | |
"@web/test-runner": "^0.9.2", | |
"commonmark": "^0.28.1", | |
"cross-env": "^7.0.2", | |
"eslint": "^7.10.0", | |
"eslint-config-prettier": "^6.12.0", | |
"eslint-plugin-import": "^2.22.0", | |
"eslint-plugin-mocha": "^8.0.0", | |
"eslint-plugin-prettier": "^3.1.4", | |
"eslint-plugin-unicorn": "^22.0.0", | |
"esprima": "^4.0.0", | |
"expect": "^25.2.7", | |
"husky": "^4.3.0", | |
"jpeg-js": "^0.3.7", | |
"mime": "^2.0.3", | |
"minimist": "^1.2.0", | |
"mocha": "^8.2.0", | |
"ncp": "^2.0.0", | |
"pixelmatch": "^4.0.2", | |
"pngjs": "^5.0.0", | |
"prettier": "^2.1.2", | |
"sinon": "^9.0.2", | |
"standard-version": "^9.0.0", | |
"text-diff": "^1.0.1", | |
"ts-node": "^9.0.0", | |
"typescript": "3.9.5" | |
}, | |
"husky": { | |
"hooks": { | |
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS" | |
} | |
}, | |
"standard-version": { | |
"skip": { | |
"commit": true, | |
"tag": true | |
} | |
}, | |
"_id": "[email protected]", | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/puppeteer-core", | |
"_dependencies": { | |
"debug": "^4.1.0", | |
"devtools-protocol": "0.0.818844", | |
"extract-zip": "^2.0.0", | |
"https-proxy-agent": "^4.0.0", | |
"node-fetch": "^2.6.1", | |
"pkg-dir": "^4.2.0", | |
"progress": "^2.0.1", | |
"proxy-from-env": "^1.0.0", | |
"rimraf": "^3.0.2", | |
"tar-fs": "^2.0.0", | |
"unbzip2-stream": "^1.3.3", | |
"ws": "^7.2.3" | |
}, | |
"peerDependencies": {} | |
}, | |
"wait-on": { | |
"version": "3.3.0", | |
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-3.3.0.tgz", | |
"name": "wait-on", | |
"_from": "wait-on", | |
"_id": "[email protected]", | |
"_inBundle": false, | |
"_integrity": "sha512-97dEuUapx4+Y12aknWZn7D25kkjMk16PbWoYzpSdA8bYpVfS6hpl2a2pOWZ3c+Tyt3/i4/pglyZctG3J4V1hWQ==", | |
"_location": "/wait-on", | |
"_phantomChildren": {}, | |
"_requested": { | |
"type": "tag", | |
"registry": true, | |
"raw": "wait-on", | |
"name": "wait-on", | |
"escapedName": "wait-on", | |
"rawSpec": "", | |
"saveSpec": null, | |
"fetchSpec": "latest" | |
}, | |
"_requiredBy": [ | |
"#USER" | |
], | |
"_resolved": "https://registry.npmjs.org/wait-on/-/wait-on-3.3.0.tgz", | |
"_shasum": "9940981d047a72a9544a97b8b5fca45b2170a082", | |
"_spec": "wait-on", | |
"_where": "/Users/alex/git/test", | |
"author": { | |
"name": "Jeff Barczewski", | |
"email": "[email protected]" | |
}, | |
"bin": { | |
"wait-on": "bin/wait-on" | |
}, | |
"bugs": { | |
"url": "http://github.com/jeffbski/wait-on/issues" | |
}, | |
"bundleDependencies": [], | |
"deprecated": false, | |
"description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available", | |
"devDependencies": { | |
"expect-legacy": "^1.20.2", | |
"mocha": "^6.1.4", | |
"temp": "^0.9.0" | |
}, | |
"engines": { | |
"node": ">=4.0.0" | |
}, | |
"homepage": "https://github.com/jeffbski/wait-on#readme", | |
"keywords": [ | |
"wait", | |
"delay", | |
"cli", | |
"files", | |
"tcp", | |
"ports", | |
"sockets", | |
"http", | |
"exist", | |
"ready", | |
"available", | |
"portable", | |
"cross-platform", | |
"unix", | |
"linux", | |
"windows", | |
"win32", | |
"osx" | |
], | |
"license": "MIT", | |
"main": "lib/wait-on", | |
"repository": { | |
"type": "git", | |
"url": "git+ssh://[email protected]/jeffbski/wait-on.git" | |
}, | |
"scripts": { | |
"test": "mocha --exit 'test/**/*.mocha.js'" | |
}, | |
"extraneous": false, | |
"path": "/usr/local/lib/node_modules/wait-on", | |
"_dependencies": { | |
"@hapi/joi": "^15.0.3", | |
"core-js": "^2.6.5", | |
"minimist": "^1.2.0", | |
"request": "^2.88.0", | |
"rx": "^4.1.0" | |
}, | |
"peerDependencies": {} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment