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

    rceaed42 r59329aa  
    11{
    2   "name": "is-data-descriptor",
    3   "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
    4   "version": "1.0.0",
    5   "homepage": "https://github.com/jonschlinkert/is-data-descriptor",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    9     "Rouven Weßling (www.rouvenwessling.de)"
     2  "_args": [
     3    [
     4      "is-data-descriptor@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/is-data-descriptor",
     8  "_development": true,
     9  "_from": "is-data-descriptor@1.0.0",
     10  "_id": "is-data-descriptor@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
     13  "_location": "/is-data-descriptor",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-data-descriptor@1.0.0",
     19    "name": "is-data-descriptor",
     20    "escapedName": "is-data-descriptor",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/is-descriptor"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
     29  "_spec": "1.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1235  "bugs": {
    1336    "url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
    1437  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Jon Schlinkert",
     41      "url": "http://twitter.com/jonschlinkert"
     42    },
     43    {
     44      "name": "Rouven Weßling",
     45      "url": "www.rouvenwessling.de"
     46    }
    1847  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2648  "dependencies": {
    2749    "kind-of": "^6.0.0"
    2850  },
     51  "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
    2952  "devDependencies": {
    3053    "gulp-format-md": "^1.0.0",
    3154    "mocha": "^3.5.3"
    3255  },
     56  "engines": {
     57    "node": ">=0.10.0"
     58  },
     59  "files": [
     60    "index.js"
     61  ],
     62  "homepage": "https://github.com/jonschlinkert/is-data-descriptor",
    3363  "keywords": [
    3464    "accessor",
     
    4979    "value"
    5080  ],
     81  "license": "MIT",
     82  "main": "index.js",
     83  "name": "is-data-descriptor",
     84  "repository": {
     85    "type": "git",
     86    "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git"
     87  },
     88  "scripts": {
     89    "test": "mocha"
     90  },
    5191  "verb": {
    5292    "toc": false,
     
    69109      "reflinks": true
    70110    }
    71   }
     111  },
     112  "version": "1.0.0"
    72113}
Note: See TracChangeset for help on using the changeset viewer.