source: trip-planner-front/node_modules/copy-descriptor/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
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 },
35 "bugs": {
36 "url": "https://github.com/jonschlinkert/copy-descriptor/issues"
37 },
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 },
46 "files": [
47 "index.js"
48 ],
49 "homepage": "https://github.com/jonschlinkert/copy-descriptor",
50 "keywords": [
51 "copy",
52 "descriptor"
53 ],
54 "license": "MIT",
55 "main": "index.js",
56 "name": "copy-descriptor",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/jonschlinkert/copy-descriptor.git"
60 },
61 "scripts": {
62 "test": "mocha"
63 },
64 "verb": {
65 "toc": false,
66 "layout": "default",
67 "tasks": [
68 "readme"
69 ],
70 "plugins": [
71 "gulp-format-md"
72 ],
73 "related": {
74 "list": [
75 "is-accessor-descriptor",
76 "is-data-descriptor",
77 "is-descriptor",
78 "is-plain-object",
79 "isobject"
80 ]
81 },
82 "lint": {
83 "reflinks": true
84 },
85 "reflinks": [
86 "verb-readme-generator",
87 "verb"
88 ]
89 },
90 "version": "0.1.1"
91}
Note: See TracBrowser for help on using the repository browser.