Ohm-Management - Projektarbeit B-ME
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.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "asn1@0.2.3",
  3. "_id": "asn1@0.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=",
  6. "_location": "/asn1",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "asn1@0.2.3",
  12. "name": "asn1",
  13. "escapedName": "asn1",
  14. "rawSpec": "0.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "0.2.3"
  17. },
  18. "_requiredBy": [
  19. "/ldapjs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz",
  22. "_shasum": "dac8787713c9966849fc8180777ebe9c1ddf3b86",
  23. "_spec": "asn1@0.2.3",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/ldapjs",
  25. "author": {
  26. "name": "Mark Cavage",
  27. "email": "mcavage@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcavage/node-asn1/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "David Gwynne",
  36. "email": "loki@animata.net"
  37. },
  38. {
  39. "name": "Yunong Xiao",
  40. "email": "yunong@joyent.com"
  41. },
  42. {
  43. "name": "Alex Wilson",
  44. "email": "alex.wilson@joyent.com"
  45. }
  46. ],
  47. "dependencies": {},
  48. "deprecated": false,
  49. "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
  50. "devDependencies": {
  51. "tap": "0.4.8"
  52. },
  53. "homepage": "https://github.com/mcavage/node-asn1#readme",
  54. "license": "MIT",
  55. "main": "lib/index.js",
  56. "name": "asn1",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/mcavage/node-asn1.git"
  60. },
  61. "scripts": {
  62. "test": "tap ./tst"
  63. },
  64. "version": "0.2.3"
  65. }