Changeset 79a0317 for imaps-frontend/node_modules/fast-shallow-equal
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/fast-shallow-equal/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "fast-shallow-equal", 3 "version": "1.0.0", 4 "repository": { 5 "type": "git", 6 "url": "https://github.com/streamich/fast-shallow-equal.git" 2 "_from": "fast-shallow-equal@^1.0.0", 3 "_id": "fast-shallow-equal@1.0.0", 4 "_inBundle": false, 5 "_integrity": "sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==", 6 "_location": "/fast-shallow-equal", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "fast-shallow-equal@^1.0.0", 12 "name": "fast-shallow-equal", 13 "escapedName": "fast-shallow-equal", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 7 17 }, 8 "scripts": { 9 "test": "jest", 10 "semantic-release": "semantic-release" 18 "_requiredBy": [ 19 "/react-use" 20 ], 21 "_resolved": "https://registry.npmjs.org/fast-shallow-equal/-/fast-shallow-equal-1.0.0.tgz", 22 "_shasum": "d4dcaf6472440dcefa6f88b98e3251e27f25628b", 23 "_spec": "fast-shallow-equal@^1.0.0", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use", 25 "bugs": { 26 "url": "https://github.com/streamich/fast-shallow-equal/issues" 11 27 }, 28 "bundleDependencies": false, 29 "deprecated": false, 30 "description": "[![][npm-badge]][npm-url] [![][travis-badge]][travis-url]", 12 31 "devDependencies": { 13 32 "jest": "22.3.0", … … 15 34 "semantic-release": "15.14.0" 16 35 }, 36 "homepage": "https://github.com/streamich/fast-shallow-equal#readme", 17 37 "jest": { 18 38 "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$", … … 30 50 "pure", 31 51 "should-update" 32 ] 52 ], 53 "name": "fast-shallow-equal", 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/streamich/fast-shallow-equal.git" 57 }, 58 "scripts": { 59 "semantic-release": "semantic-release", 60 "test": "jest" 61 }, 62 "version": "1.0.0" 33 63 }
Note:
See TracChangeset
for help on using the changeset viewer.