summaryrefslogtreecommitdiff
path: root/src/node_modules/chance/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-21 16:52:28 +0100
committerMinteck <contact@minteck.org>2021-12-21 16:52:28 +0100
commit46e43f4bde4a35785b4997b81e86cd19f046b69b (patch)
treec53c2f826f777f9d6b2d249dab556feb72a6c3a6 /src/node_modules/chance/package.json
downloadlangdetect-46e43f4bde4a35785b4997b81e86cd19f046b69b.tar.gz
langdetect-46e43f4bde4a35785b4997b81e86cd19f046b69b.tar.bz2
langdetect-46e43f4bde4a35785b4997b81e86cd19f046b69b.zip
Commit
Diffstat (limited to 'src/node_modules/chance/package.json')
-rw-r--r--src/node_modules/chance/package.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/src/node_modules/chance/package.json b/src/node_modules/chance/package.json
new file mode 100644
index 0000000..0fc4571
--- /dev/null
+++ b/src/node_modules/chance/package.json
@@ -0,0 +1,82 @@
+{
+ "name": "chance",
+ "main": "./chance.js",
+ "version": "1.1.7",
+ "description": "Chance - Utility library to generate anything random",
+ "homepage": "http://chancejs.com",
+ "author": "Victor Quinn <mail@victorquinn.com>",
+ "bugs": {
+ "url": "https://github.com/chancejs/chancejs/issues"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/chancejs/chancejs.git"
+ },
+ "license": "MIT",
+ "devDependencies": {
+ "ava": "^0.19.1",
+ "babel-eslint": "^7.2.3",
+ "chai": "^3.5.0",
+ "coveralls": "^2.11.2",
+ "dirty-chai": "^1.2.2",
+ "docpress": "0.7.1",
+ "eslint": "^6.3.0",
+ "git-update-ghpages": "1.3.0",
+ "gulp": "^4.0.0",
+ "gulp-ava": "^0.17.1",
+ "gulp-eslint": "^3.0.1",
+ "gulp-jshint": "^2.0.4",
+ "gulp-rename": "^1.2.2",
+ "gulp-sourcemaps": "^2.6.1",
+ "gulp-uglify": "^3.0.0",
+ "jshint-stylish": "^2.2.1",
+ "lodash": "^4.17.4",
+ "nyc": "^10.3.2",
+ "pump": "^1.0.2"
+ },
+ "scripts": {
+ "coverage": "nyc npm test && nyc report --reporter=text-lcov --report-dir=./coverage > ./coverage/lcov.info",
+ "docs": "docpress build",
+ "docs:publish": "git-update-ghpages -e",
+ "lint": "eslint --ignore-path .gitignore chance.js",
+ "test": "ava"
+ },
+ "keywords": [
+ "chance",
+ "random",
+ "generator",
+ "test",
+ "mersenne",
+ "name",
+ "address",
+ "dice"
+ ],
+ "jam": {
+ "main": "chance.js"
+ },
+ "github": "https://github.com/chancejs/chancejs",
+ "maintainers": [
+ {
+ "name": "Victor Quinn",
+ "email": "mail@victorquinn.com",
+ "web": "https://www.victorquinn.com"
+ }
+ ],
+ "spm": {
+ "main": "chance.js",
+ "ignore": [
+ "test"
+ ]
+ },
+ "docpress": {
+ "scripts": [
+ "chance.js",
+ "analytics.js",
+ "https://platform.twitter.com/widgets.js"
+ ],
+ "github": "chancejs/chancejs",
+ "css": [
+ "docs/chance.css"
+ ]
+ }
+}