package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "oauth-sign@0.9.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "oauth-sign@0.9.0",
  9. "_id": "oauth-sign@0.9.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
  12. "_location": "/oauth-sign",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "oauth-sign@0.9.0",
  18. "name": "oauth-sign",
  19. "escapedName": "oauth-sign",
  20. "rawSpec": "0.9.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.9.0"
  23. },
  24. "_requiredBy": [
  25. "/request"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/oauth-sign/-/oauth-sign-0.9.0.tgz",
  28. "_spec": "0.9.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Mikeal Rogers",
  32. "email": "mikeal.rogers@gmail.com",
  33. "url": "http://www.futurealoof.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mikeal/oauth-sign/issues"
  37. },
  38. "dependencies": {},
  39. "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
  40. "devDependencies": {},
  41. "engines": {
  42. "node": "*"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/mikeal/oauth-sign#readme",
  48. "license": "Apache-2.0",
  49. "main": "index.js",
  50. "name": "oauth-sign",
  51. "optionalDependencies": {},
  52. "repository": {
  53. "url": "git+https://github.com/mikeal/oauth-sign.git"
  54. },
  55. "scripts": {
  56. "test": "node test.js"
  57. },
  58. "version": "0.9.0"
  59. }