- 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-copy/package.json
rceaed42 r59329aa 1 1 { 2 "name": "object-copy", 3 "description": "Copy static properties, prototype properties, and descriptors from one object to another.", 4 "version": "0.1.0", 5 "homepage": "https://github.com/jonschlinkert/object-copy", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/object-copy", 2 "_args": [ 3 [ 4 "object-copy@0.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "object-copy@0.1.0", 10 "_id": "object-copy@0.1.0", 11 "_inBundle": false, 12 "_integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", 13 "_location": "/object-copy", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "object-copy@0.1.0", 21 "name": "object-copy", 22 "escapedName": "object-copy", 23 "rawSpec": "0.1.0", 24 "saveSpec": null, 25 "fetchSpec": "0.1.0" 26 }, 27 "_requiredBy": [ 28 "/static-extend" 29 ], 30 "_resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", 31 "_spec": "0.1.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 8 37 "bugs": { 9 38 "url": "https://github.com/jonschlinkert/object-copy/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 39 }, 22 40 "dependencies": { … … 25 43 "kind-of": "^3.0.3" 26 44 }, 45 "description": "Copy static properties, prototype properties, and descriptors from one object to another.", 27 46 "devDependencies": { 28 47 "gulp-format-md": "*", 29 48 "mocha": "*" 30 49 }, 50 "engines": { 51 "node": ">=0.10.0" 52 }, 53 "files": [ 54 "index.js" 55 ], 56 "homepage": "https://github.com/jonschlinkert/object-copy", 31 57 "keywords": [ 32 58 "copy", 33 59 "object" 34 60 ], 61 "license": "MIT", 62 "main": "index.js", 63 "name": "object-copy", 64 "repository": { 65 "type": "git", 66 "url": "git+https://github.com/jonschlinkert/object-copy.git" 67 }, 68 "scripts": { 69 "test": "mocha" 70 }, 35 71 "verb": { 36 72 "layout": "default", … … 44 80 "verb" 45 81 ] 46 } 82 }, 83 "version": "0.1.0" 47 84 }
Note:
See TracChangeset
for help on using the changeset viewer.