1 Star 0 Fork 2

Miller/Faker.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
Marak 提交于 2021-04-08 18:13 . Bump to v5.5.3
{
"name": "faker",
"description": "Generate massive amounts of fake contextual data",
"version": "5.5.3",
"contributors": [
"Marak Squires <marak.squires@gmail.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/Marak/Faker.js.git"
},
"scripts": {
"browser": "./node_modules/.bin/gulp browser",
"jsdoc": "./node_modules/.bin/gulp jsdoc",
"readme": "./node_modules/.bin/gulp readme",
"lint": "node_modules/.bin/eslint ./lib/animal.js",
"test": "node_modules/.bin/mocha test/*.*.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"nyc": {
"all": false,
"include": [
"lib/**/*.js",
"vendor/*.js"
],
"exclude": [
"coverage",
"locales",
"modules",
"white",
"docs",
"docker",
"public",
"reports",
"tests",
"node_modules"
],
"reporter": [
"html",
"lcov",
"clover"
],
"report-dir": "./reports/coverage"
},
"devDependencies": {
"browserify": "^16.5.2",
"coveralls": "^3.1.0",
"gulp": "^4.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-jsdoc3": "^3.0.0",
"gulp-mustache": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"eslint": "^6.5.1",
"ink-docstrap": "1.1.4",
"jsdoc": "^3.4.0",
"lint-staged": "^9.4.2",
"lodash": "^4.6.1",
"mocha": "^8.1.1",
"node-minify": "*",
"nyc": "^15.1.0",
"optimist": "0.3.5",
"sinon": "^9.0.3",
"through2": "2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vinyl-transform": "^1.0.0"
},
"license": "MIT",
"main": "index.js",
"dependencies": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/draak/Faker.js.git
git@gitee.com:draak/Faker.js.git
draak
Faker.js
Faker.js
master

搜索帮助