1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "copy-anything@2.0.3",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "copy-anything@2.0.3",
|
---|
10 | "_id": "copy-anything@2.0.3",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-GK6QUtisv4fNS+XcI7shX0Gx9ORg7QqIznyfho79JTnX1XhLiyZHfftvGiziqzRiEi/Bjhgpi+D2o7HxJFPnDQ==",
|
---|
13 | "_location": "/copy-anything",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "copy-anything@2.0.3",
|
---|
19 | "name": "copy-anything",
|
---|
20 | "escapedName": "copy-anything",
|
---|
21 | "rawSpec": "2.0.3",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.0.3"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/less"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.3.tgz",
|
---|
29 | "_spec": "2.0.3",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Luca Ban - Mesqueeb"
|
---|
33 | },
|
---|
34 | "ava": {
|
---|
35 | "extensions": [
|
---|
36 | "ts"
|
---|
37 | ],
|
---|
38 | "require": [
|
---|
39 | "tsconfig-paths/register",
|
---|
40 | "ts-node/register"
|
---|
41 | ]
|
---|
42 | },
|
---|
43 | "bugs": {
|
---|
44 | "url": "https://github.com/mesqueeb/copy-anything/issues"
|
---|
45 | },
|
---|
46 | "dependencies": {
|
---|
47 | "is-what": "^3.12.0"
|
---|
48 | },
|
---|
49 | "description": "An optimised way to copy'ing an object. A small and simple integration",
|
---|
50 | "devDependencies": {
|
---|
51 | "@typescript-eslint/eslint-plugin": "^4.14.2",
|
---|
52 | "@typescript-eslint/parser": "^4.14.2",
|
---|
53 | "ava": "^3.15.0",
|
---|
54 | "eslint": "^7.19.0",
|
---|
55 | "eslint-config-prettier": "^7.2.0",
|
---|
56 | "eslint-plugin-tree-shaking": "^1.8.0",
|
---|
57 | "rollup": "^2.38.4",
|
---|
58 | "rollup-plugin-typescript2": "^0.29.0",
|
---|
59 | "ts-node": "^9.1.1",
|
---|
60 | "tsconfig-paths": "^3.9.0",
|
---|
61 | "typescript": "^4.1.3"
|
---|
62 | },
|
---|
63 | "homepage": "https://github.com/mesqueeb/copy-anything#readme",
|
---|
64 | "keywords": [
|
---|
65 | "copy",
|
---|
66 | "clone",
|
---|
67 | "json-stringify",
|
---|
68 | "stringify-parse",
|
---|
69 | "object",
|
---|
70 | "copy-objects",
|
---|
71 | "clone-objects",
|
---|
72 | "json-stringify-json-parse",
|
---|
73 | "deep-clone",
|
---|
74 | "deep-copy",
|
---|
75 | "typescript",
|
---|
76 | "ts"
|
---|
77 | ],
|
---|
78 | "license": "MIT",
|
---|
79 | "main": "dist/index.cjs.js",
|
---|
80 | "module": "dist/index.esm.js",
|
---|
81 | "name": "copy-anything",
|
---|
82 | "repository": {
|
---|
83 | "type": "git",
|
---|
84 | "url": "git+https://github.com/mesqueeb/copy-anything.git"
|
---|
85 | },
|
---|
86 | "scripts": {
|
---|
87 | "build": "npm run lint && npm run test && npm run rollup",
|
---|
88 | "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
---|
89 | "rollup": "rollup -c build/rollup.js",
|
---|
90 | "test": "ava"
|
---|
91 | },
|
---|
92 | "sideEffects": false,
|
---|
93 | "typings": "types/index.d.ts",
|
---|
94 | "version": "2.0.3"
|
---|
95 | }
|
---|