12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_args": [
- [
- "pkcs7@0.2.3",
- "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
- ]
- ],
- "_from": "pkcs7@0.2.3",
- "_id": "pkcs7@0.2.3",
- "_inBundle": false,
- "_integrity": "sha512-kJRwmADEQUg+qJyRgWLtpEL9q9cFjZschejTEK3GRjKvnsU9G5WWoe/wKqRgbBoqWdVSeTUKP6vIA3Y72M3rWA==",
- "_location": "/pkcs7",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "pkcs7@0.2.3",
- "name": "pkcs7",
- "escapedName": "pkcs7",
- "rawSpec": "0.2.3",
- "saveSpec": null,
- "fetchSpec": "0.2.3"
- },
- "_requiredBy": [
- "/aes-decrypter"
- ],
- "_resolved": "https://registry.npmmirror.com/pkcs7/-/pkcs7-0.2.3.tgz",
- "_spec": "0.2.3",
- "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
- "author": {
- "name": "Brightcove"
- },
- "bin": {
- "pkcs7": "lib/cli.js"
- },
- "bugs": {
- "url": "https://github.com/brightcove/pkcs7/issues"
- },
- "description": "Add and remove pkcs7-style padding.",
- "devDependencies": {
- "grunt-browserify": "^2.1.4",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-contrib-nodeunit": "^0.3.3",
- "grunt-contrib-watch": "^0.6.1",
- "jshint-stylish": "^0.2.0",
- "load-grunt-tasks": "^0.4.0",
- "time-grunt": "^0.3.1"
- },
- "engines": {
- "node": "^0.10",
- "npm": "^1.4.6"
- },
- "files": [
- "lib",
- "dist"
- ],
- "homepage": "https://github.com/brightcove/pkcs7",
- "keywords": [
- "pkcs7",
- "pkcs7 encrypt decrypt padding pkcs"
- ],
- "license": "Apache2",
- "main": "lib/pkcs7.js",
- "name": "pkcs7",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/brightcove/pkcs7.git"
- },
- "scripts": {
- "test": "grunt"
- },
- "version": "0.2.3"
- }
|