package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "https-browserify@1.0.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "https-browserify@1.0.0",
  10. "_id": "https-browserify@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=",
  13. "_location": "/https-browserify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "https-browserify@1.0.0",
  19. "name": "https-browserify",
  20. "escapedName": "https-browserify",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/node-libs-browser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/https-browserify/issues"
  38. },
  39. "description": "https module compatability for browserify",
  40. "devDependencies": {
  41. "standard": "^9.0.2"
  42. },
  43. "homepage": "https://github.com/substack/https-browserify",
  44. "keywords": [
  45. "browser",
  46. "browserify",
  47. "https"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "https-browserify",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/substack/https-browserify.git"
  55. },
  56. "scripts": {
  57. "test": "standard"
  58. },
  59. "version": "1.0.0"
  60. }