source: trip-planner-front/node_modules/vendors/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "vendors@1.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "vendors@1.0.4",
10 "_id": "vendors@1.0.4",
11 "_inBundle": false,
12 "_integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==",
13 "_location": "/vendors",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "vendors@1.0.4",
19 "name": "vendors",
20 "escapedName": "vendors",
21 "rawSpec": "1.0.4",
22 "saveSpec": null,
23 "fetchSpec": "1.0.4"
24 },
25 "_requiredBy": [
26 "/postcss-merge-rules"
27 ],
28 "_resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz",
29 "_spec": "1.0.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Titus Wormer",
33 "email": "tituswormer@gmail.com",
34 "url": "https://wooorm.com"
35 },
36 "bugs": {
37 "url": "https://github.com/wooorm/vendors/issues"
38 },
39 "contributors": [
40 {
41 "name": "Titus Wormer",
42 "email": "tituswormer@gmail.com",
43 "url": "https://wooorm.com"
44 }
45 ],
46 "dependencies": {},
47 "description": "List of vendor prefixes known to the web platform",
48 "devDependencies": {
49 "browserify": "^16.0.0",
50 "prettier": "^1.0.0",
51 "remark-cli": "^7.0.0",
52 "remark-preset-wooorm": "^6.0.0",
53 "tape": "^4.0.0",
54 "tinyify": "^2.0.0",
55 "xo": "^0.25.0"
56 },
57 "files": [
58 "index.json"
59 ],
60 "funding": {
61 "type": "github",
62 "url": "https://github.com/sponsors/wooorm"
63 },
64 "homepage": "https://github.com/wooorm/vendors#readme",
65 "keywords": [
66 "css",
67 "html",
68 "dom",
69 "web",
70 "platform",
71 "vendor",
72 "prefix",
73 "prefixes"
74 ],
75 "license": "MIT",
76 "main": "index.json",
77 "name": "vendors",
78 "prettier": {
79 "tabWidth": 2,
80 "useTabs": false,
81 "singleQuote": true,
82 "bracketSpacing": false,
83 "semi": false,
84 "trailingComma": "none"
85 },
86 "remarkConfig": {
87 "plugins": [
88 "preset-wooorm"
89 ]
90 },
91 "repository": {
92 "type": "git",
93 "url": "git+https://github.com/wooorm/vendors.git"
94 },
95 "scripts": {
96 "build": "npm run build-bundle && npm run build-mangle",
97 "build-bundle": "browserify index.json -s vendors -o vendors.js",
98 "build-mangle": "browserify index.json -s vendors -p tinyify -o vendors.min.js",
99 "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
100 "test": "npm run format && npm run build && npm run test-api",
101 "test-api": "node test"
102 },
103 "version": "1.0.4",
104 "xo": {
105 "prettier": true,
106 "esnext": false,
107 "ignores": [
108 "vendors.js"
109 ]
110 }
111}
Note: See TracBrowser for help on using the repository browser.