67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"_from": "shallow-compare@^1.2.2",
|
|
"_id": "shallow-compare@1.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-LUMFi+RppPlrHzbqmFnINTrazo0lPNwhcgzuAXVVcfy/mqPDrQmHAyz5bvV0gDAuRFrk804V0HpQ6u9sZ0tBeg==",
|
|
"_location": "/shallow-compare",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "shallow-compare@^1.2.2",
|
|
"name": "shallow-compare",
|
|
"escapedName": "shallow-compare",
|
|
"rawSpec": "^1.2.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/gatsby"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/shallow-compare/-/shallow-compare-1.2.2.tgz",
|
|
"_shasum": "fa4794627bf455a47c4f56881d8a6132d581ffdb",
|
|
"_spec": "shallow-compare@^1.2.2",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/tkh44/shallow-compare/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Stand alone shallowCompare for use in libraries that support shouldComponentUpdate",
|
|
"devDependencies": {
|
|
"nwb": "0.15.x",
|
|
"preact": "^7.2.0",
|
|
"react": "^15.4.2",
|
|
"react-dom": "^15.4.2"
|
|
},
|
|
"files": [
|
|
"css",
|
|
"es",
|
|
"lib",
|
|
"umd"
|
|
],
|
|
"homepage": "https://github.com/tkh44/shallow-compare#readme",
|
|
"keywords": [
|
|
"react-component"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"name": "shallow-compare",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tkh44/shallow-compare.git"
|
|
},
|
|
"scripts": {
|
|
"build": "nwb build-react-component",
|
|
"clean": "nwb clean-module && npm clean-demo",
|
|
"start": "nwb serve-react-demo",
|
|
"test": "nwb test-react",
|
|
"test:coverage": "nwb test-react --coverage",
|
|
"test:watch": "nwb test-react --server"
|
|
},
|
|
"version": "1.2.2"
|
|
}
|