96 lines
2.4 KiB
JSON
96 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"copy-anything@2.0.3",
|
|
"/Applications/work/GitLab/lepu-test-platform-web"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "copy-anything@2.0.3",
|
|
"_id": "copy-anything@2.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-GK6QUtisv4fNS+XcI7shX0Gx9ORg7QqIznyfho79JTnX1XhLiyZHfftvGiziqzRiEi/Bjhgpi+D2o7HxJFPnDQ==",
|
|
"_location": "/copy-anything",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "copy-anything@2.0.3",
|
|
"name": "copy-anything",
|
|
"escapedName": "copy-anything",
|
|
"rawSpec": "2.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/less"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.3.tgz",
|
|
"_spec": "2.0.3",
|
|
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
|
|
"author": {
|
|
"name": "Luca Ban - Mesqueeb"
|
|
},
|
|
"ava": {
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"tsconfig-paths/register",
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mesqueeb/copy-anything/issues"
|
|
},
|
|
"dependencies": {
|
|
"is-what": "^3.12.0"
|
|
},
|
|
"description": "An optimised way to copy'ing an object. A small and simple integration",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
|
"@typescript-eslint/parser": "^4.14.2",
|
|
"ava": "^3.15.0",
|
|
"eslint": "^7.19.0",
|
|
"eslint-config-prettier": "^7.2.0",
|
|
"eslint-plugin-tree-shaking": "^1.8.0",
|
|
"rollup": "^2.38.4",
|
|
"rollup-plugin-typescript2": "^0.29.0",
|
|
"ts-node": "^9.1.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"homepage": "https://github.com/mesqueeb/copy-anything#readme",
|
|
"keywords": [
|
|
"copy",
|
|
"clone",
|
|
"json-stringify",
|
|
"stringify-parse",
|
|
"object",
|
|
"copy-objects",
|
|
"clone-objects",
|
|
"json-stringify-json-parse",
|
|
"deep-clone",
|
|
"deep-copy",
|
|
"typescript",
|
|
"ts"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.cjs.js",
|
|
"module": "dist/index.esm.js",
|
|
"name": "copy-anything",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mesqueeb/copy-anything.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run lint && npm run test && npm run rollup",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"rollup": "rollup -c build/rollup.js",
|
|
"test": "ava"
|
|
},
|
|
"sideEffects": false,
|
|
"typings": "types/index.d.ts",
|
|
"version": "2.0.3"
|
|
}
|