1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_args": [
- [
- {
- "raw": "math-random@^1.0.1",
- "scope": null,
- "escapedName": "math-random",
- "name": "math-random",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/randomatic"
- ]
- ],
- "_from": "math-random@>=1.0.1 <2.0.0",
- "_id": "math-random@1.0.1",
- "_inCache": true,
- "_location": "/math-random",
- "_nodeVersion": "6.9.2",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/math-random-1.0.1.tgz_1499951218271_0.3070336836390197"
- },
- "_npmUser": {
- "name": "michaelrhodes",
- "email": "spam@michaelrhod.es"
- },
- "_npmVersion": "3.10.9",
- "_phantomChildren": {},
- "_requested": {
- "raw": "math-random@^1.0.1",
- "scope": null,
- "escapedName": "math-random",
- "name": "math-random",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/randomatic"
- ],
- "_resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz",
- "_shasum": "8b3aac588b8a66e4975e3cdea67f7bb329601fac",
- "_shrinkwrap": null,
- "_spec": "math-random@^1.0.1",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/randomatic",
- "author": {
- "name": "Michael Rhodes"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/michaelrhodes/math-random/issues"
- },
- "dependencies": {},
- "description": "a drop-in replacement for Math.random that uses cryptographically secure random number generation, where available",
- "devDependencies": {
- "array-unique": "~0.2.1",
- "tape": "~4.2.2"
- },
- "directories": {},
- "dist": {
- "shasum": "8b3aac588b8a66e4975e3cdea67f7bb329601fac",
- "tarball": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz"
- },
- "gitHead": "14f9d4cb231e26156e1295d4d55b624dfdb54d3c",
- "homepage": "https://github.com/michaelrhodes/math-random",
- "keywords": [
- "Math.random",
- "crypto.getRandomValues"
- ],
- "license": "MIT",
- "main": "node.js",
- "maintainers": [
- {
- "name": "michaelrhodes",
- "email": "spam@michaelrhod.es"
- }
- ],
- "name": "math-random",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/michaelrhodes/math-random.git"
- },
- "scripts": {
- "test": "tape test.js"
- },
- "testling": {
- "files": "test.js"
- },
- "version": "1.0.1"
- }
|