@fluffy-spoon/substitute
Advanced tools
Comparing version 1.168.0 to 1.170.0
@@ -1,65 +0,1 @@ | ||
{ | ||
"name": "@fluffy-spoon/substitute", | ||
"version": "1.168.0", | ||
"description": "An NSubstitute port to TypeScript called substitute.js.", | ||
"license": "MIT", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/substitute-js#section-contribute" | ||
}, | ||
"author": { | ||
"name": "Mathias Lykkegaard Lorenzen", | ||
"url": "https://github.com/ffMathy" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Enrique Pöhlmann", | ||
"url": "https://github.com/notanengineercom" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking.git" | ||
}, | ||
"keywords": [ | ||
"NSubstitute", | ||
"mocking", | ||
"test", | ||
"testing", | ||
"faking" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking/issues" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"main": "dist/src/index.js", | ||
"typings": "./dist/src/index.d.ts", | ||
"files": [ | ||
"dist/src/**/*" | ||
], | ||
"scripts": { | ||
"prepack": "npm i && tsc", | ||
"test": "tsc --sourceMap && ava", | ||
"build": "tsc" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@ava/typescript": "^1.1.0", | ||
"@types/node": "^14.14.7", | ||
"ava": "^3.13.0", | ||
"typescript": "^4.0.5" | ||
}, | ||
"ava": { | ||
"typescript": { | ||
"rewritePaths": { | ||
"/": "dist/" | ||
} | ||
}, | ||
"cache": false, | ||
"failFast": true, | ||
"failWithoutAssertions": true | ||
}, | ||
"homepage": "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking" | ||
} | ||
{"name":"@fluffy-spoon/substitute","version":"1.170.0","description":"An NSubstitute port to TypeScript called substitute.js.","license":"MIT","funding":{"type":"opencollective","url":"https://opencollective.com/substitute-js#section-contribute"},"author":{"name":"Mathias Lykkegaard Lorenzen","url":"https://github.com/ffMathy"},"contributors":[{"name":"Enrique Pöhlmann","url":"https://github.com/notanengineercom"}],"repository":{"type":"git","url":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking.git"},"keywords":["NSubstitute","mocking","test","testing","faking"],"bugs":{"url":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking/issues"},"engines":{"node":">=10"},"main":"dist/src/index.js","typings":"./dist/src/index.d.ts","files":["dist/src/**/*"],"scripts":{"prepack":"npm i && tsc","test":"tsc --sourceMap && ava","build":"tsc"},"dependencies":{},"devDependencies":{"@ava/typescript":"^1.1.0","@types/node":"^14.14.9","ava":"^3.13.0","typescript":"^4.1.2"},"ava":{"typescript":{"rewritePaths":{"/":"dist/"}},"cache":false,"failFast":true,"failWithoutAssertions":true},"homepage":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing.Faking"} |
75227