source: imaps-frontend/node_modules/fast-shallow-equal/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
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"
17 },
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"
27 },
28 "bundleDependencies": false,
29 "deprecated": false,
30 "description": "[![][npm-badge]][npm-url] [![][travis-badge]][travis-url]",
31 "devDependencies": {
32 "jest": "22.3.0",
33 "jest-tap-reporter": "1.9.0",
34 "semantic-release": "15.14.0"
35 },
36 "homepage": "https://github.com/streamich/fast-shallow-equal#readme",
37 "jest": {
38 "testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$",
39 "reporters": [
40 "jest-tap-reporter"
41 ],
42 "testURL": "http://localhost"
43 },
44 "keywords": [
45 "equal",
46 "fast",
47 "shallow",
48 "fast-shallow-equal",
49 "comparator",
50 "pure",
51 "should-update"
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"
63}
Note: See TracBrowser for help on using the repository browser.