source: imaps-frontend/node_modules/fast-deep-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: 2.4 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "fast-deep-equal@3.1.3",
3 "_id": "fast-deep-equal@3.1.3",
4 "_inBundle": false,
5 "_integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
6 "_location": "/fast-deep-equal",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "fast-deep-equal@3.1.3",
12 "name": "fast-deep-equal",
13 "escapedName": "fast-deep-equal",
14 "rawSpec": "3.1.3",
15 "saveSpec": null,
16 "fetchSpec": "3.1.3"
[d565449]17 },
[79a0317]18 "_requiredBy": [
19 "/ajv",
20 "/ajv-formats/ajv",
21 "/ajv-keywords",
22 "/eslint",
23 "/react-use",
24 "/schema-utils/ajv"
[d565449]25 ],
[79a0317]26 "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
27 "_shasum": "3a7d56b559d6cbc3eb512325244e619a65c6c525",
28 "_spec": "fast-deep-equal@3.1.3",
29 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/schema-utils/node_modules/ajv",
30 "author": {
31 "name": "Evgeny Poberezkin"
32 },
[d565449]33 "bugs": {
34 "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
35 },
[79a0317]36 "bundleDependencies": false,
37 "deprecated": false,
38 "description": "Fast deep equal",
[d565449]39 "devDependencies": {
40 "coveralls": "^3.1.0",
41 "dot": "^1.1.2",
42 "eslint": "^7.2.0",
43 "mocha": "^7.2.0",
44 "nyc": "^15.1.0",
45 "pre-commit": "^1.2.2",
46 "react": "^16.12.0",
47 "react-test-renderer": "^16.12.0",
48 "sinon": "^9.0.2",
49 "typescript": "^3.9.5"
50 },
[79a0317]51 "files": [
52 "index.js",
53 "index.d.ts",
54 "react.js",
55 "react.d.ts",
56 "es6/"
57 ],
58 "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",
59 "keywords": [
60 "fast",
61 "equal",
62 "deep-equal"
63 ],
64 "license": "MIT",
65 "main": "index.js",
66 "name": "fast-deep-equal",
[d565449]67 "nyc": {
68 "exclude": [
69 "**/spec/**",
70 "node_modules"
71 ],
72 "reporter": [
73 "lcov",
74 "text-summary"
75 ]
76 },
[79a0317]77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
80 },
81 "scripts": {
82 "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./",
83 "build": "node build",
84 "eslint": "eslint *.js benchmark/*.js spec/*.js",
85 "prepublish": "npm run build",
86 "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov",
87 "test-cov": "nyc npm run test-spec",
88 "test-spec": "mocha spec/*.spec.js -R spec",
89 "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts"
90 },
91 "types": "index.d.ts",
92 "version": "3.1.3"
[d565449]93}
Note: See TracBrowser for help on using the repository browser.