{ "_args": [ [ "pkcs7@1.0.4", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "pkcs7@1.0.4", "_id": "pkcs7@1.0.4", "_inBundle": false, "_integrity": "sha1-YJC55xFg2r9pIJ1xnLr6U4sAocs=", "_location": "/pkcs7", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pkcs7@1.0.4", "name": "pkcs7", "escapedName": "pkcs7", "rawSpec": "1.0.4", "saveSpec": null, "fetchSpec": "1.0.4" }, "_requiredBy": [ "/aes-decrypter" ], "_resolved": "https://registry.npm.taobao.org/pkcs7/download/pkcs7-1.0.4.tgz", "_spec": "1.0.4", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "Brightcove" }, "bin": { "pkcs7": "bin/cli.js" }, "browserslist": [ "defaults", "ie 11" ], "bugs": { "url": "https://github.com/brightcove/pkcs7/issues" }, "dependencies": { "@babel/runtime": "^7.5.5" }, "description": "Add and remove pkcs7-style padding.", "devDependencies": { "@videojs/generator-helpers": "~1.2.0", "karma": "^4.0.0", "rollup": "^1.19.4", "sinon": "^7.2.2", "videojs-generate-karma-config": "~5.3.1", "videojs-generate-rollup-config": "~5.0.0", "videojs-generator-verify": "~2.0.0", "videojs-standard": "^8.0.3" }, "files": [ "CONTRIBUTING.md", "dist/", "docs/", "index.html", "scripts/", "src/", "test/", "bin" ], "generator-videojs-plugin": { "version": "7.7.3" }, "homepage": "https://github.com/brightcove/pkcs7", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "pkcs7", "pkcs7 encrypt decrypt padding pkcs", "videojs", "videojs-plugin" ], "license": "Apache-2.0", "lint-staged": { "*.js": [ "vjsstandard --fix", "git add" ], "README.md": [ "doctoc --notitle", "git add" ] }, "main": "dist/pkcs7.cjs.js", "module": "dist/pkcs7.es.js", "name": "pkcs7", "repository": { "type": "git", "url": "git+https://github.com/brightcove/pkcs7.git" }, "scripts": { "build": "npm-run-all -s clean -p build:*", "build-prod": "cross-env-shell NO_TEST_BUNDLE=1 'npm run build'", "build-test": "cross-env-shell TEST_BUNDLE_ONLY=1 'npm run build'", "build:js": "rollup -c scripts/rollup.config.js", "clean": "shx rm -rf ./dist ./test/dist && shx mkdir -p ./dist ./test/dist", "lint": "vjsstandard", "posttest": "shx cat test/dist/coverage/text.txt", "prepublishOnly": "npm-run-all build-prod && vjsverify --verbose", "preversion": "npm test", "server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch", "start": "npm-run-all -p server watch", "test": "npm-run-all lint build-test -p test:*", "test:browser": "karma start scripts/karma.conf.js", "test:node": "qunit test/dist/bundle.js", "update-changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s", "version": "is-prerelease || npm run update-changelog && git add CHANGELOG.md", "watch": "npm-run-all -p watch:*", "watch:js": "npm run build:js -- -w" }, "version": "1.0.4", "vjsstandard": { "ignore": [ "dist", "docs", "test/dist" ] } }