mirror of https://gitee.com/antv-l7/antv-l7
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "enzyme-shallow-equal",
|
|
"version": "1.0.0",
|
|
"description": "Adaptation of react-addons-shallow-compare, for independent usage",
|
|
"homepage": "http://airbnb.io/enzyme/",
|
|
"main": "build",
|
|
"scripts": {
|
|
"clean": "rimraf build",
|
|
"lint": "eslint --ext js,jsx .",
|
|
"pretest": "npm run lint",
|
|
"prebuild": "npm run clean",
|
|
"build": "babel --source-maps=both src --out-dir build",
|
|
"watch": "npm run build -- -w",
|
|
"prepublish": "npm run build && safe-publish-latest && (not-in-publish || cp ../../LICENSE.md ./)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/airbnb/enzyme.git",
|
|
"directory": "packages/enzyme-shallow-equal"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"shallow rendering",
|
|
"shallowRender",
|
|
"test",
|
|
"reactjs",
|
|
"react",
|
|
"flux",
|
|
"testing",
|
|
"test utils",
|
|
"assertion helpers",
|
|
"tdd",
|
|
"mocha"
|
|
],
|
|
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.3",
|
|
"object-is": "^1.0.1"
|
|
},
|
|
"peerDependencies": {},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-plugin-transform-replace-object-assign": "^1.0.0",
|
|
"babel-preset-airbnb": "^2.6.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-airbnb-base": "^13.1.0",
|
|
"eslint-plugin-import": "^2.17.3",
|
|
"in-publish": "^2.0.0",
|
|
"rimraf": "^2.6.3",
|
|
"safe-publish-latest": "^1.1.2"
|
|
}
|
|
}
|