package.json 1.7 KB

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