package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "des.js@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/browserify-des"
  6. ]
  7. ],
  8. "_from": "des.js@>=1.0.0 <2.0.0",
  9. "_id": "des.js@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/des.js",
  13. "_nodeVersion": "3.2.0",
  14. "_npmUser": {
  15. "email": "fedor@indutny.com",
  16. "name": "indutny"
  17. },
  18. "_npmVersion": "2.13.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "des.js",
  22. "raw": "des.js@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/browserify-des"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz",
  32. "_shasum": "c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc",
  33. "_shrinkwrap": null,
  34. "_spec": "des.js@^1.0.0",
  35. "_where": "/home/seleznev/project Angular/Quality system/node_modules/browserify-des",
  36. "author": {
  37. "email": "fedor@indutny.com",
  38. "name": "Fedor Indutny"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/indutny/des.js/issues"
  42. },
  43. "dependencies": {
  44. "inherits": "^2.0.1",
  45. "minimalistic-assert": "^1.0.0"
  46. },
  47. "description": "DES implementation",
  48. "devDependencies": {
  49. "jscs": "^2.1.1",
  50. "jshint": "^2.8.0",
  51. "mocha": "^2.3.0"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc",
  56. "tarball": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz"
  57. },
  58. "gitHead": "6c47a16b5507a11942c293a0ded430708c206218",
  59. "homepage": "https://github.com/indutny/des.js#readme",
  60. "keywords": [
  61. "3DES",
  62. "CBC",
  63. "DES",
  64. "EDE"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/des.js",
  68. "maintainers": [
  69. {
  70. "name": "indutny",
  71. "email": "fedor@indutny.com"
  72. }
  73. ],
  74. "name": "des.js",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/indutny/des.js.git"
  80. },
  81. "scripts": {
  82. "test": "mocha --reporter=spec test/*-test.js && jscs lib/*.js lib/**/*.js test/*.js && jshint lib/*.js lib/**/*.js"
  83. },
  84. "version": "1.0.0"
  85. }