source: trip-planner-front/node_modules/is-accessor-descriptor/package.json@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "is-accessor-descriptor@^0.1.6",
3 "_id": "is-accessor-descriptor@0.1.6",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
[59329aa]6 "_location": "/is-accessor-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-accessor-descriptor@^0.1.6",
[59329aa]14 "name": "is-accessor-descriptor",
15 "escapedName": "is-accessor-descriptor",
[e29cc2e]16 "rawSpec": "^0.1.6",
[59329aa]17 "saveSpec": null,
[e29cc2e]18 "fetchSpec": "^0.1.6"
[6a3a178]19 },
[59329aa]20 "_requiredBy": [
21 "/is-descriptor"
[6a3a178]22 ],
[e29cc2e]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",
[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-accessor-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 accessor 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-accessor-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-accessor-descriptor",
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/jonschlinkert/is-accessor-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 ],
91 "layout": "default"
[59329aa]92 },
[e29cc2e]93 "version": "0.1.6"
[6a3a178]94}
Note: See TracBrowser for help on using the repository browser.