12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "_args": [
- [
- "math-random@1.0.4",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_development": true,
- "_from": "math-random@1.0.4",
- "_id": "math-random@1.0.4",
- "_inBundle": false,
- "_integrity": "sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==",
- "_location": "/math-random",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "math-random@1.0.4",
- "name": "math-random",
- "escapedName": "math-random",
- "rawSpec": "1.0.4",
- "saveSpec": null,
- "fetchSpec": "1.0.4"
- },
- "_requiredBy": [
- "/randomatic"
- ],
- "_resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz",
- "_spec": "1.0.4",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "author": {
- "name": "Michael Rhodes"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/michaelrhodes/math-random/issues"
- },
- "description": "math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.",
- "devDependencies": {
- "array-unique": "~0.2.1",
- "dexy": "github:michaelrhodes/dexy#1.0.1"
- },
- "homepage": "https://github.com/michaelrhodes/math-random#readme",
- "license": "MIT",
- "main": "node.js",
- "name": "math-random",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/michaelrhodes/math-random.git"
- },
- "scripts": {
- "test": "dexy test.js"
- },
- "version": "1.0.4"
- }
|