source: trip-planner-front/node_modules/rfdc/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 2.3 KB
Line 
1{
2 "_args": [
3 [
4 "rfdc@1.3.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "rfdc@1.3.0",
10 "_id": "rfdc@1.3.0",
11 "_inBundle": false,
12 "_integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==",
13 "_location": "/rfdc",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "rfdc@1.3.0",
19 "name": "rfdc",
20 "escapedName": "rfdc",
21 "rawSpec": "1.3.0",
22 "saveSpec": null,
23 "fetchSpec": "1.3.0"
24 },
25 "_requiredBy": [
26 "/log4js"
27 ],
28 "_resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz",
29 "_spec": "1.3.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "David Mark Clements",
33 "email": "david.clements@nearform.com"
34 },
35 "bugs": {
36 "url": "https://github.com/davidmarkclements/rfdc/issues"
37 },
38 "dependencies": {},
39 "description": "Really Fast Deep Clone",
40 "devDependencies": {
41 "clone-deep": "^4.0.1",
42 "codecov": "^3.4.0",
43 "deep-copy": "^1.4.2",
44 "fast-copy": "^1.2.1",
45 "fastbench": "^1.0.1",
46 "lodash.clonedeep": "^4.5.0",
47 "standard": "^11.0.1",
48 "tap": "^12.0.1",
49 "tsd": "^0.7.4"
50 },
51 "directories": {
52 "test": "test"
53 },
54 "exports": {
55 ".": "./index.js",
56 "./default": "./default.js"
57 },
58 "homepage": "https://github.com/davidmarkclements/rfdc#readme",
59 "keywords": [
60 "object",
61 "obj",
62 "properties",
63 "clone",
64 "copy",
65 "deep",
66 "recursive",
67 "key",
68 "keys",
69 "values",
70 "prop",
71 "deep-clone",
72 "deepclone",
73 "deep-copy",
74 "deepcopy",
75 "fast",
76 "performance",
77 "performant",
78 "fastclone",
79 "fastcopy",
80 "fast-clone",
81 "fast-deep-clone",
82 "fast-copy",
83 "fast-deep-copy"
84 ],
85 "license": "MIT",
86 "main": "index.js",
87 "name": "rfdc",
88 "repository": {
89 "type": "git",
90 "url": "git+https://github.com/davidmarkclements/rfdc.git"
91 },
92 "scripts": {
93 "bench": "node benchmark",
94 "ci": "standard && tap --100 --coverage-report=text-lcov test | codecov --pipe",
95 "cov": "tap --100 test",
96 "cov-ui": "tap --coverage-report=html test",
97 "lint": "standard --fix",
98 "test": "tap -R min test && npm run lint && tsd"
99 },
100 "version": "1.3.0"
101}
Note: See TracBrowser for help on using the repository browser.