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