blob: 1caeca8b1bbab3ffa3673473ebe7a9c39534444a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "assign-symbols@^1.0.0",
3 "_id": "assign-symbols@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
6 "_location": "/assign-symbols",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "assign-symbols@^1.0.0",
12 "name": "assign-symbols",
13 "escapedName": "assign-symbols",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/extend-shallow"
20 ],
21 "_resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
22 "_shasum": "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367",
23 "_spec": "assign-symbols@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\extend-shallow",
25 "author": {
26 "name": "Jon Schlinkert",
27 "url": "https://github.com/jonschlinkert"
28 },
29 "bugs": {
30 "url": "https://github.com/jonschlinkert/assign-symbols/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "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.",
35 "devDependencies": {
36 "mocha": "^3.0.0"
37 },
38 "engines": {
39 "node": ">=0.10.0"
40 },
41 "files": [
42 "index.js"
43 ],
44 "homepage": "https://github.com/jonschlinkert/assign-symbols",
45 "keywords": [
46 "assign",
47 "symbols"
48 ],
49 "license": "MIT",
50 "main": "index.js",
51 "name": "assign-symbols",
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
55 },
56 "scripts": {
57 "test": "mocha"
58 },
59 "verb": {
60 "related": {
61 "list": [
62 "assign-deep",
63 "mixin-deep",
64 "merge-deep",
65 "extend-shallow",
66 "clone-deep"
67 ]
68 }
69 },
70 "version": "1.0.0"
71}