Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
chai-assert-change
/
Filename :
package.json
back
Copy
{ "name": "chai-assert-change", "version": "2.0.0", "description": "an assertion against a change to a value", "main": "index.js", "scripts": { "lint": "eslint index.js test.js", "test": "mocha test.js", "test:coverage": "nyc npm test", "prepublish": "npm run lint && npm run test" }, "files": [ "index.js", "CHANGES.md", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/amireh/chai-assert-change.git" }, "keywords": [ "chai", "assertion", "assert", "test" ], "author": "Ahmad Amireh", "license": "MIT", "bugs": { "url": "https://github.com/amireh/chai-assert-change/issues" }, "homepage": "https://github.com/amireh/chai-assert-change#readme", "devDependencies": { "chai": "4.1.2", "eslint": "4.18.2", "mocha": "5.0.1", "nyc": "11.4.1" }, "peerDependencies": { "chai": "2 || 3 || 4" }, "dependencies": { "invariant": "2.2.3" }, "nyc": { "check-coverage": true, "per-file": false, "lines": 100, "statements": 100, "functions": 100, "branches": 100, "reporter": [ "html", "text-summary" ], "all": true } }