- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/is-accessor-descriptor
- Files:
-
- 1 added
- 4 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/is-accessor-descriptor/LICENSE
r59329aa re29cc2e 1 1 The MIT License (MIT) 2 2 3 Copyright (c) 2015 -2017, Jon Schlinkert.3 Copyright (c) 2015, Jon Schlinkert. 4 4 5 5 Permission is hereby granted, free of charge, to any person obtaining a copy -
trip-planner-front/node_modules/is-accessor-descriptor/README.md
r59329aa re29cc2e 1 # is-accessor-descriptor [![NPM version](https://img.shields.io/npm/v/is-accessor-descriptor.svg ?style=flat)](https://www.npmjs.com/package/is-accessor-descriptor) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![NPM total downloads](https://img.shields.io/npm/dt/is-accessor-descriptor.svg?style=flat)](https://npmjs.org/package/is-accessor-descriptor) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-accessor-descriptor.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-accessor-descriptor)1 # is-accessor-descriptor [![NPM version](https://img.shields.io/npm/v/is-accessor-descriptor.svg)](https://www.npmjs.com/package/is-accessor-descriptor) [![Build Status](https://img.shields.io/travis/jonschlinkert/is-accessor-descriptor.svg)](https://travis-ci.org/jonschlinkert/is-accessor-descriptor) 2 2 3 3 > Returns true if a value has the characteristics of a valid JavaScript accessor descriptor. 4 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. 5 - [Install](#install) 6 - [Usage](#usage) 7 - [Examples](#examples) 8 - [API](#api) 9 - [Related projects](#related-projects) 10 - [Running tests](#running-tests) 11 - [Contributing](#contributing) 12 - [Author](#author) 13 - [License](#license) 14 15 _(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_ 6 16 7 17 ## Install … … 10 20 11 21 ```sh 12 $ npm i nstall --save is-accessor-descriptor22 $ npm i is-accessor-descriptor --save 13 23 ``` 14 24 … … 78 88 ``` 79 89 80 ## About90 ## Related projects 81 91 82 <details> 83 <summary><strong>Contributing</strong></summary> 92 * [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) 93 * [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) 94 * [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) 95 * [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) 84 96 85 Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). 97 ## Running tests 86 98 87 </details> 88 89 <details> 90 <summary><strong>Running Tests</strong></summary> 91 92 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: 99 Install dev dependencies: 93 100 94 101 ```sh 95 $ npm i nstall&& npm test102 $ npm i -d && npm test 96 103 ``` 97 104 98 </details> 105 ## Contributing 99 106 100 <details> 101 <summary><strong>Building docs</strong></summary> 107 Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-accessor-descriptor/issues/new). 102 108 103 _(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.)_ 104 105 To generate the readme, run the following command: 106 107 ```sh 108 $ npm install -g verbose/verb#dev verb-generate-readme && verb 109 ``` 110 111 </details> 112 113 ### Related projects 114 115 You might also be interested in these projects: 116 117 * [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.") 118 * [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.") 119 * [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.") 120 * [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object "Returns true if an object was created by the `Object` constructor.") 121 * [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.") 122 123 ### Contributors 124 125 | **Commits** | **Contributor** | 126 | --- | --- | 127 | 22 | [jonschlinkert](https://github.com/jonschlinkert) | 128 | 2 | [realityking](https://github.com/realityking) | 129 130 ### Author 109 ## Author 131 110 132 111 **Jon Schlinkert** 133 112 134 113 * [github/jonschlinkert](https://github.com/jonschlinkert) 135 * [twitter/jonschlinkert](http s://twitter.com/jonschlinkert)114 * [twitter/jonschlinkert](http://twitter.com/jonschlinkert) 136 115 137 ## #License116 ## License 138 117 139 Copyright © 201 7, [Jon Schlinkert](https://github.com/jonschlinkert).140 Released under the [MIT License](LICENSE).118 Copyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert) 119 Released under the MIT license. 141 120 142 121 *** 143 122 144 _This file was generated by [verb -generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 01, 2017._123 _This file was generated by [verb](https://github.com/verbose/verb) on December 28, 2015._ -
trip-planner-front/node_modules/is-accessor-descriptor/index.js
r59329aa re29cc2e 2 2 * is-accessor-descriptor <https://github.com/jonschlinkert/is-accessor-descriptor> 3 3 * 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. 6 6 */ 7 7 -
trip-planner-front/node_modules/is-accessor-descriptor/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "is-accessor-descriptor@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-accessor-descriptor@1.0.0", 10 "_id": "is-accessor-descriptor@1.0.0", 2 "_from": "is-accessor-descriptor@^0.1.6", 3 "_id": "is-accessor-descriptor@0.1.6", 11 4 "_inBundle": false, 12 "_integrity": "sha 512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",5 "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", 13 6 "_location": "/is-accessor-descriptor", 14 "_phantomChildren": {}, 7 "_phantomChildren": { 8 "is-buffer": "1.1.6" 9 }, 15 10 "_requested": { 16 "type": " version",11 "type": "range", 17 12 "registry": true, 18 "raw": "is-accessor-descriptor@ 1.0.0",13 "raw": "is-accessor-descriptor@^0.1.6", 19 14 "name": "is-accessor-descriptor", 20 15 "escapedName": "is-accessor-descriptor", 21 "rawSpec": " 1.0.0",16 "rawSpec": "^0.1.6", 22 17 "saveSpec": null, 23 "fetchSpec": " 1.0.0"18 "fetchSpec": "^0.1.6" 24 19 }, 25 20 "_requiredBy": [ 26 21 "/is-descriptor" 27 22 ], 28 "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-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-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", 24 "_shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6", 25 "_spec": "is-accessor-descriptor@^0.1.6", 26 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\is-descriptor", 31 27 "author": { 32 28 "name": "Jon Schlinkert", … … 36 32 "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues" 37 33 }, 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, 48 35 "dependencies": { 49 "kind-of": "^ 6.0.0"36 "kind-of": "^3.0.2" 50 37 }, 38 "deprecated": false, 51 39 "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.", 52 40 "devDependencies": { 53 " gulp-format-md": "^1.0.0",54 " mocha": "^3.5.3"41 "mocha": "*", 42 "should": "*" 55 43 }, 56 44 "engines": { … … 90 78 }, 91 79 "verb": { 92 "toc": false,93 "layout": "default",94 "tasks": [95 "readme"96 ],97 "plugins": [98 "gulp-format-md"99 ],100 80 "related": { 101 81 "list": [ … … 103 83 "is-data-descriptor", 104 84 "is-descriptor", 105 "is-plain-object",106 85 "isobject" 107 86 ] 108 87 }, 109 "lint": { 110 "reflinks": true 111 } 88 "plugins": [ 89 "gulp-format-md" 90 ], 91 "layout": "default" 112 92 }, 113 "version": " 1.0.0"93 "version": "0.1.6" 114 94 }
Note:
See TracChangeset
for help on using the changeset viewer.