UNPKG

layaair2-cmd

Version:

layaair version 2 toolkit

102 lines (101 loc) 3.27 kB
{ "_args": [ [ { "raw": "randomfill@^1.0.3", "scope": null, "escapedName": "randomfill", "name": "randomfill", "rawSpec": "^1.0.3", "spec": ">=1.0.3 <2.0.0", "type": "range" }, "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\crypto-browserify" ] ], "_from": "randomfill@>=1.0.3 <2.0.0", "_id": "randomfill@1.0.4", "_inCache": true, "_location": "/randomfill", "_nodeVersion": "8.6.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/randomfill_1.0.4_1518786236724_0.926847415068788" }, "_npmUser": { "name": "cwmma", "email": "calvin.metcalf@gmail.com" }, "_npmVersion": "5.6.0", "_phantomChildren": {}, "_requested": { "raw": "randomfill@^1.0.3", "scope": null, "escapedName": "randomfill", "name": "randomfill", "rawSpec": "^1.0.3", "spec": ">=1.0.3 <2.0.0", "type": "range" }, "_requiredBy": [ "/crypto-browserify" ], "_resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", "_shasum": "c92196fc86ab42be983f1bf31778224931d61458", "_shrinkwrap": null, "_spec": "randomfill@^1.0.3", "_where": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\crypto-browserify", "author": "", "browser": "browser.js", "bugs": { "url": "https://github.com/crypto-browserify/randomfill/issues" }, "dependencies": { "randombytes": "^2.0.5", "safe-buffer": "^5.1.0" }, "description": "random fill from browserify stand alone", "devDependencies": { "phantomjs": "^1.9.9", "standard": "^10.0.2", "tap-spec": "^2.1.2", "tape": "^4.6.3", "zuul": "^3.7.2" }, "directories": {}, "dist": { "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", "shasum": "c92196fc86ab42be983f1bf31778224931d61458", "tarball": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", "fileCount": 8, "unpackedSize": 6844 }, "gitHead": "f0c99be53fbb798afc0879cf8dcb13db3a7266f2", "homepage": "https://github.com/crypto-browserify/randomfill", "keywords": [ "crypto", "random" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "cwmma", "email": "calvin.metcalf@gmail.com" } ], "name": "randomfill", "optionalDependencies": {}, "readme": "randomfill\n===\n\n[![Version](http://img.shields.io/npm/v/randomfill.svg)](https://www.npmjs.org/package/randomfill)\n\nrandomfill from node that works in the browser. In node you just get crypto.randomBytes, but in the browser it uses .crypto/msCrypto.getRandomValues\n\n```js\nvar randomFill = require('randomfill');\nvar buf\nrandomFill.randomFillSync(16);//get 16 random bytes\nrandomFill.randomFill(16, function (err, resp) {\n // resp is 16 random bytes\n});\n```\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/crypto-browserify/randomfill.git" }, "scripts": { "local": "zuul --local --no-coverage -- test.js", "phantom": "zuul --phantom -- test.js", "test": "standard && node test.js | tspec" }, "version": "1.0.4" }