- 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/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.