You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6 KiB

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