{ "_args": [ [ "js-sha1@0.6.0", "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp" ] ], "_from": "js-sha1@0.6.0", "_id": "js-sha1@0.6.0", "_inBundle": false, "_integrity": "sha512-01gwBFreYydzmU9BmZxpVk6svJJHrVxEN3IOiGl6VO93bVKYETJ0sIth6DASI6mIFdt7NmfX9UiByRzsYHGU9w==", "_location": "/js-sha1", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "js-sha1@0.6.0", "name": "js-sha1", "escapedName": "js-sha1", "rawSpec": "0.6.0", "saveSpec": null, "fetchSpec": "0.6.0" }, "_requiredBy": [ "/vod-js-sdk-v6" ], "_resolved": "https://registry.npmjs.org/js-sha1/-/js-sha1-0.6.0.tgz", "_spec": "0.6.0", "_where": "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp", "author": { "name": "Chen, Yi-Cyuan", "email": "emn178@gmail.com" }, "bugs": { "url": "https://github.com/emn178/js-sha1/issues" }, "description": "A simple SHA1 hash function for JavaScript supports UTF-8 encoding.", "devDependencies": { "expect.js": "~0.3.1", "mocha": "~2.3.4", "nyc": "^11.3.0", "requirejs": "^2.1.22", "uglify-js": "^3.1.9" }, "homepage": "https://github.com/emn178/js-sha1", "keywords": [ "sha", "sha1", "encryption", "cryptography", "HMAC" ], "license": "MIT", "main": "src/sha1.js", "name": "js-sha1", "nyc": { "exclude": [ "tests" ] }, "repository": { "type": "git", "url": "git+https://github.com/emn178/js-sha1.git" }, "scripts": { "build": "uglifyjs src/sha1.js -c -m eval --comments -o build/sha1.min.js", "coveralls": "nyc report --reporter=text-lcov | coveralls", "report": "nyc --reporter=html --reporter=text mocha tests/node-test.js", "test": "nyc mocha tests/node-test.js" }, "version": "0.6.0" }