Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/snapdragon/node_modules/is-accessor-descriptor/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "is-accessor-descriptor",
    3   "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
    4   "version": "0.1.6",
    5   "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/is-accessor-descriptor",
     2  "_args": [
     3    [
     4      "is-accessor-descriptor@0.1.6",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-accessor-descriptor@0.1.6",
     10  "_id": "is-accessor-descriptor@0.1.6",
     11  "_inBundle": false,
     12  "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
     13  "_location": "/snapdragon/is-accessor-descriptor",
     14  "_phantomChildren": {
     15    "is-buffer": "1.1.6"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "is-accessor-descriptor@0.1.6",
     21    "name": "is-accessor-descriptor",
     22    "escapedName": "is-accessor-descriptor",
     23    "rawSpec": "0.1.6",
     24    "saveSpec": null,
     25    "fetchSpec": "0.1.6"
     26  },
     27  "_requiredBy": [
     28    "/snapdragon/is-descriptor"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
     31  "_spec": "0.1.6",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    837  "bugs": {
    938    "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
    10   },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    2139  },
    2240  "dependencies": {
    2341    "kind-of": "^3.0.2"
    2442  },
     43  "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
    2544  "devDependencies": {
    2645    "mocha": "*",
    2746    "should": "*"
    2847  },
     48  "engines": {
     49    "node": ">=0.10.0"
     50  },
     51  "files": [
     52    "index.js"
     53  ],
     54  "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
    2955  "keywords": [
    3056    "accessor",
     
    4571    "value"
    4672  ],
     73  "license": "MIT",
     74  "main": "index.js",
     75  "name": "is-accessor-descriptor",
     76  "repository": {
     77    "type": "git",
     78    "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
     79  },
     80  "scripts": {
     81    "test": "mocha"
     82  },
    4783  "verb": {
    4884    "related": {
     
    5894    ],
    5995    "layout": "default"
    60   }
     96  },
     97  "version": "0.1.6"
    6198}
Note: See TracChangeset for help on using the changeset viewer.