- 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/class-utils/package.json
rceaed42 r59329aa 1 1 { 2 "name": "class-utils", 3 "description": "Utils for working with JavaScript classes and prototype methods.", 4 "version": "0.3.6", 5 "homepage": "https://github.com/jonschlinkert/class-utils", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "(https://github.com/wtgtybhertgeghgtwtg)" 2 "_args": [ 3 [ 4 "class-utils@0.3.6", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": "jonschlinkert/class-utils", 8 "_development": true, 9 "_from": "class-utils@0.3.6", 10 "_id": "class-utils@0.3.6", 11 "_inBundle": false, 12 "_integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", 13 "_location": "/class-utils", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "class-utils@0.3.6", 21 "name": "class-utils", 22 "escapedName": "class-utils", 23 "rawSpec": "0.3.6", 24 "saveSpec": null, 25 "fetchSpec": "0.3.6" 26 }, 27 "_requiredBy": [ 28 "/base" 29 ], 30 "_resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", 31 "_spec": "0.3.6", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 13 37 "bugs": { 14 38 "url": "https://github.com/jonschlinkert/class-utils/issues" 15 39 }, 16 "license": "MIT", 17 "files": [ 18 "index.js" 40 "contributors": [ 41 { 42 "name": "Brian Woodward", 43 "url": "https://twitter.com/doowb" 44 }, 45 { 46 "name": "Jon Schlinkert", 47 "url": "http://twitter.com/jonschlinkert" 48 }, 49 { 50 "url": "https://github.com/wtgtybhertgeghgtwtg" 51 } 19 52 ], 20 "main": "index.js",21 "engines": {22 "node": ">=0.10.0"23 },24 "scripts": {25 "test": "mocha"26 },27 53 "dependencies": { 28 54 "arr-union": "^3.1.0", … … 31 57 "static-extend": "^0.1.1" 32 58 }, 59 "description": "Utils for working with JavaScript classes and prototype methods.", 33 60 "devDependencies": { 34 61 "gulp": "^3.9.1", … … 41 68 "through2": "^2.0.1" 42 69 }, 70 "engines": { 71 "node": ">=0.10.0" 72 }, 73 "files": [ 74 "index.js" 75 ], 76 "homepage": "https://github.com/jonschlinkert/class-utils", 43 77 "keywords": [ 44 78 "array", … … 64 98 "utils" 65 99 ], 100 "license": "MIT", 101 "main": "index.js", 102 "name": "class-utils", 103 "repository": { 104 "type": "git", 105 "url": "git+https://github.com/jonschlinkert/class-utils.git" 106 }, 107 "scripts": { 108 "test": "mocha" 109 }, 66 110 "verb": { 67 111 "run": true, … … 87 131 "reflinks": true 88 132 } 89 } 133 }, 134 "version": "0.3.6" 90 135 }
Note:
See TracChangeset
for help on using the changeset viewer.