source: trip-planner-front/node_modules/assign-symbols/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
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 },
35 "bugs": {
36 "url": "https://github.com/jonschlinkert/assign-symbols/issues"
37 },
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 },
45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/jonschlinkert/assign-symbols",
49 "keywords": [
50 "assign",
51 "symbols"
52 ],
53 "license": "MIT",
54 "main": "index.js",
55 "name": "assign-symbols",
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
59 },
60 "scripts": {
61 "test": "mocha"
62 },
63 "verb": {
64 "related": {
65 "list": [
66 "assign-deep",
67 "mixin-deep",
68 "merge-deep",
69 "extend-shallow",
70 "clone-deep"
71 ]
72 }
73 },
74 "version": "1.0.0"
75}
Note: See TracBrowser for help on using the repository browser.