Changeset 59329aa for trip-planner-front/node_modules/assign-symbols
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/assign-symbols/package.json
rceaed42 r59329aa 1 1 { 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 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/assign-symbols/issues" 10 37 }, 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 }, 12 45 "files": [ 13 46 "index.js" 14 47 ], 48 "homepage": "https://github.com/jonschlinkert/assign-symbols", 49 "keywords": [ 50 "assign", 51 "symbols" 52 ], 53 "license": "MIT", 15 54 "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" 18 59 }, 19 60 "scripts": { 20 61 "test": "mocha" 21 62 }, 22 "devDependencies": {23 "mocha": "^3.0.0"24 },25 "keywords": [26 "assign",27 "symbols"28 ],29 63 "verb": { 30 64 "related": { … … 37 71 ] 38 72 } 39 } 73 }, 74 "version": "1.0.0" 40 75 }
Note:
See TracChangeset
for help on using the changeset viewer.