line_push/node_modules/tiny-sha256/package.json
2022-07-17 13:16:16 +08:00

50 lines
1.2 KiB
JSON

{
"_args": [
[
"tiny-sha256@1.0.2",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "tiny-sha256@1.0.2",
"_id": "tiny-sha256@1.0.2",
"_inBundle": false,
"_integrity": "sha1-OyCnX3cJfc7Br1E/UYnCbsL1SZI=",
"_location": "/tiny-sha256",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tiny-sha256@1.0.2",
"name": "tiny-sha256",
"escapedName": "tiny-sha256",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/@line/liff"
],
"_resolved": "https://registry.npmjs.org/tiny-sha256/-/tiny-sha256-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Geraint Luff"
},
"description": "SHA-256 in 849 bytes (minified)",
"devDependencies": {
"chai": "~1.9.1",
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.1",
"grunt-mocha-test": "~0.12.0",
"mocha": "~1.21.4",
"mocha-unfunk-reporter": "~0.4.0"
},
"license": "Public domain",
"main": "index.js",
"name": "tiny-sha256",
"scripts": {
"test": "grunt test"
},
"version": "1.0.2"
}