UNPKG

fixted

Version:

A simple way to populate Sails.js v1 models with data fixtures for testing purposes. Originally based on Barrels, by Ruslan Bredikhin.

88 lines (87 loc) 2.23 kB
{ "name": "fixted", "version": "4.2.7", "description": "A simple way to populate Sails.js v1 models with data fixtures for testing purposes. Originally based on Barrels, by Ruslan Bredikhin.", "keywords": [ "sails", "models", "fixtures", "test", "testing", "database", "orm", "waterline", "fake", "data" ], "dependencies": { "async": "~3.2.6", "lodash": "~4.17.21" }, "devDependencies": { "chai": "~4.4.1", "eslint": "~8.57.0", "mocha": "~10.8.2", "pre-commit": "~1.2.2", "sails": "~1.5.13", "sails-disk": "~2.1.2", "sails-hook-orm": "~4.0.3" }, "peerDependencies": { "sails": "1.x" }, "files": [ "index.js" ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/neonexus" } ], "main": "index.js", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'", "test": "npm run lint && NODE_ENV=test PORT=1338 mocha -R spec --ui bdd --timeout 5000 \"test/**/*.test.js\" && echo '✔ Done ✔\n'" }, "pre-commit": [ "test" ], "repository": { "type": "git", "url": "https://github.com/neonexus/fixted.git" }, "homepage": "https://github.com/neonexus/fixted", "author": { "name": "NeoNexus DeMortis", "email": "neonexus.demortis@gmail.com" }, "contributors": [ { "name": "Ruslan Bredikhin", "email": "ruslan.bredikhin@facebook.com" }, { "name": "Mikael Møller", "email": "mikael@i-dyllen.dk" }, { "name": "U-Zyn Chua", "email": "chua@uzyn.com" }, { "name": "Tuomas Salmi" }, { "name": "Victor Heng" }, { "name": "Marnus Weststrate", "email": "marnusw@gmail.com" } ], "license": "MIT", "engines": { "node": ">=20.10" } }