You need to sign in before continuing.
package.json 1.82 KB
{
  "_from": "pkcs7@^0.2.3",
  "_id": "pkcs7@0.2.3",
  "_inBundle": false,
  "_integrity": "sha1-ItYGZtAQZcXyRDkJjkpIMEUic74=",
  "_location": "/pkcs7",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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": "http://registry.npm.taobao.org/pkcs7/download/pkcs7-0.2.3.tgz",
  "_shasum": "22d60666d01065c5f24439098e4a4830452273be",
  "_spec": "pkcs7@^0.2.3",
  "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/aes-decrypter",
  "author": {
    "name": "Brightcove"
  },
  "bin": {
    "pkcs7": "lib/cli.js"
  },
  "bugs": {
    "url": "https://github.com/brightcove/pkcs7/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "npm": "^1.4.6",
        "node": "^0.10"
      },
      "pkgid": "pkcs7@0.2.3"
    }
  ]
}