Skip to content

Instantly share code, notes, and snippets.

@jakepusateri
Last active June 1, 2017 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakepusateri/87288f835d7cc5443928951bc1edbbde to your computer and use it in GitHub Desktop.
Save jakepusateri/87288f835d7cc5443928951bc1edbbde to your computer and use it in GitHub Desktop.
npm bug
{
"name": "npm-test",
"version": "1.0.0",
"lockfileVersion": 1,
"dependencies": {
"braintree-web": {
"version": "3.17.0",
"resolved": "http://znpm.in.zillow.net:31050/b/braintree-web/_attachments/braintree-web-3.17.0.tgz",
"integrity": "sha1-MSwL64cIVmj9PdVwuij1Se6RZLU="
},
"browser-detection": {
"version": "github:braintree/browser-detection#c88750b3b6f535ba5dde60ac945f84f1e4ca6dc0"
},
"card-validator": {
"version": "4.1.0",
"resolved": "http://znpm.in.zillow.net:31050/c/card-validator/_attachments/card-validator-4.1.0.tgz",
"integrity": "sha1-HWDvCdrQZDLmwsC7xjOD/8EmsOg="
},
"credit-card-type": {
"version": "5.0.2",
"resolved": "http://znpm.in.zillow.net:31050/c/credit-card-type/_attachments/credit-card-type-5.0.2.tgz",
"integrity": "sha1-xvqTgwy/38K1O56EnQGcSPKITaM="
},
"framebus": {
"version": "2.0.8",
"resolved": "http://znpm.in.zillow.net:31050/f/framebus/_attachments/framebus-2.0.8.tgz",
"integrity": "sha1-AcfuX3Zb6z+aLgOQygtwiLK/dtM="
},
"iframer": {
"version": "github:braintree/iframer#8a2c6187a172f2c9d5290ca7ab4ad2af03d8eb8b"
},
"inject-stylesheet": {
"version": "1.0.0",
"resolved": "http://znpm.in.zillow.net:31050/i/inject-stylesheet/_attachments/inject-stylesheet-1.0.0.tgz",
"integrity": "sha1-9nMEdFjuWPEJ/uTPtmsJ82LMwmE="
},
"promise-polyfill": {
"version": "6.0.2",
"resolved": "http://znpm.in.zillow.net:31050/p/promise-polyfill/_attachments/promise-polyfill-6.0.2.tgz",
"integrity": "sha1-2chtPcTcLfkBboiUbe/Wm0m0EWI="
},
"restricted-input": {
"version": "1.2.1",
"resolved": "http://znpm.in.zillow.net:31050/r/restricted-input/_attachments/restricted-input-1.2.1.tgz",
"integrity": "sha1-bZ4FOjgUtW4SarrXWdlSPDFavTo="
},
"wrap-promise": {
"version": "github:braintree/wrap-promise#39fcc183999dcc1ceeabe6efeb6aeeefdb00d78b"
}
}
}
{
"name": "npm-test",
"version": "1.0.0",
"lockfileVersion": 1,
"dependencies": {
"braintree-web": {
"version": "3.17.0",
"resolved": "http://znpm.in.zillow.net:31050/b/braintree-web/_attachments/braintree-web-3.17.0.tgz",
"integrity": "sha1-MSwL64cIVmj9PdVwuij1Se6RZLU="
},
"card-validator": {
"version": "4.1.0",
"resolved": "http://znpm.in.zillow.net:31050/c/card-validator/_attachments/card-validator-4.1.0.tgz",
"integrity": "sha1-HWDvCdrQZDLmwsC7xjOD/8EmsOg="
},
"credit-card-type": {
"version": "5.0.2",
"resolved": "http://znpm.in.zillow.net:31050/c/credit-card-type/_attachments/credit-card-type-5.0.2.tgz",
"integrity": "sha1-xvqTgwy/38K1O56EnQGcSPKITaM="
},
"framebus": {
"version": "2.0.8",
"resolved": "http://znpm.in.zillow.net:31050/f/framebus/_attachments/framebus-2.0.8.tgz",
"integrity": "sha1-AcfuX3Zb6z+aLgOQygtwiLK/dtM="
},
"inject-stylesheet": {
"version": "1.0.0",
"resolved": "http://znpm.in.zillow.net:31050/i/inject-stylesheet/_attachments/inject-stylesheet-1.0.0.tgz",
"integrity": "sha1-9nMEdFjuWPEJ/uTPtmsJ82LMwmE="
},
"promise-polyfill": {
"version": "6.0.2",
"resolved": "http://znpm.in.zillow.net:31050/p/promise-polyfill/_attachments/promise-polyfill-6.0.2.tgz",
"integrity": "sha1-2chtPcTcLfkBboiUbe/Wm0m0EWI="
},
"restricted-input": {
"version": "1.2.1",
"resolved": "http://znpm.in.zillow.net:31050/r/restricted-input/_attachments/restricted-input-1.2.1.tgz",
"integrity": "sha1-bZ4FOjgUtW4SarrXWdlSPDFavTo="
}
}
}
jacobp@jacobp2 /tmp/npm-test-2 $ diff ../npm-test/package-lock.json package-lock.json
11,13d10
< "browser-detection": {
< "version": "github:braintree/browser-detection#c88750b3b6f535ba5dde60ac945f84f1e4ca6dc0"
< },
29,31d25
< "iframer": {
< "version": "github:braintree/iframer#8a2c6187a172f2c9d5290ca7ab4ad2af03d8eb8b"
< },
46,48d39
< },
< "wrap-promise": {
< "version": "github:braintree/wrap-promise#39fcc183999dcc1ceeabe6efeb6aeeefdb00d78b"
{
"name": "npm-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"braintree-web": "^3.17.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment