Changeset 59329aa for trip-planner-front/node_modules/snapdragon-util
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/snapdragon-util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/snapdragon-util/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": "3.2.2", 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 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "Ken Sheedlo (kensheedlo.com)", 11 "laggingreflex (https://github.com/laggingreflex)", 12 "Miguel Mota (https://miguelmota.com)", 13 "Peter deHaan (http://about.me/peterdehaan)" 2 "_args": [ 3 [ 4 "kind-of@3.2.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 14 7 ], 15 "repository": "jonschlinkert/kind-of", 8 "_development": true, 9 "_from": "kind-of@3.2.2", 10 "_id": "kind-of@3.2.2", 11 "_inBundle": false, 12 "_integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", 13 "_location": "/snapdragon-util/kind-of", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "kind-of@3.2.2", 19 "name": "kind-of", 20 "escapedName": "kind-of", 21 "rawSpec": "3.2.2", 22 "saveSpec": null, 23 "fetchSpec": "3.2.2" 24 }, 25 "_requiredBy": [ 26 "/snapdragon-util" 27 ], 28 "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", 29 "_spec": "3.2.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 16 35 "bugs": { 17 36 "url": "https://github.com/jonschlinkert/kind-of/issues" 18 37 }, 19 "license": "MIT", 20 "files": [ 21 "index.js" 38 "contributors": [ 39 { 40 "name": "David Fox-Powell", 41 "url": "https://dtothefp.github.io/me" 42 }, 43 { 44 "name": "Jon Schlinkert", 45 "url": "http://twitter.com/jonschlinkert" 46 }, 47 { 48 "name": "Ken Sheedlo", 49 "url": "kensheedlo.com" 50 }, 51 { 52 "name": "laggingreflex", 53 "url": "https://github.com/laggingreflex" 54 }, 55 { 56 "name": "Miguel Mota", 57 "url": "https://miguelmota.com" 58 }, 59 { 60 "name": "Peter deHaan", 61 "url": "http://about.me/peterdehaan" 62 } 22 63 ], 23 "main": "index.js",24 "engines": {25 "node": ">=0.10.0"26 },27 "scripts": {28 "test": "mocha",29 "prepublish": "browserify -o browser.js -e index.js -s index --bare"30 },31 64 "dependencies": { 32 65 "is-buffer": "^1.1.5" 33 66 }, 67 "description": "Get the native type of a value.", 34 68 "devDependencies": { 35 69 "ansi-bold": "^0.1.1", … … 42 76 "typeof": "^1.0.0" 43 77 }, 78 "engines": { 79 "node": ">=0.10.0" 80 }, 81 "files": [ 82 "index.js" 83 ], 84 "homepage": "https://github.com/jonschlinkert/kind-of", 44 85 "keywords": [ 45 86 "arguments", … … 65 106 "types" 66 107 ], 108 "license": "MIT", 109 "main": "index.js", 110 "name": "kind-of", 111 "repository": { 112 "type": "git", 113 "url": "git+https://github.com/jonschlinkert/kind-of.git" 114 }, 115 "scripts": { 116 "prepublish": "browserify -o browser.js -e index.js -s index --bare", 117 "test": "mocha" 118 }, 67 119 "verb": { 68 120 "related": { … … 87 139 "verb" 88 140 ] 89 } 141 }, 142 "version": "3.2.2" 90 143 } -
trip-planner-front/node_modules/snapdragon-util/package.json
rceaed42 r59329aa 1 1 { 2 "name": "snapdragon-util", 3 "description": "Utilities for the snapdragon parser/compiler.", 4 "version": "3.0.1", 5 "homepage": "https://github.com/jonschlinkert/snapdragon-util", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/snapdragon-util", 2 "_args": [ 3 [ 4 "snapdragon-util@3.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "snapdragon-util@3.0.1", 10 "_id": "snapdragon-util@3.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", 13 "_location": "/snapdragon-util", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "snapdragon-util@3.0.1", 21 "name": "snapdragon-util", 22 "escapedName": "snapdragon-util", 23 "rawSpec": "3.0.1", 24 "saveSpec": null, 25 "fetchSpec": "3.0.1" 26 }, 27 "_requiredBy": [ 28 "/snapdragon-node" 29 ], 30 "_resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", 31 "_spec": "3.0.1", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 8 37 "bugs": { 9 38 "url": "https://github.com/jonschlinkert/snapdragon-util/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 39 }, 22 40 "dependencies": { 23 41 "kind-of": "^3.2.0" 24 42 }, 43 "description": "Utilities for the snapdragon parser/compiler.", 25 44 "devDependencies": { 26 45 "define-property": "^1.0.0", … … 35 54 "snapdragon-node": "^1.0.6" 36 55 }, 56 "engines": { 57 "node": ">=0.10.0" 58 }, 59 "files": [ 60 "index.js" 61 ], 62 "homepage": "https://github.com/jonschlinkert/snapdragon-util", 37 63 "keywords": [ 38 64 "capture", … … 50 76 "util" 51 77 ], 78 "license": "MIT", 79 "main": "index.js", 80 "name": "snapdragon-util", 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/jonschlinkert/snapdragon-util.git" 84 }, 85 "scripts": { 86 "test": "mocha" 87 }, 52 88 "verb": { 53 89 "toc": "collapsible", … … 62 98 "reflinks": true 63 99 } 64 } 100 }, 101 "version": "3.0.1" 65 102 }
Note:
See TracChangeset
for help on using the changeset viewer.