source: trip-planner-front/node_modules/rfdc/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "name": "rfdc",
3 "version": "1.3.0",
4 "description": "Really Fast Deep Clone",
5 "main": "index.js",
6 "exports": {
7 ".": "./index.js",
8 "./default": "./default.js"
9 },
10 "scripts": {
11 "test": "tap -R min test && npm run lint && tsd",
12 "bench": "node benchmark",
13 "lint": "standard --fix",
14 "cov": "tap --100 test",
15 "cov-ui": "tap --coverage-report=html test",
16 "ci": "standard && tap --100 --coverage-report=text-lcov test | codecov --pipe"
17 },
18 "keywords": [
19 "object",
20 "obj",
21 "properties",
22 "clone",
23 "copy",
24 "deep",
25 "recursive",
26 "key",
27 "keys",
28 "values",
29 "prop",
30 "deep-clone",
31 "deepclone",
32 "deep-copy",
33 "deepcopy",
34 "fast",
35 "performance",
36 "performant",
37 "fastclone",
38 "fastcopy",
39 "fast-clone",
40 "fast-deep-clone",
41 "fast-copy",
42 "fast-deep-copy"
43 ],
44 "author": "David Mark Clements <david.clements@nearform.com>",
45 "license": "MIT",
46 "devDependencies": {
47 "clone-deep": "^4.0.1",
48 "codecov": "^3.4.0",
49 "deep-copy": "^1.4.2",
50 "fast-copy": "^1.2.1",
51 "fastbench": "^1.0.1",
52 "lodash.clonedeep": "^4.5.0",
53 "standard": "^11.0.1",
54 "tap": "^12.0.1",
55 "tsd": "^0.7.4"
56 },
57 "directories": {
58 "test": "test"
59 },
60 "dependencies": {},
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/davidmarkclements/rfdc.git"
64 },
65 "bugs": {
66 "url": "https://github.com/davidmarkclements/rfdc/issues"
67 },
68 "homepage": "https://github.com/davidmarkclements/rfdc#readme"
69}
Note: See TracBrowser for help on using the repository browser.