Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

Location:
trip-planner-front/node_modules/is-data-descriptor
Files:
1 added
4 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/is-data-descriptor/LICENSE

    r59329aa re29cc2e  
    11The MIT License (MIT)
    22
    3 Copyright (c) 2015-2017, Jon Schlinkert.
     3Copyright (c) 2015, Jon Schlinkert.
    44
    55Permission is hereby granted, free of charge, to any person obtaining a copy
  • trip-planner-front/node_modules/is-data-descriptor/README.md

    r59329aa re29cc2e  
    1 # is-data-descriptor [![NPM version](https://img.shields.io/npm/v/is-data-descriptor.svg?style=flat)](https://www.npmjs.com/package/is-data-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-data-descriptor.svg?style=flat)](https://npmjs.org/package/is-data-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-data-descriptor.svg?style=flat)](https://npmjs.org/package/is-data-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-data-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-data-descriptor)
     1# is-data-descriptor [![NPM version](https://img.shields.io/npm/v/is-data-descriptor.svg)](https://www.npmjs.com/package/is-data-descriptor) [![Build Status](https://img.shields.io/travis/jonschlinkert/is-data-descriptor.svg)](https://travis-ci.org/jonschlinkert/is-data-descriptor)
    22
    33> Returns true if a value has the characteristics of a valid JavaScript data descriptor.
    4 
    5 Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.
    64
    75## Install
     
    108
    119```sh
    12 $ npm install --save is-data-descriptor
     10$ npm i is-data-descriptor --save
    1311```
    1412
     
    9694```
    9795
    98 ## About
     96## Related projects
    9997
    100 <details>
    101 <summary><strong>Contributing</strong></summary>
     98* [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor)
     99* [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://www.npmjs.com/package/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor)
     100* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject)
    102101
    103 Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).
     102## Running tests
    104103
    105 </details>
    106 
    107 <details>
    108 <summary><strong>Running Tests</strong></summary>
    109 
    110 Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
     104Install dev dependencies:
    111105
    112106```sh
    113 $ npm install && npm test
     107$ npm i -d && npm test
    114108```
    115109
    116 </details>
     110## Contributing
    117111
    118 <details>
    119 <summary><strong>Building docs</strong></summary>
     112Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-data-descriptor/issues/new).
    120113
    121 _(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_
    122 
    123 To generate the readme, run the following command:
    124 
    125 ```sh
    126 $ npm install -g verbose/verb#dev verb-generate-readme && verb
    127 ```
    128 
    129 </details>
    130 
    131 ### Related projects
    132 
    133 You might also be interested in these projects:
    134 
    135 * [is-accessor-descriptor](https://www.npmjs.com/package/is-accessor-descriptor): Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. | [homepage](https://github.com/jonschlinkert/is-accessor-descriptor "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.")
    136 * [is-data-descriptor](https://www.npmjs.com/package/is-data-descriptor): Returns true if a value has the characteristics of a valid JavaScript data descriptor. | [homepage](https://github.com/jonschlinkert/is-data-descriptor "Returns true if a value has the characteristics of a valid JavaScript data descriptor.")
    137 * [is-descriptor](https://www.npmjs.com/package/is-descriptor): Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for… [more](https://github.com/jonschlinkert/is-descriptor) | [homepage](https://github.com/jonschlinkert/is-descriptor "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.")
    138 * [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject "Returns true if the value is an object and not an array or null.")
    139 
    140 ### Contributors
    141 
    142 | **Commits** | **Contributor** |
    143 | --- | --- |
    144 | 21 | [jonschlinkert](https://github.com/jonschlinkert) |
    145 | 2 | [realityking](https://github.com/realityking) |
    146 
    147 ### Author
     114## Author
    148115
    149116**Jon Schlinkert**
    150117
    151118* [github/jonschlinkert](https://github.com/jonschlinkert)
    152 * [twitter/jonschlinkert](https://twitter.com/jonschlinkert)
     119* [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
    153120
    154 ### License
     121## License
    155122
    156 Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
    157 Released under the [MIT License](LICENSE).
     123Copyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert)
     124Released under the MIT license.
    158125
    159126***
    160127
    161 _This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 01, 2017._
     128_This file was generated by [verb](https://github.com/verbose/verb) on December 28, 2015._
  • trip-planner-front/node_modules/is-data-descriptor/index.js

    r59329aa re29cc2e  
    22 * is-data-descriptor <https://github.com/jonschlinkert/is-data-descriptor>
    33 *
    4  * Copyright (c) 2015-2017, Jon Schlinkert.
    5  * Released under the MIT License.
     4 * Copyright (c) 2015, Jon Schlinkert.
     5 * Licensed under the MIT License.
    66 */
    77
     
    1010var typeOf = require('kind-of');
    1111
    12 module.exports = function isDataDescriptor(obj, prop) {
    13   // data descriptor properties
    14   var data = {
    15     configurable: 'boolean',
    16     enumerable: 'boolean',
    17     writable: 'boolean'
    18   };
     12// data descriptor properties
     13var data = {
     14  configurable: 'boolean',
     15  enumerable: 'boolean',
     16  writable: 'boolean'
     17};
    1918
     19function isDataDescriptor(obj, prop) {
    2020  if (typeOf(obj) !== 'object') {
    2121    return false;
     
    4747  }
    4848  return true;
    49 };
     49}
     50
     51/**
     52 * Expose `isDataDescriptor`
     53 */
     54
     55module.exports = isDataDescriptor;
  • trip-planner-front/node_modules/is-data-descriptor/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "is-data-descriptor@1.0.0",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "is-data-descriptor@1.0.0",
    10   "_id": "is-data-descriptor@1.0.0",
     2  "_from": "is-data-descriptor@^0.1.4",
     3  "_id": "is-data-descriptor@0.1.4",
    114  "_inBundle": false,
    12   "_integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
     5  "_integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
    136  "_location": "/is-data-descriptor",
    14   "_phantomChildren": {},
     7  "_phantomChildren": {
     8    "is-buffer": "1.1.6"
     9  },
    1510  "_requested": {
    16     "type": "version",
     11    "type": "range",
    1712    "registry": true,
    18     "raw": "is-data-descriptor@1.0.0",
     13    "raw": "is-data-descriptor@^0.1.4",
    1914    "name": "is-data-descriptor",
    2015    "escapedName": "is-data-descriptor",
    21     "rawSpec": "1.0.0",
     16    "rawSpec": "^0.1.4",
    2217    "saveSpec": null,
    23     "fetchSpec": "1.0.0"
     18    "fetchSpec": "^0.1.4"
    2419  },
    2520  "_requiredBy": [
    2621    "/is-descriptor"
    2722  ],
    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",
     23  "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
     24  "_shasum": "0b5ee648388e2c860282e793f1856fec3f301b56",
     25  "_spec": "is-data-descriptor@^0.1.4",
     26  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\is-descriptor",
    3127  "author": {
    3228    "name": "Jon Schlinkert",
     
    3632    "url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
    3733  },
    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     }
    47   ],
     34  "bundleDependencies": false,
    4835  "dependencies": {
    49     "kind-of": "^6.0.0"
     36    "kind-of": "^3.0.2"
    5037  },
     38  "deprecated": false,
    5139  "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
    5240  "devDependencies": {
    53     "gulp-format-md": "^1.0.0",
    54     "mocha": "^3.5.3"
     41    "mocha": "*",
     42    "should": "*"
    5543  },
    5644  "engines": {
     
    9078  },
    9179  "verb": {
    92     "toc": false,
    93     "layout": "default",
    94     "tasks": [
    95       "readme"
    96     ],
    97     "plugins": [
    98       "gulp-format-md"
    99     ],
    10080    "related": {
    10181      "list": [
     
    10686      ]
    10787    },
    108     "lint": {
    109       "reflinks": true
    110     }
     88    "plugins": [
     89      "gulp-format-md"
     90    ]
    11191  },
    112   "version": "1.0.0"
     92  "version": "0.1.4"
    11393}
Note: See TracChangeset for help on using the changeset viewer.