package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "asn1@0.1.11",
  5. "D:\\work\\im\\node_modules\\http-signature"
  6. ]
  7. ],
  8. "_defaultsLoaded": true,
  9. "_engineSupported": true,
  10. "_from": "asn1@0.1.11",
  11. "_id": "asn1@0.1.11",
  12. "_inCache": true,
  13. "_installable": true,
  14. "_location": "/asn1",
  15. "_nodeVersion": "v0.6.6",
  16. "_npmUser": {
  17. "email": "mcavage@gmail.com",
  18. "name": "mcavage"
  19. },
  20. "_npmVersion": "1.1.0-beta-4",
  21. "_phantomChildren": {},
  22. "_requested": {
  23. "name": "asn1",
  24. "raw": "asn1@0.1.11",
  25. "rawSpec": "0.1.11",
  26. "scope": null,
  27. "spec": "0.1.11",
  28. "type": "version"
  29. },
  30. "_requiredBy": [
  31. "/http-signature"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz",
  34. "_shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",
  35. "_shrinkwrap": null,
  36. "_spec": "asn1@0.1.11",
  37. "_where": "D:\\work\\im\\node_modules\\http-signature",
  38. "author": {
  39. "email": "mcavage@gmail.com",
  40. "name": "Mark Cavage"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/mcavage/node-asn1/issues"
  44. },
  45. "contributors": [
  46. {
  47. "email": "loki@animata.net",
  48. "name": "David Gwynne"
  49. },
  50. {
  51. "email": "yunong@joyent.com",
  52. "name": "Yunong Xiao"
  53. }
  54. ],
  55. "dependencies": {},
  56. "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
  57. "devDependencies": {
  58. "tap": "0.1.4"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",
  63. "tarball": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.4.9"
  67. },
  68. "homepage": "https://github.com/mcavage/node-asn1#readme",
  69. "main": "lib/index.js",
  70. "maintainers": [
  71. {
  72. "email": "mcavage@gmail.com",
  73. "name": "mcavage"
  74. }
  75. ],
  76. "name": "asn1",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/mcavage/node-asn1.git"
  82. },
  83. "scripts": {
  84. "pretest": "which gjslint; if [[ \"$?\" = 0 ]] ; then gjslint --nojsdoc -r lib -r tst; else echo \"Missing gjslint. Skipping lint\"; fi",
  85. "test": "./node_modules/.bin/tap ./tst"
  86. },
  87. "version": "0.1.11"
  88. }