Changeset 59329aa for trip-planner-front/node_modules/kind-of
- 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/kind-of/package.json
rceaed42 r59329aa 1 1 { 2 "name": "kind-of", 3 "description": "Get the native type of a value.", 4 "version": "6.0.3", 5 "homepage": "https://github.com/jonschlinkert/kind-of", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "David Fox-Powell (https://dtothefp.github.io/me)", 9 "James (https://twitter.com/aretecode)", 10 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 11 "Ken Sheedlo (kensheedlo.com)", 12 "laggingreflex (https://github.com/laggingreflex)", 13 "Miguel Mota (https://miguelmota.com)", 14 "Peter deHaan (http://about.me/peterdehaan)", 15 "tunnckoCore (https://i.am.charlike.online)" 2 "_args": [ 3 [ 4 "kind-of@6.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 16 7 ], 17 "repository": "jonschlinkert/kind-of", 8 "_development": true, 9 "_from": "kind-of@6.0.3", 10 "_id": "kind-of@6.0.3", 11 "_inBundle": false, 12 "_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", 13 "_location": "/kind-of", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "kind-of@6.0.3", 19 "name": "kind-of", 20 "escapedName": "kind-of", 21 "rawSpec": "6.0.3", 22 "saveSpec": null, 23 "fetchSpec": "6.0.3" 24 }, 25 "_requiredBy": [ 26 "/clone-deep", 27 "/http-proxy-middleware/micromatch", 28 "/is-accessor-descriptor", 29 "/is-data-descriptor", 30 "/is-descriptor", 31 "/nanomatch", 32 "/shallow-clone", 33 "/webpack-dev-server/micromatch" 34 ], 35 "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", 36 "_spec": "6.0.3", 37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 38 "author": { 39 "name": "Jon Schlinkert", 40 "url": "https://github.com/jonschlinkert" 41 }, 18 42 "bugs": { 19 43 "url": "https://github.com/jonschlinkert/kind-of/issues" 20 44 }, 21 "license": "MIT", 22 "files": [ 23 "index.js" 45 "contributors": [ 46 { 47 "name": "David Fox-Powell", 48 "url": "https://dtothefp.github.io/me" 49 }, 50 { 51 "name": "James", 52 "url": "https://twitter.com/aretecode" 53 }, 54 { 55 "name": "Jon Schlinkert", 56 "url": "http://twitter.com/jonschlinkert" 57 }, 58 { 59 "name": "Ken Sheedlo", 60 "url": "kensheedlo.com" 61 }, 62 { 63 "name": "laggingreflex", 64 "url": "https://github.com/laggingreflex" 65 }, 66 { 67 "name": "Miguel Mota", 68 "url": "https://miguelmota.com" 69 }, 70 { 71 "name": "Peter deHaan", 72 "url": "http://about.me/peterdehaan" 73 }, 74 { 75 "name": "tunnckoCore", 76 "url": "https://i.am.charlike.online" 77 } 24 78 ], 25 "main": "index.js", 26 "engines": { 27 "node": ">=0.10.0" 28 }, 29 "scripts": { 30 "test": "mocha", 31 "prepublish": "browserify -o browser.js -e index.js -s index --bare" 32 }, 79 "description": "Get the native type of a value.", 33 80 "devDependencies": { 34 81 "benchmarked": "^2.0.0", … … 38 85 "write": "^1.0.3" 39 86 }, 87 "engines": { 88 "node": ">=0.10.0" 89 }, 90 "files": [ 91 "index.js" 92 ], 93 "homepage": "https://github.com/jonschlinkert/kind-of", 40 94 "keywords": [ 41 95 "arguments", … … 61 115 "types" 62 116 ], 117 "license": "MIT", 118 "main": "index.js", 119 "name": "kind-of", 120 "repository": { 121 "type": "git", 122 "url": "git+https://github.com/jonschlinkert/kind-of.git" 123 }, 124 "scripts": { 125 "prepublish": "browserify -o browser.js -e index.js -s index --bare", 126 "test": "mocha" 127 }, 63 128 "verb": { 64 129 "toc": false, … … 85 150 "verb" 86 151 ] 87 } 152 }, 153 "version": "6.0.3" 88 154 }
Note:
See TracChangeset
for help on using the changeset viewer.