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/static-extend/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "static-extend",
    3   "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.",
    4   "version": "0.1.2",
    5   "homepage": "https://github.com/jonschlinkert/static-extend",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/static-extend",
     2  "_args": [
     3    [
     4      "static-extend@0.1.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "static-extend@0.1.2",
     10  "_id": "static-extend@0.1.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
     13  "_location": "/static-extend",
     14  "_phantomChildren": {
     15    "is-buffer": "1.1.6"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "static-extend@0.1.2",
     21    "name": "static-extend",
     22    "escapedName": "static-extend",
     23    "rawSpec": "0.1.2",
     24    "saveSpec": null,
     25    "fetchSpec": "0.1.2"
     26  },
     27  "_requiredBy": [
     28    "/class-utils"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
     31  "_spec": "0.1.2",
     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/static-extend/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": {
     
    2442    "object-copy": "^0.1.0"
    2543  },
     44  "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.",
    2645  "devDependencies": {
    2746    "gulp-format-md": "^0.1.9",
    2847    "mocha": "^2.5.3"
    2948  },
     49  "engines": {
     50    "node": ">=0.10.0"
     51  },
     52  "files": [
     53    "index.js"
     54  ],
     55  "homepage": "https://github.com/jonschlinkert/static-extend",
    3056  "keywords": [
    3157    "class",
     
    4369    "prototype"
    4470  ],
     71  "license": "MIT",
     72  "main": "index.js",
     73  "name": "static-extend",
     74  "repository": {
     75    "type": "git",
     76    "url": "git+https://github.com/jonschlinkert/static-extend.git"
     77  },
     78  "scripts": {
     79    "test": "mocha"
     80  },
    4581  "verb": {
    4682    "run": true,
     
    6096      "reflinks": true
    6197    }
    62   }
     98  },
     99  "version": "0.1.2"
    63100}
Note: See TracChangeset for help on using the changeset viewer.