custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
113 lines (112 loc) • 2.88 kB
JSON
{
"_args": [
[
"shallow-equal@1.2.0",
"G:\\dhcc-app-dll"
]
],
"_from": "shallow-equal@1.2.0",
"_id": "shallow-equal@1.2.0",
"_inBundle": false,
"_integrity": "sha512-Z21pVxR4cXsfwpMKMhCEIO1PCi5sp7KEp+CmOpBQ+E8GpHwKOw2sEzk7sgblM3d/j4z4gakoWEoPcjK0VJQogA==",
"_location": "/shallow-equal",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "shallow-equal@1.2.0",
"name": "shallow-equal",
"escapedName": "shallow-equal",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/rc-cascader"
],
"_resolved": "https://registry.npmjs.org/shallow-equal/-/shallow-equal-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "G:\\dhcc-app-dll",
"author": {
"name": "Misha Moroshko",
"email": "michael.moroshko@gmail.com"
},
"bugs": {
"url": "https://github.com/moroshko/shallow-equal/issues"
},
"description": "Minimalistic shallow equality check for arrays/objects",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-plugin-mocha": "^5.3.0",
"esm": "^3.2.25",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"rollup": "^1.15.1"
},
"files": [
"dist",
"arrays",
"objects"
],
"homepage": "https://github.com/moroshko/shallow-equal#readme",
"keywords": [
"shallow",
"equality",
"compare",
"comparison",
"shallowequal",
"shallow-equal",
"shallowequals",
"shallow-equals",
"isshallowequal",
"is-shallow-equal",
"equal",
"equals",
"isequal",
"is-equal",
"object",
"array",
"check",
"test"
],
"license": "MIT",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"name": "shallow-equal",
"nyc": {
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100,
"include": [
"src/*.js"
],
"exclude": [
"src/*.test.js"
],
"reporter": [
"lcov",
"text-summary"
],
"check-coverage": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/moroshko/shallow-equal.git"
},
"scripts": {
"build": "npm run build:objects && npm run build:arrays && rm -rf dist && npm run build:cjs && npm run build:esm",
"build:arrays": "rm -rf arrays && rollup -f cjs -i src/arrays.js -o arrays/index.js",
"build:cjs": "rollup -f cjs -i src/index.js -o dist/index.cjs.js",
"build:esm": "rollup -f esm -i src/index.js -o dist/index.esm.js",
"build:objects": "rm -rf objects && rollup -f cjs -i src/objects.js -o objects/index.js",
"lint": "eslint src",
"postversion": "git push && git push --tags",
"prebuild": "npm run lint && npm test",
"prepare": "npm run build",
"preversion": "npm run prebuild",
"test": "nyc --require esm mocha 'src/*.test.js'"
},
"version": "1.2.0"
}