UNPKG

2.84 kBJSONView Raw
1{
2 "name": "@travi/any",
3 "version": "2.1.3",
4 "description": "random data generator for when test data is insignificant",
5 "main": "lib/any.js",
6 "module": "lib/any.mjs",
7 "types": "./index.d.ts",
8 "exports": {
9 "types": "./index.d.ts",
10 "import": "./lib/any.js",
11 "require": "./lib/any.mjs"
12 },
13 "scripts": {
14 "clean": "rimraf coverage/ lib/",
15 "build": "rollup -c",
16 "lint:js": "eslint .",
17 "lint:md": "remark . --frail",
18 "lint:peer": "npm ls >/dev/null",
19 "tests:unit": "mocha --recursive test/unit/",
20 "tests:types": "tsd",
21 "test": "run-s clean lint:* coverage tests:types",
22 "generate:md": "remark . --output",
23 "coverage": "nyc run-s tests:unit",
24 "report-coverage": "nyc report --reporter=text-lcov | coveralls",
25 "preversion": "npm test",
26 "prepack": "npm run build",
27 "prepare": "husky install"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/travi/any.git"
32 },
33 "funding": {
34 "url": "https://github.com/travi/any?sponsor=1"
35 },
36 "keywords": [
37 "test",
38 "random",
39 "data",
40 "chance"
41 ],
42 "author": "Matt Travi <npm@travi.org> (https://matt.travi.org/)",
43 "contributors": [
44 {
45 "name": "Trevor Richardson",
46 "email": "npm@trevorrichardson.me",
47 "url": "https://trevorrichardson.me"
48 },
49 {
50 "name": "Zach Toben",
51 "email": "zach.toben@gmail.com",
52 "url": "https://ztoben.com/"
53 },
54 {
55 "name": "Justin Waite",
56 "email": "justindwaite@gmail.com",
57 "url": "https://github.com/justinwaite"
58 }
59 ],
60 "license": "MIT",
61 "bugs": {
62 "url": "https://github.com/travi/any/issues"
63 },
64 "homepage": "https://github.com/travi/any#readme",
65 "dependencies": {
66 "@types/chance": "1.1.3",
67 "chance": "1.1.8",
68 "debug": "4.3.4",
69 "lodash": "4.17.21",
70 "mersenne-twister": "1.1.0"
71 },
72 "devDependencies": {
73 "@babel/plugin-transform-exponentiation-operator": "7.16.7",
74 "@babel/register": "7.17.7",
75 "@travi/babel-preset": "3.0.88",
76 "@travi/eslint-config": "3.0.3",
77 "@travi/eslint-config-mocha": "1.0.18",
78 "chai": "4.3.6",
79 "commitlint-config-travi": "1.4.16",
80 "coveralls": "3.1.1",
81 "cz-conventional-changelog": "3.3.0",
82 "formatio": "1.2.0",
83 "globstar": "1.0.0",
84 "husky": "8.0.1",
85 "mocha": "10.0.0",
86 "npm-run-all": "4.1.5",
87 "nyc": "15.1.0",
88 "proxyquire": "2.1.3",
89 "referee": "1.2.0",
90 "referee-sinon": "1.0.3",
91 "remark-cli": "11.0.0",
92 "remark-preset-lint-travi": "4.0.0",
93 "remark-toc": "8.0.1",
94 "rimraf": "3.0.2",
95 "rollup": "2.75.7",
96 "rollup-plugin-auto-external": "2.0.0",
97 "rollup-plugin-babel": "4.4.0",
98 "sinon": "14.0.0",
99 "tsd": "0.21.0"
100 },
101 "config": {
102 "commitizen": {
103 "path": "./node_modules/cz-conventional-changelog"
104 }
105 }
106}