package.json 1.5 KB

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