package.json 2.0 KB

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