source: trip-planner-front/node_modules/is-data-descriptor/package.json

Last change on this file was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.1 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "is-data-descriptor@^0.1.4",
3 "_id": "is-data-descriptor@0.1.4",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
[59329aa]6 "_location": "/is-data-descriptor",
[e29cc2e]7 "_phantomChildren": {
8 "is-buffer": "1.1.6"
9 },
[59329aa]10 "_requested": {
[e29cc2e]11 "type": "range",
[59329aa]12 "registry": true,
[e29cc2e]13 "raw": "is-data-descriptor@^0.1.4",
[59329aa]14 "name": "is-data-descriptor",
15 "escapedName": "is-data-descriptor",
[e29cc2e]16 "rawSpec": "^0.1.4",
[59329aa]17 "saveSpec": null,
[e29cc2e]18 "fetchSpec": "^0.1.4"
[6a3a178]19 },
[59329aa]20 "_requiredBy": [
21 "/is-descriptor"
[6a3a178]22 ],
[e29cc2e]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",
[59329aa]27 "author": {
28 "name": "Jon Schlinkert",
29 "url": "https://github.com/jonschlinkert"
[6a3a178]30 },
[59329aa]31 "bugs": {
32 "url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
[6a3a178]33 },
[e29cc2e]34 "bundleDependencies": false,
[6a3a178]35 "dependencies": {
[e29cc2e]36 "kind-of": "^3.0.2"
[6a3a178]37 },
[e29cc2e]38 "deprecated": false,
[59329aa]39 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
[6a3a178]40 "devDependencies": {
[e29cc2e]41 "mocha": "*",
42 "should": "*"
[6a3a178]43 },
[59329aa]44 "engines": {
45 "node": ">=0.10.0"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/jonschlinkert/is-data-descriptor",
[6a3a178]51 "keywords": [
52 "accessor",
53 "check",
54 "data",
55 "descriptor",
56 "get",
57 "getter",
58 "is",
59 "keys",
60 "object",
61 "properties",
62 "property",
63 "set",
64 "setter",
65 "type",
66 "valid",
67 "value"
68 ],
[59329aa]69 "license": "MIT",
70 "main": "index.js",
71 "name": "is-data-descriptor",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git"
75 },
76 "scripts": {
77 "test": "mocha"
78 },
[6a3a178]79 "verb": {
80 "related": {
81 "list": [
82 "is-accessor-descriptor",
83 "is-data-descriptor",
84 "is-descriptor",
85 "isobject"
86 ]
87 },
[e29cc2e]88 "plugins": [
89 "gulp-format-md"
90 ]
[59329aa]91 },
[e29cc2e]92 "version": "0.1.4"
[6a3a178]93}
Note: See TracBrowser for help on using the repository browser.