Skip to content

Instantly share code, notes, and snippets.

@benlau
Created December 13, 2018 05:27
Show Gist options
  • Save benlau/9b0586d7a1fb7ae1ff8bfa7bbb7fe86d to your computer and use it in GitHub Desktop.
Save benlau/9b0586d7a1fb7ae1ff8bfa7bbb7fe86d to your computer and use it in GitHub Desktop.
Log
$ cat node_modules/swagger-editor-live/package.json
{
"_from": "swagger-editor-live@^2.2.1",
"_id": "swagger-editor-live@2.2.1",
"_inBundle": false,
"_integrity": "sha1-Iu/5u8oKMd78PK8U0+bjSSJubAQ=",
"_location": "/swagger-editor-live",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "swagger-editor-live@^2.2.1",
"name": "swagger-editor-live",
"escapedName": "swagger-editor-live",
"rawSpec": "^2.2.1",
"saveSpec": null,
"fetchSpec": "^2.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/swagger-editor-live/-/swagger-editor-live-2.2.1.tgz",
"_shasum": "22eff9bbca0a31defc3caf14d3e6e349226e6c04",
"_spec": "swagger-editor-live@^2.2.1",
"_where": "/Users/benlau/src/havefund/protocol-doc",
"author": "",
"bin": {
"swagger-editor-live": "bin/swagger-editor-live.js"
},
"bundleDependencies": false,
"dependencies": {
"commander": "^2.9.0",
"connect": "^3.6.2",
"open": "0.0.5",
"path": "^0.12.7",
"serve-static": "^1.12.3"
},
"deprecated": false,
"description": "# Swagger Editor Live",
"license": "ISC",
"main": "index.js",
"name": "swagger-editor-live",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.2.1"
}
diff -urN swagger-2.1.7/package.json swagger-2.2.1/package.json
--- swagger-2.1.7/package.json 2017-08-02 03:20:44.000000000 +0800
+++ swagger-2.2.1/package.json 2017-07-08 09:02:19.000000000 +0800
@@ -1,9 +1,8 @@
{
"name": "swagger-editor-live",
- "version": "2.1.7",
+ "version": "2.2.1",
"description": "",
"main": "index.js",
- "repository": "git@github.com:moon0326/swagger-editor-live.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -11,10 +10,10 @@
"license": "ISC",
"dependencies": {
"commander": "^2.9.0",
- "express": "^4.15.3",
+ "connect": "^3.6.2",
"open": "0.0.5",
"path": "^0.12.7",
- "swagger-editor-dist": "^3.0.14"
+ "serve-static": "^1.12.3"
},
"bin": {
"swagger-editor-live": "bin/swagger-editor-live.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment