Changeset 59329aa for trip-planner-front/node_modules/copy-anything
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/copy-anything/package.json
rceaed42 r59329aa 1 1 { 2 "name": "copy-anything", 3 "sideEffects": false, 4 "version": "2.0.3", 5 "description": "An optimised way to copy'ing an object. A small and simple integration", 6 "main": "dist/index.cjs.js", 7 "module": "dist/index.esm.js", 8 "typings": "types/index.d.ts", 9 "scripts": { 10 "test": "ava", 11 "lint": "eslint . --ext .js,.jsx,.ts,.tsx", 12 "rollup": "rollup -c build/rollup.js", 13 "build": "npm run lint && npm run test && npm run rollup" 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" 14 45 }, 15 46 "dependencies": { 16 47 "is-what": "^3.12.0" 17 48 }, 49 "description": "An optimised way to copy'ing an object. A small and simple integration", 18 50 "devDependencies": { 19 51 "@typescript-eslint/eslint-plugin": "^4.14.2", … … 29 61 "typescript": "^4.1.3" 30 62 }, 63 "homepage": "https://github.com/mesqueeb/copy-anything#readme", 31 64 "keywords": [ 32 65 "copy", … … 43 76 "ts" 44 77 ], 45 "author": "Luca Ban - Mesqueeb",46 78 "license": "MIT", 47 "bugs": { 48 "url": "https://github.com/mesqueeb/copy-anything/issues" 49 }, 50 "homepage": "https://github.com/mesqueeb/copy-anything#readme", 79 "main": "dist/index.cjs.js", 80 "module": "dist/index.esm.js", 81 "name": "copy-anything", 51 82 "repository": { 52 83 "type": "git", 53 84 "url": "git+https://github.com/mesqueeb/copy-anything.git" 54 85 }, 55 " ava": {56 " extensions": [57 "ts"58 ],59 " require": [60 "tsconfig-paths/register",61 "ts-node/register"62 ]63 }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" 64 95 }
Note:
See TracChangeset
for help on using the changeset viewer.