Changeset 59329aa for trip-planner-front/node_modules/rfdc
- 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/rfdc/package.json
rceaed42 r59329aa 1 1 { 2 "name": "rfdc", 3 "version": "1.3.0", 2 "_args": [ 3 [ 4 "rfdc@1.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "rfdc@1.3.0", 10 "_id": "rfdc@1.3.0", 11 "_inBundle": false, 12 "_integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", 13 "_location": "/rfdc", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "rfdc@1.3.0", 19 "name": "rfdc", 20 "escapedName": "rfdc", 21 "rawSpec": "1.3.0", 22 "saveSpec": null, 23 "fetchSpec": "1.3.0" 24 }, 25 "_requiredBy": [ 26 "/log4js" 27 ], 28 "_resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", 29 "_spec": "1.3.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "David Mark Clements", 33 "email": "david.clements@nearform.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/davidmarkclements/rfdc/issues" 37 }, 38 "dependencies": {}, 4 39 "description": "Really Fast Deep Clone", 5 "main": "index.js", 40 "devDependencies": { 41 "clone-deep": "^4.0.1", 42 "codecov": "^3.4.0", 43 "deep-copy": "^1.4.2", 44 "fast-copy": "^1.2.1", 45 "fastbench": "^1.0.1", 46 "lodash.clonedeep": "^4.5.0", 47 "standard": "^11.0.1", 48 "tap": "^12.0.1", 49 "tsd": "^0.7.4" 50 }, 51 "directories": { 52 "test": "test" 53 }, 6 54 "exports": { 7 55 ".": "./index.js", 8 56 "./default": "./default.js" 9 57 }, 10 "scripts": { 11 "test": "tap -R min test && npm run lint && tsd", 12 "bench": "node benchmark", 13 "lint": "standard --fix", 14 "cov": "tap --100 test", 15 "cov-ui": "tap --coverage-report=html test", 16 "ci": "standard && tap --100 --coverage-report=text-lcov test | codecov --pipe" 17 }, 58 "homepage": "https://github.com/davidmarkclements/rfdc#readme", 18 59 "keywords": [ 19 60 "object", … … 42 83 "fast-deep-copy" 43 84 ], 44 "author": "David Mark Clements <david.clements@nearform.com>",45 85 "license": "MIT", 46 "devDependencies": { 47 "clone-deep": "^4.0.1", 48 "codecov": "^3.4.0", 49 "deep-copy": "^1.4.2", 50 "fast-copy": "^1.2.1", 51 "fastbench": "^1.0.1", 52 "lodash.clonedeep": "^4.5.0", 53 "standard": "^11.0.1", 54 "tap": "^12.0.1", 55 "tsd": "^0.7.4" 56 }, 57 "directories": { 58 "test": "test" 59 }, 60 "dependencies": {}, 86 "main": "index.js", 87 "name": "rfdc", 61 88 "repository": { 62 89 "type": "git", 63 90 "url": "git+https://github.com/davidmarkclements/rfdc.git" 64 91 }, 65 "bugs": { 66 "url": "https://github.com/davidmarkclements/rfdc/issues" 92 "scripts": { 93 "bench": "node benchmark", 94 "ci": "standard && tap --100 --coverage-report=text-lcov test | codecov --pipe", 95 "cov": "tap --100 test", 96 "cov-ui": "tap --coverage-report=html test", 97 "lint": "standard --fix", 98 "test": "tap -R min test && npm run lint && tsd" 67 99 }, 68 " homepage": "https://github.com/davidmarkclements/rfdc#readme"100 "version": "1.3.0" 69 101 }
Note:
See TracChangeset
for help on using the changeset viewer.