Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
di/package.json

21 rader
632 B

{
"name": "flitter-di",
"version": "0.5.0",
"description": "An elegant, robust dependency-injector for Node.js",
"main": "index.js",
"repository": "https://git.garrettmills.dev/flitter/di",
"author": "Garrett Mills",
"license": "MIT",
"dependencies": {
"chai": "^4.2.0",
"mocha": "^7.0.1",
"nyc": "^15.0.1",
"sinon": "^8.1.1"
},
"scripts": {
"test_units": "./node_modules/.bin/mocha --reporter spec test",
"test_integration": "./node_modules/.bin/mocha --reporter spec test/integration",
"test_coverage": "./node_modules/.bin/nyc ./node_modules/.bin/mocha --reporter spec test"
}
}