Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/snapdragon-util/package.json

    rceaed42 r59329aa  
    11{
    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  },
    837  "bugs": {
    938    "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"
    2139  },
    2240  "dependencies": {
    2341    "kind-of": "^3.2.0"
    2442  },
     43  "description": "Utilities for the snapdragon parser/compiler.",
    2544  "devDependencies": {
    2645    "define-property": "^1.0.0",
     
    3554    "snapdragon-node": "^1.0.6"
    3655  },
     56  "engines": {
     57    "node": ">=0.10.0"
     58  },
     59  "files": [
     60    "index.js"
     61  ],
     62  "homepage": "https://github.com/jonschlinkert/snapdragon-util",
    3763  "keywords": [
    3864    "capture",
     
    5076    "util"
    5177  ],
     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  },
    5288  "verb": {
    5389    "toc": "collapsible",
     
    6298      "reflinks": true
    6399    }
    64   }
     100  },
     101  "version": "3.0.1"
    65102}
Note: See TracChangeset for help on using the changeset viewer.