| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/dev.wowchat.co_01012026/node_modules/json-diff/ |
Upload File : |
{
"author": "Andrey Tarantsov <andreyvit@me.com>",
"contributors": [
"Gavriel Fleischer <flocsy@gmail.com>",
"Eric Woudenberg <eaw@woudy.org>"
],
"name": "json-diff",
"description": "JSON diff",
"version": "0.9.0",
"homepage": "https://github.com/andreyvit/json-diff",
"license": "MIT",
"repository": {
"url": "git@github.com:andreyvit/json-diff.git"
},
"main": "lib/index.js",
"bin": "bin/json-diff.js",
"scripts": {
"fix": "eslint --fix lib",
"test": "coffee -c test; mocha test/*.js",
"cov": "rm -rf lib-cov; jscoverage lib lib-cov; env JSLIB=lib-cov mocha -R dot && env JSLIB=lib-cov mocha -R html-cov >coverage.html; open coverage.html"
},
"dependencies": {
"cli-color": "^2.0.0",
"difflib": "~0.2.1",
"dreamopt": "~0.8.0"
},
"devDependencies": {
"coffeescript": "^2.6.1",
"eslint": "^8.4.1",
"eslint-config-standard": "^16.0.3",
"mocha": "9.1.3",
"jscoverage": "^0.6.0"
},
"engines": {
"node": "*"
}
}