Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
107 lines (107 loc) · 3.14 KB

File metadata and controls

107 lines (107 loc) · 3.14 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "mup",
"version": "1.5.11",
"description": "Production Quality Meteor Deployments",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zodern/meteor-up.git"
},
"keywords": [
"meteor",
"meteor-up",
"deploy"
],
"author": "Kadira Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/zodern/meteor-up/issues"
},
"homepage": "http://meteor-up.com/",
"bin": {
"mup": "./index.js"
},
"scripts": {
"prepare": "npm run build -s",
"build": "babel src --out-dir lib --copy-files --source-maps",
"build:watch": "npm run build -s -- -w",
"test": "node ./tests/run.js",
"test:module": "mocha --require @babel/register",
"test:parallel": "bash ./tests/run-parallel.sh",
"test:unit": "cross-env NODE_ENV=test nyc --all mocha --require @babel/register src/**/*.unit.js",
"lint": "npm run lint:code && npm run lint:defaultConfig && npm run lint:readme && npm run lint:css && npm run lint:docs-configs",
"lint:defaultConfig": "eslint --ext=\".sample\" -c .eslintrc.yml --rule=\"comma-dangle: 0\" .",
"lint:code": "eslint .",
"lint:readme": "eslint --ext md .",
"lint:docs-configs": "node tests/validate-docs.js",
"lint:css": "cd docs && stylelint css/*.css",
"docs": "cd docs && bundle exec jekyll serve",
"postinstall": "opencollective-postinstall || (exit 0)",
"clean-shrinkwrap": "cd tests && node clean-shrinkwrap.js"
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
"@babel/register": "^7.25.7",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"cross-env": "^6.0.3",
"eslint": "^4.19.1",
"eslint-config-es": "^0.8.12",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-markdown": "^1.0.2",
"gfm-code-blocks": "^1.0.0",
"keypair": "^1.0.1",
"mocha": "^6.2.3",
"node-forge": "^0.7.1",
"nyc": "^15.0.1",
"sinon": "^7.5.0",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1"
},
"dependencies": {
"@hapi/joi": "^15.1.1",
"@zodern/nodemiral": "^2.0.0-beta.1",
"axios": "^0.28.1",
"bluebird": "^3.7.2",
"boxen": "^4.2.0",
"chalk": "^3.0.0",
"debug": "^4.1.1",
"expand-tilde": "^2.0.2",
"global-modules": "^2.0.0",
"lodash": "^4.17.21",
"opencollective-postinstall": "^2.0.3",
"parse-json": "^5.0.0",
"random-seed": "0.3.0",
"resolve-from": "^5.0.0",
"shell-escape": "^0.2.0",
"shelljs": "^0.8.5",
"ssh2": "^1.16.0",
"tar": "6.2",
"traverse": "^0.6.6",
"uuid": "^7.0.3",
"www-authenticate": "^0.6.2",
"yargs": "^15.4.1"
},
"nyc": {
"sourceMap": false,
"instrument": false,
"cache": true,
"reporter": [
"lcov",
"text-summary"
],
"exclude": [
"src/plugins/**",
"**/__tests__/**"
]
},
"collective": {
"url": "https://opencollective.com/meteor-up"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.