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/assign-symbols/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "assign-symbols",
    3   "description": "Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.",
    4   "version": "1.0.0",
    5   "homepage": "https://github.com/jonschlinkert/assign-symbols",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/assign-symbols",
     2  "_args": [
     3    [
     4      "assign-symbols@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "assign-symbols@1.0.0",
     10  "_id": "assign-symbols@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
     13  "_location": "/assign-symbols",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "assign-symbols@1.0.0",
     19    "name": "assign-symbols",
     20    "escapedName": "assign-symbols",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/extend-shallow"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
     29  "_spec": "1.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/assign-symbols/issues"
    1037  },
    11   "license": "MIT",
     38  "description": "Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.",
     39  "devDependencies": {
     40    "mocha": "^3.0.0"
     41  },
     42  "engines": {
     43    "node": ">=0.10.0"
     44  },
    1245  "files": [
    1346    "index.js"
    1447  ],
     48  "homepage": "https://github.com/jonschlinkert/assign-symbols",
     49  "keywords": [
     50    "assign",
     51    "symbols"
     52  ],
     53  "license": "MIT",
    1554  "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
     55  "name": "assign-symbols",
     56  "repository": {
     57    "type": "git",
     58    "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
    1859  },
    1960  "scripts": {
    2061    "test": "mocha"
    2162  },
    22   "devDependencies": {
    23     "mocha": "^3.0.0"
    24   },
    25   "keywords": [
    26     "assign",
    27     "symbols"
    28   ],
    2963  "verb": {
    3064    "related": {
     
    3771      ]
    3872    }
    39   }
     73  },
     74  "version": "1.0.0"
    4075}
Note: See TracChangeset for help on using the changeset viewer.