source: trip-planner-front/node_modules/fast-deep-equal/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "fast-deep-equal@3.1.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "fast-deep-equal@3.1.3",
10 "_id": "fast-deep-equal@3.1.3",
11 "_inBundle": false,
12 "_integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
13 "_location": "/fast-deep-equal",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "fast-deep-equal@3.1.3",
19 "name": "fast-deep-equal",
20 "escapedName": "fast-deep-equal",
21 "rawSpec": "3.1.3",
22 "saveSpec": null,
23 "fetchSpec": "3.1.3"
24 },
25 "_requiredBy": [
26 "/ajv",
27 "/copy-webpack-plugin/ajv",
28 "/css-minimizer-webpack-plugin/ajv",
29 "/har-validator/ajv",
30 "/mini-css-extract-plugin/ajv",
31 "/schema-utils/ajv",
32 "/terser-webpack-plugin/ajv",
33 "/webpack-dev-middleware/ajv",
34 "/webpack-dev-server/ajv",
35 "/webpack/ajv"
36 ],
37 "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
38 "_spec": "3.1.3",
39 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
40 "author": {
41 "name": "Evgeny Poberezkin"
42 },
43 "bugs": {
44 "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
45 },
46 "description": "Fast deep equal",
47 "devDependencies": {
48 "coveralls": "^3.1.0",
49 "dot": "^1.1.2",
50 "eslint": "^7.2.0",
51 "mocha": "^7.2.0",
52 "nyc": "^15.1.0",
53 "pre-commit": "^1.2.2",
54 "react": "^16.12.0",
55 "react-test-renderer": "^16.12.0",
56 "sinon": "^9.0.2",
57 "typescript": "^3.9.5"
58 },
59 "files": [
60 "index.js",
61 "index.d.ts",
62 "react.js",
63 "react.d.ts",
64 "es6/"
65 ],
66 "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",
67 "keywords": [
68 "fast",
69 "equal",
70 "deep-equal"
71 ],
72 "license": "MIT",
73 "main": "index.js",
74 "name": "fast-deep-equal",
75 "nyc": {
76 "exclude": [
77 "**/spec/**",
78 "node_modules"
79 ],
80 "reporter": [
81 "lcov",
82 "text-summary"
83 ]
84 },
85 "repository": {
86 "type": "git",
87 "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
88 },
89 "scripts": {
90 "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./",
91 "build": "node build",
92 "eslint": "eslint *.js benchmark/*.js spec/*.js",
93 "prepublish": "npm run build",
94 "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov",
95 "test-cov": "nyc npm run test-spec",
96 "test-spec": "mocha spec/*.spec.js -R spec",
97 "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts"
98 },
99 "types": "index.d.ts",
100 "version": "3.1.3"
101}
Note: See TracBrowser for help on using the repository browser.