This commit is contained in:
48
node_modules/@react-dnd/shallowequal/package.json
generated
vendored
Normal file
48
node_modules/@react-dnd/shallowequal/package.json
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "@react-dnd/shallowequal",
|
||||
"version": "2.0.0",
|
||||
"description": "Like lodash isEqualWith but for shallow equal.",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/shallowequal.esm.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"author": {
|
||||
"name": "Alberto Leal",
|
||||
"email": "mailforalberto@gmail.com",
|
||||
"url": "github.com/dashed"
|
||||
},
|
||||
"repository": "react-dnd/shallowequal",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"shallowequal",
|
||||
"shallow",
|
||||
"equal",
|
||||
"isequal",
|
||||
"compare",
|
||||
"isequalwith"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "tsdx watch",
|
||||
"build": "tsdx build",
|
||||
"test": "tsdx test",
|
||||
"lint": "tsdx lint"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "tsdx lint"
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 80,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.23",
|
||||
"husky": "^3.1.0",
|
||||
"tsdx": "^0.11.0",
|
||||
"tslib": "^1.10.0",
|
||||
"typescript": "^3.7.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user