|
@@ -8,7 +8,10 @@
|
|
|
"name": "vtorio",
|
|
"name": "vtorio",
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
|
+ "@prisma/client": "^6.11.1",
|
|
|
"next": "15.1.6",
|
|
"next": "15.1.6",
|
|
|
|
|
+ "pg": "^8.16.3",
|
|
|
|
|
+ "prisma": "^6.11.1",
|
|
|
"react": "^19.0.0",
|
|
"react": "^19.0.0",
|
|
|
"react-dom": "^19.0.0"
|
|
"react-dom": "^19.0.0"
|
|
|
},
|
|
},
|
|
@@ -876,6 +879,91 @@
|
|
|
"node": ">=14"
|
|
"node": ">=14"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/@prisma/client": {
|
|
|
|
|
+ "version": "6.11.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.11.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-5CLFh8QP6KxRm83pJ84jaVCeSVPQr8k0L2SEtOJHwdkS57/VQDcI/wQpGmdyOZi+D9gdNabdo8tj1Uk+w+upsQ==",
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18.18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "prisma": "*",
|
|
|
|
|
+ "typescript": ">=5.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "prisma": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "typescript": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@prisma/config": {
|
|
|
|
|
+ "version": "6.11.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@prisma/config/-/config-6.11.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-z6rCTQN741wxDq82cpdzx2uVykpnQIXalLhrWQSR0jlBVOxCIkz3HZnd8ern3uYTcWKfB3IpVAF7K2FU8t/8AQ==",
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "jiti": "2.4.2"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@prisma/config/node_modules/jiti": {
|
|
|
|
|
+ "version": "2.4.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "jiti": "lib/jiti-cli.mjs"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@prisma/debug": {
|
|
|
|
|
+ "version": "6.11.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-6.11.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-lWRb/YSWu8l4Yum1UXfGLtqFzZkVS2ygkWYpgkbgMHn9XJlMITIgeMvJyX5GepChzhmxuSuiq/MY/kGFweOpGw==",
|
|
|
|
|
+ "license": "Apache-2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@prisma/engines": {
|
|
|
|
|
+ "version": "6.11.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-6.11.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-6eKEcV6V8W2eZAUwX2xTktxqPM4vnx3sxz3SDtpZwjHKpC6lhOtc4vtAtFUuf5+eEqBk+dbJ9Dcaj6uQU+FNNg==",
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@prisma/debug": "6.11.1",
|
|
|
|
|
+ "@prisma/engines-version": "6.11.1-1.f40f79ec31188888a2e33acda0ecc8fd10a853a9",
|
|
|
|
|
+ "@prisma/fetch-engine": "6.11.1",
|
|
|
|
|
+ "@prisma/get-platform": "6.11.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@prisma/engines-version": {
|
|
|
|
|
+ "version": "6.11.1-1.f40f79ec31188888a2e33acda0ecc8fd10a853a9",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-6.11.1-1.f40f79ec31188888a2e33acda0ecc8fd10a853a9.tgz",
|
|
|
|
|
+ "integrity": "sha512-swFJTOOg4tHyOM1zB/pHb3MeH0i6t7jFKn5l+ZsB23d9AQACuIRo9MouvuKGvnDogzkcjbWnXi/NvOZ0+n5Jfw==",
|
|
|
|
|
+ "license": "Apache-2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@prisma/fetch-engine": {
|
|
|
|
|
+ "version": "6.11.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-6.11.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-NBYzmkXTkj9+LxNPRSndaAeALOL1Gr3tjvgRYNqruIPlZ6/ixLeuE/5boYOewant58tnaYFZ5Ne0jFBPfGXHpQ==",
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@prisma/debug": "6.11.1",
|
|
|
|
|
+ "@prisma/engines-version": "6.11.1-1.f40f79ec31188888a2e33acda0ecc8fd10a853a9",
|
|
|
|
|
+ "@prisma/get-platform": "6.11.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/@prisma/get-platform": {
|
|
|
|
|
+ "version": "6.11.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-6.11.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-b2Z8oV2gwvdCkFemBTFd0x4lsL4O2jLSx8lB7D+XqoFALOQZPa7eAPE1NU0Mj1V8gPHRxIsHnyUNtw2i92psUw==",
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@prisma/debug": "6.11.1"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/@rtsao/scc": {
|
|
"node_modules/@rtsao/scc": {
|
|
|
"version": "1.1.0",
|
|
"version": "1.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
|
|
@@ -4328,6 +4416,95 @@
|
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/pg": {
|
|
|
|
|
+ "version": "8.16.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/pg/-/pg-8.16.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "pg-connection-string": "^2.9.1",
|
|
|
|
|
+ "pg-pool": "^3.10.1",
|
|
|
|
|
+ "pg-protocol": "^1.10.3",
|
|
|
|
|
+ "pg-types": "2.2.0",
|
|
|
|
|
+ "pgpass": "1.0.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 16.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "optionalDependencies": {
|
|
|
|
|
+ "pg-cloudflare": "^1.2.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "pg-native": ">=3.0.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "pg-native": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pg-cloudflare": {
|
|
|
|
|
+ "version": "1.2.7",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.2.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-YgCtzMH0ptvZJslLM1ffsY4EuGaU0cx4XSdXLRFae8bPP4dS5xL1tNB3k2o/N64cHJpwU7dxKli/nZ2lUa5fLg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pg-connection-string": {
|
|
|
|
|
+ "version": "2.9.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.9.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-nkc6NpDcvPVpZXxrreI/FOtX3XemeLl8E0qFr6F2Lrm/I8WOnaWNhIPK2Z7OHpw7gh5XJThi6j6ppgNoaT1w4w==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pg-int8": {
|
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4.0.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pg-pool": {
|
|
|
|
|
+ "version": "3.10.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.10.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-Tu8jMlcX+9d8+QVzKIvM/uJtp07PKr82IUOYEphaWcoBhIYkoHpLXN3qO59nAI11ripznDsEzEv8nUxBVWajGg==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "pg": ">=8.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pg-protocol": {
|
|
|
|
|
+ "version": "1.10.3",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.10.3.tgz",
|
|
|
|
|
+ "integrity": "sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==",
|
|
|
|
|
+ "license": "MIT"
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pg-types": {
|
|
|
|
|
+ "version": "2.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/pg-types/-/pg-types-2.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "pg-int8": "1.0.1",
|
|
|
|
|
+ "postgres-array": "~2.0.0",
|
|
|
|
|
+ "postgres-bytea": "~1.0.0",
|
|
|
|
|
+ "postgres-date": "~1.0.4",
|
|
|
|
|
+ "postgres-interval": "^1.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/pgpass": {
|
|
|
|
|
+ "version": "1.0.5",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/pgpass/-/pgpass-1.0.5.tgz",
|
|
|
|
|
+ "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "split2": "^4.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/picocolors": {
|
|
"node_modules/picocolors": {
|
|
|
"version": "1.1.1",
|
|
"version": "1.1.1",
|
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
@@ -4527,6 +4704,45 @@
|
|
|
"dev": true,
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/postgres-array": {
|
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postgres-bytea": {
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postgres-date": {
|
|
|
|
|
+ "version": "1.0.7",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postgres-date/-/postgres-date-1.0.7.tgz",
|
|
|
|
|
+ "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/postgres-interval": {
|
|
|
|
|
+ "version": "1.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/postgres-interval/-/postgres-interval-1.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "xtend": "^4.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.10.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/prelude-ls": {
|
|
"node_modules/prelude-ls": {
|
|
|
"version": "1.2.1",
|
|
"version": "1.2.1",
|
|
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
|
|
@@ -4537,6 +4753,31 @@
|
|
|
"node": ">= 0.8.0"
|
|
"node": ">= 0.8.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/prisma": {
|
|
|
|
|
+ "version": "6.11.1",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/prisma/-/prisma-6.11.1.tgz",
|
|
|
|
|
+ "integrity": "sha512-VzJToRlV0s9Vu2bfqHiRJw73hZNCG/AyJeX+kopbu4GATTjTUdEWUteO3p4BLYoHpMS4o8pD3v6tF44BHNZI1w==",
|
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
|
+ "license": "Apache-2.0",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "@prisma/config": "6.11.1",
|
|
|
|
|
+ "@prisma/engines": "6.11.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": {
|
|
|
|
|
+ "prisma": "build/index.js"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=18.18"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependencies": {
|
|
|
|
|
+ "typescript": ">=5.1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "typescript": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/prop-types": {
|
|
"node_modules/prop-types": {
|
|
|
"version": "15.8.1",
|
|
"version": "15.8.1",
|
|
|
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
|
|
@@ -5045,6 +5286,15 @@
|
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/split2": {
|
|
|
|
|
+ "version": "4.2.0",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
|
|
|
+ "license": "ISC",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 10.x"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/stable-hash": {
|
|
"node_modules/stable-hash": {
|
|
|
"version": "0.0.4",
|
|
"version": "0.0.4",
|
|
|
"resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz",
|
|
@@ -5620,7 +5870,7 @@
|
|
|
"version": "5.7.3",
|
|
"version": "5.7.3",
|
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
|
|
|
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
|
|
"integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
|
|
|
- "dev": true,
|
|
|
|
|
|
|
+ "devOptional": true,
|
|
|
"license": "Apache-2.0",
|
|
"license": "Apache-2.0",
|
|
|
"bin": {
|
|
"bin": {
|
|
|
"tsc": "bin/tsc",
|
|
"tsc": "bin/tsc",
|
|
@@ -5882,6 +6132,15 @@
|
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/xtend": {
|
|
|
|
|
+ "version": "4.0.2",
|
|
|
|
|
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
|
|
|
|
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
|
|
|
|
|
+ "license": "MIT",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.4"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/yaml": {
|
|
"node_modules/yaml": {
|
|
|
"version": "2.7.0",
|
|
"version": "2.7.0",
|
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz",
|