mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-07 06:37:16 +00:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"_from": "crypto-browserify@3.3.0",
|
|
"_id": "crypto-browserify@3.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ufx1u0oO1h3PHNXa6W6zDJw+UGw=",
|
|
"_location": "/crypto-browserify",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "crypto-browserify@3.3.0",
|
|
"name": "crypto-browserify",
|
|
"escapedName": "crypto-browserify",
|
|
"rawSpec": "3.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/node-libs-browser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.3.0.tgz",
|
|
"_shasum": "b9fc75bb4a0ed61dcf1cd5dae96eb30c9c3e506c",
|
|
"_spec": "crypto-browserify@3.3.0",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/node-libs-browser",
|
|
"author": {
|
|
"name": "Dominic Tarr",
|
|
"email": "dominic.tarr@gmail.com",
|
|
"url": "dominictarr.com"
|
|
},
|
|
"browser": {
|
|
"crypto": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dominictarr/crypto-browserify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"browserify-aes": "0.4.0",
|
|
"pbkdf2-compat": "2.0.1",
|
|
"ripemd160": "0.2.0",
|
|
"sha.js": "2.2.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "partial implementation of crypto for the browser",
|
|
"devDependencies": {
|
|
"hash-test-vectors": "~1.3.0",
|
|
"tape": "~2.3.2"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "https://github.com/dominictarr/crypto-browserify",
|
|
"license": "MIT",
|
|
"name": "crypto-browserify",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dominictarr/crypto-browserify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "set -e; for t in test/*.js; do node $t; done"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/latest",
|
|
"chrome/latest",
|
|
"firefox/latest",
|
|
"safari/latest",
|
|
"opera/latest"
|
|
]
|
|
},
|
|
"version": "3.3.0"
|
|
}
|