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/object-copy/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": "0.1.6",
    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@0.1.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    117  ],
    12   "repository": "jonschlinkert/is-descriptor",
     8  "_development": true,
     9  "_from": "is-descriptor@0.1.6",
     10  "_id": "is-descriptor@0.1.6",
     11  "_inBundle": false,
     12  "_integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
     13  "_location": "/object-copy/is-descriptor",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-descriptor@0.1.6",
     19    "name": "is-descriptor",
     20    "escapedName": "is-descriptor",
     21    "rawSpec": "0.1.6",
     22    "saveSpec": null,
     23    "fetchSpec": "0.1.6"
     24  },
     25  "_requiredBy": [
     26    "/object-copy/define-property"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
     29  "_spec": "0.1.6",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1335  "bugs": {
    1436    "url": "https://github.com/jonschlinkert/is-descriptor/issues"
    1537  },
    16   "license": "MIT",
    17   "files": [
    18     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Brian Woodward",
     41      "url": "https://twitter.com/doowb"
     42    },
     43    {
     44      "name": "Jon Schlinkert",
     45      "url": "http://twitter.com/jonschlinkert"
     46    },
     47    {
     48      "url": "https://github.com/wtgtybhertgeghgtwtg"
     49    }
    1950  ],
    20   "main": "index.js",
    21   "engines": {
    22     "node": ">=0.10.0"
    23   },
    24   "scripts": {
    25     "test": "mocha"
    26   },
    2751  "dependencies": {
    2852    "is-accessor-descriptor": "^0.1.6",
     
    3054    "kind-of": "^5.0.0"
    3155  },
     56  "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
    3257  "devDependencies": {
    3358    "gulp-format-md": "^1.0.0",
    3459    "mocha": "^3.4.2"
    3560  },
     61  "engines": {
     62    "node": ">=0.10.0"
     63  },
     64  "files": [
     65    "index.js"
     66  ],
     67  "homepage": "https://github.com/jonschlinkert/is-descriptor",
    3668  "keywords": [
    3769    "accessor",
     
    5284    "value"
    5385  ],
     86  "license": "MIT",
     87  "main": "index.js",
     88  "name": "is-descriptor",
     89  "repository": {
     90    "type": "git",
     91    "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
     92  },
     93  "scripts": {
     94    "test": "mocha"
     95  },
    5496  "verb": {
    5597    "related": {
     
    72114      "reflinks": true
    73115    }
    74   }
     116  },
     117  "version": "0.1.6"
    75118}
Note: See TracChangeset for help on using the changeset viewer.