{ "_args": [ [ "js-crypto-hmac@0.5.3", "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series" ] ], "_from": "js-crypto-hmac@0.5.3", "_id": "js-crypto-hmac@0.5.3", "_inBundle": false, "_integrity": "sha512-ARFm5uM0WttvnFWR+pNq9J5zULjfbGD85mohD90arb5U5fITEOu1kqpA6nVSJlr87kPilYg1BntfAfIoXSC/lw==", "_location": "/js-crypto-hmac", "_phantomChildren": { "regenerator-runtime": "0.13.5" }, "_requested": { "type": "version", "registry": true, "raw": "js-crypto-hmac@0.5.3", "name": "js-crypto-hmac", "escapedName": "js-crypto-hmac", "rawSpec": "0.5.3", "saveSpec": null, "fetchSpec": "0.5.3" }, "_requiredBy": [ "/js-crypto-pbkdf" ], "_resolved": "https://registry.npmjs.org/js-crypto-hmac/-/js-crypto-hmac-0.5.3.tgz", "_spec": "0.5.3", "_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series", "author": { "name": "Jun Kurihara" }, "bugs": { "url": "https://github.com/junkurihara/jscu/issues" }, "dependencies": { "@babel/runtime": "~7.5.0", "js-crypto-env": "^0.2.4", "js-crypto-hash": "^0.5.2" }, "description": "Universal Module for HMAC (Hash-based Message Authentication Code) in JavaScript", "devDependencies": { "js-crypto-random": "^0.3.5", "js-encoding-utils": "0.5.3" }, "homepage": "https://github.com/junkurihara/jscu/tree/master/packages/js-crypto-hmac#readme", "keywords": [ "crypto", "hmac", "webcrypto" ], "license": "MIT", "main": "dist/index.js", "name": "js-crypto-hmac", "repository": { "type": "git", "url": "git+https://github.com/junkurihara/jscu.git" }, "scripts": { "analyze": "cross-env NODE_ENV=production webpack --mode production --optimize-minimize --json --config webpack.prod.js | webpack-bundle-size-analyzer", "babel": "cross-env NODE_ENV=production babel src -d dist/ --keep-file-extension", "build": "rm -rf ./dist && npm run babel && npm run webpack:prod", "cleanup": "rm -rf ./dist coverage .nyc_output; rm -rf ./test/html/*.bundle.js; rm -rf ./test/html/test.html", "html": "npm run webpack && npm run html:source && npm run html:bundle && npm run html:window", "html:bundle": "cross-env TEST_ENV=bundle NODE_ENV=html npm run webpack", "html:source": "cross-env TEST_ENV=source NODE_ENV=html npm run webpack", "html:window": "cross-env TEST_ENV=window NODE_ENV=html npm run webpack", "karma": "cross-env TEST_ENV=source karma start", "karma:bundle": "npm run webpack && cross-env TEST_ENV=bundle karma start", "karma:window": "npm run webpack && cross-env TEST_ENV=window karma start", "test": "cross-env NODE_ENV=test nyc mocha --recursive $(find test -name '*.spec.js')", "test:bundle": "npm run webpack && cross-env TEST_ENV=bundle npm run test", "webpack": "webpack --optimize-minimize --mode development --config webpack.dev.js", "webpack:prod": "cross-env NODE_ENV=production webpack --optimize-minimize --mode production --config webpack.prod.js" }, "version": "0.5.3" }