- 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/copy-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "copy-descriptor", 3 "description": "Copy a descriptor from object A to object B", 4 "version": "0.1.1", 5 "homepage": "https://github.com/jonschlinkert/copy-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/copy-descriptor", 2 "_args": [ 3 [ 4 "copy-descriptor@0.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "copy-descriptor@0.1.1", 10 "_id": "copy-descriptor@0.1.1", 11 "_inBundle": false, 12 "_integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", 13 "_location": "/copy-descriptor", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "copy-descriptor@0.1.1", 19 "name": "copy-descriptor", 20 "escapedName": "copy-descriptor", 21 "rawSpec": "0.1.1", 22 "saveSpec": null, 23 "fetchSpec": "0.1.1" 24 }, 25 "_requiredBy": [ 26 "/object-copy" 27 ], 28 "_resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", 29 "_spec": "0.1.1", 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/copy-descriptor/issues" 10 37 }, 11 "license": "MIT", 38 "description": "Copy a descriptor from object A to object B", 39 "devDependencies": { 40 "gulp-format-md": "^0.1.9", 41 "mocha": "^2.5.3" 42 }, 43 "engines": { 44 "node": ">=0.10.0" 45 }, 12 46 "files": [ 13 47 "index.js" 14 48 ], 49 "homepage": "https://github.com/jonschlinkert/copy-descriptor", 50 "keywords": [ 51 "copy", 52 "descriptor" 53 ], 54 "license": "MIT", 15 55 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 56 "name": "copy-descriptor", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/jonschlinkert/copy-descriptor.git" 18 60 }, 19 61 "scripts": { 20 62 "test": "mocha" 21 63 }, 22 "devDependencies": {23 "gulp-format-md": "^0.1.9",24 "mocha": "^2.5.3"25 },26 "keywords": [27 "copy",28 "descriptor"29 ],30 64 "verb": { 31 65 "toc": false, … … 53 87 "verb" 54 88 ] 55 } 89 }, 90 "version": "0.1.1" 56 91 }
Note:
See TracChangeset
for help on using the changeset viewer.