Current File : /home/tradevaly/www/node_modules/chance/package.json |
{
"_args": [
[
"chance@1.1.7",
"/home/skote/public_html"
]
],
"_from": "chance@1.1.7",
"_id": "chance@1.1.7",
"_inBundle": false,
"_integrity": "sha512-bua/2cZEfzS6qPm0vi3JEvGNbriDLcMj9lKxCQOjUcCJRcyjA7umP0zZm6bKWWlBN04vA0L99QGH/CZQawr0eg==",
"_location": "/chance",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "chance@1.1.7",
"name": "chance",
"escapedName": "chance",
"rawSpec": "1.1.7",
"saveSpec": null,
"fetchSpec": "1.1.7"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/chance/-/chance-1.1.7.tgz",
"_spec": "1.1.7",
"_where": "/home/skote/public_html",
"author": {
"name": "Victor Quinn",
"email": "mail@victorquinn.com"
},
"bugs": {
"url": "https://github.com/chancejs/chancejs/issues"
},
"description": "Chance - Utility library to generate anything random",
"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"
},
"docpress": {
"scripts": [
"chance.js",
"analytics.js",
"https://platform.twitter.com/widgets.js"
],
"github": "chancejs/chancejs",
"css": [
"docs/chance.css"
]
},
"github": "https://github.com/chancejs/chancejs",
"homepage": "http://chancejs.com",
"jam": {
"main": "chance.js"
},
"keywords": [
"chance",
"random",
"generator",
"test",
"mersenne",
"name",
"address",
"dice"
],
"license": "MIT",
"main": "./chance.js",
"maintainers": [
{
"name": "Victor Quinn",
"email": "mail@victorquinn.com",
"url": "https://www.victorquinn.com"
}
],
"name": "chance",
"repository": {
"type": "git",
"url": "git+https://github.com/chancejs/chancejs.git"
},
"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"
},
"spm": {
"main": "chance.js",
"ignore": [
"test"
]
},
"version": "1.1.7"
}