- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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) 2 2 3 3 > 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.6 4 7 5 ## Install … … 10 8 11 9 ```sh 12 $ npm i nstall --save is-data-descriptor10 $ npm i is-data-descriptor --save 13 11 ``` 14 12 … … 96 94 ``` 97 95 98 ## About96 ## Related projects 99 97 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) 102 101 103 Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new). 102 ## Running tests 104 103 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: 104 Install dev dependencies: 111 105 112 106 ```sh 113 $ npm i nstall&& npm test107 $ npm i -d && npm test 114 108 ``` 115 109 116 </details> 110 ## Contributing 117 111 118 <details> 119 <summary><strong>Building docs</strong></summary> 112 Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/is-data-descriptor/issues/new). 120 113 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 148 115 149 116 **Jon Schlinkert** 150 117 151 118 * [github/jonschlinkert](https://github.com/jonschlinkert) 152 * [twitter/jonschlinkert](http s://twitter.com/jonschlinkert)119 * [twitter/jonschlinkert](http://twitter.com/jonschlinkert) 153 120 154 ## #License121 ## License 155 122 156 Copyright © 201 7, [Jon Schlinkert](https://github.com/jonschlinkert).157 Released under the [MIT License](LICENSE).123 Copyright © 2015 [Jon Schlinkert](https://github.com/jonschlinkert) 124 Released under the MIT license. 158 125 159 126 *** 160 127 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._
Note:
See TracChangeset
for help on using the changeset viewer.