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/is-descriptor/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-descriptor",
    3   "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
    4   "version": "1.0.2",
    5   "homepage": "https://github.com/jonschlinkert/is-descriptor",
    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      "is-descriptor@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": "jonschlinkert/is-descriptor",
     8  "_development": true,
     9  "_from": "is-descriptor@1.0.2",
     10  "_id": "is-descriptor@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
     13  "_location": "/is-descriptor",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-descriptor@1.0.2",
     19    "name": "is-descriptor",
     20    "escapedName": "is-descriptor",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/base/define-property",
     27    "/define-property",
     28    "/extglob/define-property",
     29    "/snapdragon-node/define-property"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
     32  "_spec": "1.0.2",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Jon Schlinkert",
     36    "url": "https://github.com/jonschlinkert"
     37  },
    1338  "bugs": {
    1439    "url": "https://github.com/jonschlinkert/is-descriptor/issues"
    1540  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     41  "contributors": [
     42    {
     43      "name": "Brian Woodward",
     44      "url": "https://twitter.com/doowb"
     45    },
     46    {
     47      "name": "Jon Schlinkert",
     48      "url": "http://twitter.com/jonschlinkert"
     49    },
     50    {
     51      "url": "https://github.com/wtgtybhertgeghgtwtg"
     52    }
    1953  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.10.0"
    23   },
    24   "scripts": {
    25     "test": "mocha"
    26   },
    2754  "dependencies": {
    2855    "is-accessor-descriptor": "^1.0.0",
     
    3057    "kind-of": "^6.0.2"
    3158  },
     59  "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
    3260  "devDependencies": {
    3361    "gulp-format-md": "^1.0.0",
    3462    "mocha": "^3.5.3"
    3563  },
     64  "engines": {
     65    "node": ">=0.10.0"
     66  },
     67  "files": [
     68    "index.js"
     69  ],
     70  "homepage": "https://github.com/jonschlinkert/is-descriptor",
    3671  "keywords": [
    3772    "accessor",
     
    5287    "value"
    5388  ],
     89  "license": "MIT",
     90  "main": "index.js",
     91  "name": "is-descriptor",
     92  "repository": {
     93    "type": "git",
     94    "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
     95  },
     96  "scripts": {
     97    "test": "mocha"
     98  },
    5499  "verb": {
    55100    "related": {
     
    72117      "reflinks": true
    73118    }
    74   }
     119  },
     120  "version": "1.0.2"
    75121}
Note: See TracChangeset for help on using the changeset viewer.