package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "browserify-aes@1.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "browserify-aes@1.2.0",
  10. "_id": "browserify-aes@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Mmc0ZC9APavDADIJhTu3CtQo70g=",
  13. "_location": "/browserify-aes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "browserify-aes@1.2.0",
  19. "name": "browserify-aes",
  20. "escapedName": "browserify-aes",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/browserify-cipher",
  27. "/parse-asn1"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/browserify-aes/download/browserify-aes-1.2.0.tgz",
  30. "_spec": "1.2.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": "",
  33. "browser": "browser.js",
  34. "bugs": {
  35. "url": "https://github.com/crypto-browserify/browserify-aes/issues"
  36. },
  37. "dependencies": {
  38. "buffer-xor": "^1.0.3",
  39. "cipher-base": "^1.0.0",
  40. "create-hash": "^1.1.0",
  41. "evp_bytestokey": "^1.0.3",
  42. "inherits": "^2.0.1",
  43. "safe-buffer": "^5.0.1"
  44. },
  45. "description": "aes, for browserify",
  46. "devDependencies": {
  47. "standard": "^9.0.0",
  48. "tap-spec": "^4.1.1",
  49. "tape": "^4.6.3"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "homepage": "https://github.com/crypto-browserify/browserify-aes",
  55. "keywords": [
  56. "aes",
  57. "crypto",
  58. "browserify"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "browserify-aes",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/crypto-browserify/browserify-aes.git"
  66. },
  67. "scripts": {
  68. "standard": "standard",
  69. "test": "npm run standard && npm run unit",
  70. "unit": "node test/index.js | tspec"
  71. },
  72. "version": "1.2.0"
  73. }