mocker-data-generator
Advanced tools
Comparing version
@@ -1,34 +0,50 @@ | ||
{ | ||
"name": "mocker-data-generator", | ||
"version": "0.0.1", | ||
"description": "A simplified way to generate mock data, build over Faker", | ||
"author": "Daniel Biedma <info@dbarm.co>", | ||
"main": "./build/mocker.min.js", | ||
"scripts": { | ||
"build": "rm -rf build && npm run build:development && npm run build:production", | ||
"build:production": "NODE_ENV=production COMPRESS=1 webpack --config webpack.config.base.js lib/main.js --target node --output-library-target umd --output-library MockerData build/mocker.min.js && echo \"gzipped, the global build is `gzip -c build/mocker.min.js | wc -c` bytes\"", | ||
"build:development": "NODE_ENV=development webpack --config webpack.config.base.js lib/main.js --target node --output-library-target umd --output-library MockerData build/mocker.js && echo \"gzipped, the global build is `gzip -c build/mocker.js | wc -c` bytes\"", | ||
"dev": "rm -rf build && npm run dev:watch", | ||
"dev:watch": "webpack --watch --config webpack.config.base.js lib/main.js --target node --output-library-target umd --output-library MockerData build/mocker.js" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer-core": "^5.2.0", | ||
"babel-core": "^5.5.8", | ||
"babel-loader": "^5.1.4", | ||
"file-loader": "^0.8.4", | ||
"jscs": "^2.1.1", | ||
"jscs-loader": "^0.2.0", | ||
"json-loader": "^0.5.2", | ||
"node-libs-browser": "^0.5.2", | ||
"script-loader": "^0.6.1", | ||
"style-loader": "^0.12.3", | ||
"ts-loader": "^0.5.3", | ||
"typescript": "^1.6.2", | ||
"webpack": "^1.12.0", | ||
"webpack-dev-server": "^1.10.1" | ||
}, | ||
"dependencies": { | ||
"faker": "^3.0.1", | ||
"source-map-support": "^0.3.2" | ||
} | ||
{ | ||
"name": "mocker-data-generator", | ||
"version": "0.0.2", | ||
"description": "A simplified way to generate mock data, build over Faker", | ||
"main": "./build/mocker.min.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/danibram/mocker-data-generator" | ||
}, | ||
"keywords": [ | ||
"mock", | ||
"generator" | ||
], | ||
"author": { | ||
"name": "Daniel Biedma Ramos", | ||
"email": "info@danibram.es", | ||
"url": "dbram.co" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/danibram/mocker-data-generator/issues" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf build && npm run build:development && npm run build:production", | ||
"build:production": "NODE_ENV=production COMPRESS=1 webpack --config webpack.config.base.js lib/main.js --target node --output-library-target umd --output-library MockerData build/mocker.min.js && echo \"gzipped, the global build is `gzip -c build/mocker.min.js | wc -c` bytes\"", | ||
"build:development": "NODE_ENV=development webpack --config webpack.config.base.js lib/main.js --target node --output-library-target umd --output-library MockerData build/mocker.js && echo \"gzipped, the global build is `gzip -c build/mocker.js | wc -c` bytes\"", | ||
"dev": "rm -rf build && npm run dev:watch", | ||
"dev:watch": "webpack --watch --config webpack.config.base.js lib/main.js --target node --output-library-target umd --output-library MockerData build/mocker.js" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer-core": "^5.2.0", | ||
"babel-core": "^5.5.8", | ||
"babel-loader": "^5.1.4", | ||
"file-loader": "^0.8.4", | ||
"jscs": "^2.1.1", | ||
"jscs-loader": "^0.2.0", | ||
"json-loader": "^0.5.2", | ||
"node-libs-browser": "^0.5.2", | ||
"script-loader": "^0.6.1", | ||
"style-loader": "^0.12.3", | ||
"ts-loader": "^0.5.3", | ||
"typescript": "^1.6.2", | ||
"webpack": "^1.12.0", | ||
"webpack-dev-server": "^1.10.1" | ||
}, | ||
"dependencies": { | ||
"faker": "^3.0.1", | ||
"source-map-support": "^0.3.2" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # mocker-data-generator | ||
##Getting started | ||
## Getting started | ||
@@ -8,0 +8,0 @@ Install the module with: `npm install mocker-data-generator` |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
55095
2.91%18
5.88%0
-100%3
-25%