copy-anything
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "copy-anything", | ||
"sideEffects": false, | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "An optimised way to copy'ing an object. A small and simple integration", | ||
@@ -15,6 +15,17 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mesqueeb/copy-anything.git" | ||
"dependencies": { | ||
"is-what": "^3.7.1" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.23.0", | ||
"@typescript-eslint/parser": "^2.23.0", | ||
"ava": "^3.5.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-tree-shaking": "^1.8.0", | ||
"rollup": "^1.32.1", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"ts-node": "^8.6.2", | ||
"typescript": "^3.8.3" | ||
}, | ||
"keywords": [ | ||
@@ -40,21 +51,14 @@ "copy", | ||
"homepage": "https://github.com/mesqueeb/copy-anything#readme", | ||
"dependencies": { | ||
"is-what": "^3.6.0" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/mesqueeb/copy-anything.git" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.19.2", | ||
"@typescript-eslint/parser": "^2.19.2", | ||
"ava": "^3.3.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-tree-shaking": "^1.8.0", | ||
"rollup": "^1.31.0", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"ts-node": "^8.6.2", | ||
"typescript": "^3.7.5" | ||
}, | ||
"ava": { | ||
"extensions": ["ts"], | ||
"require": ["ts-node/register"] | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25116
Updatedis-what@^3.7.1