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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "des.js@^1.0.0",
  3. "_id": "des.js@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=",
  6. "_location": "/des.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "des.js@^1.0.0",
  12. "name": "des.js",
  13. "escapedName": "des.js",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserify-des"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz",
  22. "_shasum": "c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc",
  23. "_spec": "des.js@^1.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/browserify-des",
  25. "author": {
  26. "name": "Fedor Indutny",
  27. "email": "fedor@indutny.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/indutny/des.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "inherits": "^2.0.1",
  35. "minimalistic-assert": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "DES implementation",
  39. "devDependencies": {
  40. "jscs": "^2.1.1",
  41. "jshint": "^2.8.0",
  42. "mocha": "^2.3.0"
  43. },
  44. "homepage": "https://github.com/indutny/des.js#readme",
  45. "keywords": [
  46. "DES",
  47. "3DES",
  48. "EDE",
  49. "CBC"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/des.js",
  53. "name": "des.js",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/indutny/des.js.git"
  57. },
  58. "scripts": {
  59. "test": "mocha --reporter=spec test/*-test.js && jscs lib/*.js lib/**/*.js test/*.js && jshint lib/*.js lib/**/*.js"
  60. },
  61. "version": "1.0.0"
  62. }