| Current Path : /etc/kibana/node_modules/shallowequal/ |
| Current File : //etc/kibana/node_modules/shallowequal/package.json |
{
"name": "shallowequal",
"version": "1.1.0",
"description": "Like lodash isEqualWith but for shallow equal.",
"main": "index.js",
"scripts": {
"lint": "eslint index.js test",
"test": "mocha --require babel-register",
"build:strip-flow": "flow-remove-types --pretty index.original.js > index.js",
"build:gen-flow": "flow gen-flow-files index.original.js > index.js.flow",
"build": "npm run build:strip-flow && npm run build:gen-flow",
"prepublish": "npm run build && npm run pretty && npm run lint && npm run test",
"travis": "npm run lint && npm run test",
"pretty": "prettier --write --tab-width 2 'test/**/*.js' '*.{js,js.flow}'",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,json,css,js.flow}": [
"prettier --write",
"git add"
]
},
"author": {
"name": "Alberto Leal",
"email": "mailforalberto@gmail.com",
"url": "github.com/dashed"
},
"repository": "dashed/shallowequal",
"license": "MIT",
"files": [
"index.js",
"index.js.flow",
"index.original.js"
],
"keywords": [
"shallowequal",
"shallow",
"equal",
"isequal",
"compare",
"isequalwith"
],
"eslintConfig": {
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"mocha": true
},
"extends": [
"eslint:recommended"
]
},
"devDependencies": {},
"cleaned": true
}