Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.5KB

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