[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "is-descriptor@^0.1.0",
|
---|
| 3 | "_id": "is-descriptor@0.1.6",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
|
---|
[59329aa] | 6 | "_location": "/is-descriptor",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "is-descriptor@^0.1.0",
|
---|
[59329aa] | 12 | "name": "is-descriptor",
|
---|
| 13 | "escapedName": "is-descriptor",
|
---|
[e29cc2e] | 14 | "rawSpec": "^0.1.0",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^0.1.0"
|
---|
[6a3a178] | 17 | },
|
---|
[59329aa] | 18 | "_requiredBy": [
|
---|
[e29cc2e] | 19 | "/class-utils/define-property",
|
---|
| 20 | "/expand-brackets/define-property",
|
---|
| 21 | "/object-copy/define-property",
|
---|
| 22 | "/snapdragon/define-property",
|
---|
| 23 | "/static-extend/define-property"
|
---|
[6a3a178] | 24 | ],
|
---|
[e29cc2e] | 25 | "_resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
|
---|
| 26 | "_shasum": "366d8240dde487ca51823b1ab9f07a10a78251ca",
|
---|
| 27 | "_spec": "is-descriptor@^0.1.0",
|
---|
| 28 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\class-utils\\node_modules\\define-property",
|
---|
[59329aa] | 29 | "author": {
|
---|
| 30 | "name": "Jon Schlinkert",
|
---|
| 31 | "url": "https://github.com/jonschlinkert"
|
---|
[6a3a178] | 32 | },
|
---|
[59329aa] | 33 | "bugs": {
|
---|
| 34 | "url": "https://github.com/jonschlinkert/is-descriptor/issues"
|
---|
[6a3a178] | 35 | },
|
---|
[e29cc2e] | 36 | "bundleDependencies": false,
|
---|
[59329aa] | 37 | "contributors": [
|
---|
| 38 | {
|
---|
| 39 | "name": "Brian Woodward",
|
---|
| 40 | "url": "https://twitter.com/doowb"
|
---|
| 41 | },
|
---|
| 42 | {
|
---|
| 43 | "name": "Jon Schlinkert",
|
---|
| 44 | "url": "http://twitter.com/jonschlinkert"
|
---|
| 45 | },
|
---|
| 46 | {
|
---|
| 47 | "url": "https://github.com/wtgtybhertgeghgtwtg"
|
---|
| 48 | }
|
---|
| 49 | ],
|
---|
[6a3a178] | 50 | "dependencies": {
|
---|
[e29cc2e] | 51 | "is-accessor-descriptor": "^0.1.6",
|
---|
| 52 | "is-data-descriptor": "^0.1.4",
|
---|
| 53 | "kind-of": "^5.0.0"
|
---|
[6a3a178] | 54 | },
|
---|
[e29cc2e] | 55 | "deprecated": false,
|
---|
[59329aa] | 56 | "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
|
---|
[6a3a178] | 57 | "devDependencies": {
|
---|
| 58 | "gulp-format-md": "^1.0.0",
|
---|
[e29cc2e] | 59 | "mocha": "^3.4.2"
|
---|
[6a3a178] | 60 | },
|
---|
[59329aa] | 61 | "engines": {
|
---|
| 62 | "node": ">=0.10.0"
|
---|
| 63 | },
|
---|
| 64 | "files": [
|
---|
| 65 | "index.js"
|
---|
| 66 | ],
|
---|
| 67 | "homepage": "https://github.com/jonschlinkert/is-descriptor",
|
---|
[6a3a178] | 68 | "keywords": [
|
---|
| 69 | "accessor",
|
---|
| 70 | "check",
|
---|
| 71 | "data",
|
---|
| 72 | "descriptor",
|
---|
| 73 | "get",
|
---|
| 74 | "getter",
|
---|
| 75 | "is",
|
---|
| 76 | "keys",
|
---|
| 77 | "object",
|
---|
| 78 | "properties",
|
---|
| 79 | "property",
|
---|
| 80 | "set",
|
---|
| 81 | "setter",
|
---|
| 82 | "type",
|
---|
| 83 | "valid",
|
---|
| 84 | "value"
|
---|
| 85 | ],
|
---|
[59329aa] | 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 | },
|
---|
[6a3a178] | 96 | "verb": {
|
---|
| 97 | "related": {
|
---|
| 98 | "list": [
|
---|
| 99 | "is-accessor-descriptor",
|
---|
| 100 | "is-data-descriptor",
|
---|
| 101 | "is-descriptor",
|
---|
| 102 | "isobject"
|
---|
| 103 | ]
|
---|
| 104 | },
|
---|
| 105 | "plugins": [
|
---|
| 106 | "gulp-format-md"
|
---|
| 107 | ],
|
---|
| 108 | "toc": false,
|
---|
| 109 | "layout": "default",
|
---|
| 110 | "tasks": [
|
---|
| 111 | "readme"
|
---|
| 112 | ],
|
---|
| 113 | "lint": {
|
---|
| 114 | "reflinks": true
|
---|
| 115 | }
|
---|
[59329aa] | 116 | },
|
---|
[e29cc2e] | 117 | "version": "0.1.6"
|
---|
[6a3a178] | 118 | }
|
---|