lml-main
Version:
This is now a mono repository published into many standalone packages.
76 lines (75 loc) • 1.93 kB
JSON
{
"_args": [
[
"faker@4.1.0",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "faker@4.1.0",
"_id": "faker@4.1.0",
"_inBundle": false,
"_integrity": "sha1-HkW7vsxndLPBlfrSg1EJxtdIzD8=",
"_location": "/faker",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "faker@4.1.0",
"name": "faker",
"escapedName": "faker",
"rawSpec": "4.1.0",
"saveSpec": null,
"fetchSpec": "4.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/faker/-/faker-4.1.0.tgz",
"_spec": "4.1.0",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"bugs": {
"url": "https://github.com/Marak/Faker.js/issues"
},
"contributors": [
{
"name": "Marak Squires",
"email": "marak.squires@gmail.com"
}
],
"dependencies": {},
"description": "Generate massive amounts of fake contextual data",
"devDependencies": {
"browserify": "5.11.1",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"gulp-jsdoc3": "^0.2.1",
"gulp-mustache": "0.4.0",
"gulp-rename": "1.2.0",
"gulp-uglify": "1.0.1",
"ink-docstrap": "1.1.4",
"jsdoc": "^3.4.0",
"jshint": "0.9.0",
"lodash": "^4.6.1",
"mocha": "^3.2.0",
"node-minify": "*",
"optimist": "0.3.5",
"sinon": "1.4.2",
"through2": "2.0.0",
"vinyl-transform": "0.0.1"
},
"homepage": "https://github.com/Marak/Faker.js#readme",
"license": "MIT",
"main": "index.js",
"name": "faker",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Marak/Faker.js.git"
},
"scripts": {
"build": "cd build && ../node_modules/.bin/gulp && cd ../",
"doc": "jsdoc -c conf.json -t ./node_modules/ink-docstrap/template -R README.md lib",
"lint": "jshint ./lib --config ./.jshintrc",
"test": "mocha test/*.*.js"
},
"version": "4.1.0"
}