{ "_args": [ [ "aes-decrypter@3.1.0", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "aes-decrypter@3.1.0", "_id": "aes-decrypter@3.1.0", "_inBundle": false, "_integrity": "sha1-/AsdcD+Xpkqj97E1KPRmGXHbaMQ=", "_location": "/aes-decrypter", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "aes-decrypter@3.1.0", "name": "aes-decrypter", "escapedName": "aes-decrypter", "rawSpec": "3.1.0", "saveSpec": null, "fetchSpec": "3.1.0" }, "_requiredBy": [ "/@videojs/http-streaming" ], "_resolved": "https://registry.npm.taobao.org/aes-decrypter/download/aes-decrypter-3.1.0.tgz", "_spec": "3.1.0", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "Brightcove, Inc." }, "browserslist": [ "defaults", "ie 11" ], "bugs": { "url": "https://github.com/videojs/aes-decrypter/issues" }, "contributors": [ { "name": "gkatsev" }, { "name": "imbcmdth" }, { "name": "dmlap" }, { "name": "bcasey" } ], "dependencies": { "@babel/runtime": "^7.5.5", "@videojs/vhs-utils": "^2.2.1", "global": "^4.3.2", "pkcs7": "^1.0.4" }, "description": "decrypt aes-128 content using a key", "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.1", "videojs-generator-verify": "~2.0.0", "videojs-standard": "^8.0.3" }, "directories": { "test": "test" }, "files": [ "CONTRIBUTING.md", "dist/", "docs/", "index.html", "scripts/", "src/", "test/" ], "generator-videojs-plugin": { "version": "7.7.3" }, "homepage": "https://github.com/videojs/aes-decrypter#readme", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "videojs", "videojs-plugin" ], "license": "Apache-2.0", "lint-staged": { "*.js": [ "vjsstandard --fix", "git add" ], "README.md": [ "doctoc --notitle", "git add" ] }, "main": "dist/aes-decrypter.cjs.js", "module": "dist/aes-decrypter.es.js", "name": "aes-decrypter", "repository": { "type": "git", "url": "git+https://github.com/videojs/aes-decrypter.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 && karma start scripts/karma.conf.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": "3.1.0", "vjsstandard": { "ignore": [ "dist", "docs", "test/dist" ] } }