package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "pkcs7@^0.2.3",
  3. "_id": "pkcs7@0.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kJRwmADEQUg+qJyRgWLtpEL9q9cFjZschejTEK3GRjKvnsU9G5WWoe/wKqRgbBoqWdVSeTUKP6vIA3Y72M3rWA==",
  6. "_location": "/pkcs7",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pkcs7@^0.2.3",
  12. "name": "pkcs7",
  13. "escapedName": "pkcs7",
  14. "rawSpec": "^0.2.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.3"
  17. },
  18. "_requiredBy": [
  19. "/aes-decrypter"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/pkcs7/-/pkcs7-0.2.3.tgz",
  22. "_shasum": "22d60666d01065c5f24439098e4a4830452273be",
  23. "_spec": "pkcs7@^0.2.3",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\aes-decrypter",
  25. "author": {
  26. "name": "Brightcove"
  27. },
  28. "bin": {
  29. "pkcs7": "lib/cli.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/brightcove/pkcs7/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Add and remove pkcs7-style padding.",
  37. "devDependencies": {
  38. "grunt-browserify": "^2.1.4",
  39. "grunt-contrib-jshint": "^0.10.0",
  40. "grunt-contrib-nodeunit": "^0.3.3",
  41. "grunt-contrib-watch": "^0.6.1",
  42. "jshint-stylish": "^0.2.0",
  43. "load-grunt-tasks": "^0.4.0",
  44. "time-grunt": "^0.3.1"
  45. },
  46. "engines": {
  47. "node": "^0.10",
  48. "npm": "^1.4.6"
  49. },
  50. "files": [
  51. "lib",
  52. "dist"
  53. ],
  54. "homepage": "https://github.com/brightcove/pkcs7",
  55. "keywords": [
  56. "pkcs7",
  57. "pkcs7 encrypt decrypt padding pkcs"
  58. ],
  59. "license": "Apache2",
  60. "main": "lib/pkcs7.js",
  61. "name": "pkcs7",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/brightcove/pkcs7.git"
  65. },
  66. "scripts": {
  67. "test": "grunt"
  68. },
  69. "version": "0.2.3"
  70. }