- 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/object-assign/package.json
rceaed42 r59329aa 1 1 { 2 "name": "object-assign", 3 "version": "4.1.1", 4 "description": "ES2015 `Object.assign()` ponyfill", 5 "license": "MIT", 6 "repository": "sindresorhus/object-assign", 2 "_args": [ 3 [ 4 "object-assign@4.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "object-assign@4.1.1", 10 "_id": "object-assign@4.1.1", 11 "_inBundle": false, 12 "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", 13 "_location": "/object-assign", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "object-assign@4.1.1", 19 "name": "object-assign", 20 "escapedName": "object-assign", 21 "rawSpec": "4.1.1", 22 "saveSpec": null, 23 "fetchSpec": "4.1.1" 24 }, 25 "_requiredBy": [ 26 "/cors", 27 "/del/globby", 28 "/gauge" 29 ], 30 "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 31 "_spec": "4.1.1", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 33 "author": { 8 34 "name": "Sindre Sorhus", … … 10 36 "url": "sindresorhus.com" 11 37 }, 38 "bugs": { 39 "url": "https://github.com/sindresorhus/object-assign/issues" 40 }, 41 "description": "ES2015 `Object.assign()` ponyfill", 42 "devDependencies": { 43 "ava": "^0.16.0", 44 "lodash": "^4.16.4", 45 "matcha": "^0.7.0", 46 "xo": "^0.16.0" 47 }, 12 48 "engines": { 13 49 "node": ">=0.10.0" 14 },15 "scripts": {16 "test": "xo && ava",17 "bench": "matcha bench.js"18 50 }, 19 51 "files": [ 20 52 "index.js" 21 53 ], 54 "homepage": "https://github.com/sindresorhus/object-assign#readme", 22 55 "keywords": [ 23 56 "object", … … 34 67 "browser" 35 68 ], 36 "devDependencies": { 37 "ava": "^0.16.0", 38 "lodash": "^4.16.4", 39 "matcha": "^0.7.0", 40 "xo": "^0.16.0" 41 } 69 "license": "MIT", 70 "name": "object-assign", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/sindresorhus/object-assign.git" 74 }, 75 "scripts": { 76 "bench": "matcha bench.js", 77 "test": "xo && ava" 78 }, 79 "version": "4.1.1" 42 80 }
Note:
See TracChangeset
for help on using the changeset viewer.