≡ isEq.js -- deep compare objects and arrays in JavaScript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

39 lines
918 B

{
"name": "@codefeathers/iseq",
"version": "1.2.1",
"description": "Deep compare objects and arrays",
"main": "umd/isEq.min.js",
"scripts": {
"test": "jasmine",
"build": "jasmine && ./build.sh",
"prepublishOnly": "jasmine && ./build.sh",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefeathers/isEq.git"
},
"keywords": [
"isEqual",
"number",
"string",
"object",
"array",
"null",
"regexp",
"deep-compare"
],
"author": "Muthu Kumar (https://mkr.pw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/isEq/issues"
},
"homepage": "https://github.com/codefeathers/isEq#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browserify": "^16.1.1",
"jasmine": "^3.1.0",
"uglify-js": "^3.3.13"
}
}