Blame view
node_modules/swagger-client/package.json
3.45 KB
f7563de62
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
{ "_args": [ [ "swagger-client@^2.1.16", "/home/palak/projects/startupjalsa-backend/node_modules/g11n-pipeline" ] ], "_from": "swagger-client@>=2.1.16 <3.0.0", "_id": "swagger-client@2.2.21", "_inCache": true, "_installable": true, "_location": "/swagger-client", "_nodeVersion": "0.12.13", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/swagger-client-2.2.21.tgz_1475191647424_0.2705967577639967" }, "_npmUser": { "email": "apiteam@swagger.io", "name": "swagger-api" }, "_npmVersion": "2.15.0", "_phantomChildren": {}, "_requested": { "name": "swagger-client", "raw": "swagger-client@^2.1.16", "rawSpec": "^2.1.16", "scope": null, "spec": ">=2.1.16 <3.0.0", "type": "range" }, "_requiredBy": [ "/g11n-pipeline" ], "_resolved": "https://registry.npmjs.org/swagger-client/-/swagger-client-2.2.21.tgz", "_shasum": "5966be234772466e44716f65e32008166daeeba4", "_shrinkwrap": null, "_spec": "swagger-client@^2.1.16", "_where": "/home/palak/projects/startupjalsa-backend/node_modules/g11n-pipeline", "author": { "email": "fehguy@gmail.com", "name": "Tony Tam" }, "bugs": { "url": "https://github.com/swagger-api/swagger-js/issues" }, "contributors": [ { "email": "jcscoobyrs@gmail.com", "name": "Jeremy Whitlock" } ], "dependencies": { "btoa": "^1.1.2", "cookiejar": "^2.0.1", "js-yaml": "^3.3.0", "lodash-compat": "^3.5.0", "q": "^1.4.1", "superagent": "^2.2" }, "description": "swagger-client is a javascript client for use with swaggering APIs.", "devDependencies": { "async": "^0.9.0", "brfs": "^1.4.0", "browserify": "^9.0.3", "buffer": "3.4.3", "chai": "^2.3.0", "connect-cors": "^0.5.6", "del": "^1.1.1", "expect": "1.4.0", "faux-jax": "^4.0.0", "gulp": "^3.8.10", "gulp-buffer": "0.0.2", "gulp-connect": "^2.2.0", "gulp-header": "^1.2.2", "gulp-istanbul": "^0.5.0", "gulp-jshint": "^1.9.0", "gulp-mocha": "^2.0.0", "http-server": "^0.8.0", "jshint-stylish": "^1.0.1", "karma": "^0.13.0", "karma-browserify": "^4.2.1", "karma-firefox-launcher": "^0.1.6", "karma-mocha": "^0.1.10", "karma-source-map-support": "^1.0.0", "md5-file": "^3.1.1", "mocha": "^1.21.3", "object.assign": "^3.0.0", "selenium-webdriver": "^2.45.1", "uglifyify": "^3.0.1", "unit.js": "^2.0.0", "vinyl-source-stream": "^1.1.0" }, "directories": {}, "dist": { "shasum": "5966be234772466e44716f65e32008166daeeba4", "tarball": "https://registry.npmjs.org/swagger-client/-/swagger-client-2.2.21.tgz" }, "engines": { "node": ">= 0.6.6" }, "files": [ "LICENSE", "lib", "browser", "index.js" ], "gitHead": "c48fea3c4a285279654d9d461217d68fc7d35b35", "homepage": "http://swagger.io", "license": "Apache-2.0", "main": "index.js", "maintainers": [ { "email": "fehguy@gmail.com", "name": "fehguy" }, { "email": "apiteam@swagger.io", "name": "swagger-api" } ], "name": "swagger-client", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/swagger-api/swagger-js.git" }, "scripts": { "browsertest": "gulp browsertest", "build": "gulp build", "dev": "gulp watch", "test": "gulp test" }, "version": "2.2.21" } |