UNPKG

random-object

Version:

Generates a js object of random depth and width for testing purposes

45 lines (44 loc) 998 B
{ "name": "random-object", "version": "1.3.4", "description": "Generates a js object of random depth and width for testing purposes", "main": "lib/RandomObject.js", "homepage": "https://npmjs.com/package/random-object", "repository": { "type": "git", "url": "https://github.com/cthulhu-bot/random-object" }, "scripts": { "test": "jest", "build": "babel src -d lib && node lib/RandomObject.js", "prepublish": "npm run build", "flow": "flow" }, "jest": { "transform": { "^.+\\.jsx?$": "babel-jest" }, "moduleFileExtensions": [ "js", "json", "es6" ] }, "keywords": [ "random-object", "random", "object", "generative testing" ], "author": "", "license": "ISC", "dependencies": {}, "devDependencies": { "babel-jest": "^19.0.0", "jest": "^19.0.2", "babel-cli": "^6.24.0", "babel-preset-es2015": "^6.24.0", "babel-preset-flow": "^6.23.0", "flow-bin": "^0.43.1" } }