UNPKG

2.45 kBJSONView Raw
1{
2 "name": "@travi/any",
3 "version": "2.0.10",
4 "description": "random data generator for when test data is insignificant",
5 "main": "lib/any.cjs.js",
6 "module": "lib/any.es.js",
7 "scripts": {
8 "clean": "rimraf coverage/ lib/",
9 "build": "rollup -c",
10 "lint:js": "eslint .",
11 "lint:md": "remark . --frail",
12 "lint:peer": "npm ls >/dev/null",
13 "tests:unit": "mocha --recursive test/unit/",
14 "test": "run-s clean lint:* coverage",
15 "generate:md": "remark . --output",
16 "coverage": "nyc run-s tests:unit",
17 "report-coverage": "nyc report --reporter=text-lcov | coveralls",
18 "preversion": "npm test",
19 "prepack": "npm run build"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/travi/any.git"
24 },
25 "funding": {
26 "url": "https://github.com/travi/any?sponsor=1"
27 },
28 "keywords": [
29 "test",
30 "random",
31 "data",
32 "chance"
33 ],
34 "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
35 "contributors": [
36 {
37 "name": "Trevor Richardson",
38 "email": "npm@trevorrichardson.me",
39 "url": "https://trevorrichardson.me"
40 },
41 {
42 "name": "Zach Toben",
43 "email": "zach.toben@gmail.com",
44 "url": "https://ztoben.com/"
45 }
46 ],
47 "license": "MIT",
48 "bugs": {
49 "url": "https://github.com/travi/any/issues"
50 },
51 "homepage": "https://github.com/travi/any#readme",
52 "dependencies": {
53 "chance": "1.1.6",
54 "debug": "4.1.1",
55 "lodash": "4.17.19",
56 "mersenne-twister": "1.1.0"
57 },
58 "devDependencies": {
59 "@babel/plugin-transform-exponentiation-operator": "7.10.4",
60 "@babel/register": "7.10.4",
61 "@travi/babel-preset": "3.0.24",
62 "@travi/eslint-config": "1.0.42",
63 "@travi/eslint-config-mocha": "1.0.8",
64 "chai": "4.2.0",
65 "commitlint-config-travi": "1.3.7",
66 "coveralls": "3.1.0",
67 "cz-conventional-changelog": "3.2.0",
68 "formatio": "1.2.0",
69 "globstar": "1.0.0",
70 "husky": "4.2.5",
71 "mocha": "8.0.1",
72 "npm-run-all": "4.1.5",
73 "nyc": "15.1.0",
74 "proxyquire": "2.1.3",
75 "referee": "1.2.0",
76 "referee-sinon": "1.0.3",
77 "remark-cli": "8.0.0",
78 "remark-preset-lint-travi": "1.3.9",
79 "remark-toc": "7.0.0",
80 "rimraf": "3.0.2",
81 "rollup": "2.21.0",
82 "rollup-plugin-auto-external": "2.0.0",
83 "rollup-plugin-babel": "4.4.0",
84 "sinon": "9.0.2"
85 },
86 "config": {
87 "commitizen": {
88 "path": "./node_modules/cz-conventional-changelog"
89 }
90 }
91}