-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
64 lines (64 loc) · 1.83 KB
/
package.json
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
{
"name": "pulsar-package-manager",
"description": "Pulsar package manager",
"version": "2.7.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pulsar-edit/ppm"
},
"bugs": {
"url": "https://github.com/pulsar-edit/ppm/issues"
},
"main": "./src/apm.js",
"bin": {
"apm": "bin/apm"
},
"scripts": {
"check-version": "node script/check-version.js",
"clean:bin": "shx rm -rf bin/node_darwin_x64 bin/node.exe bin/node",
"clean": "npm run clean:bin",
"postinstall": "node script/postinstall.js",
"test": "npm run check-version && node ./script/local-jasmine.js --captureExceptions spec"
},
"dependencies": {
"asar-require": "0.3.0",
"async": "^3.2.0",
"colors": "~1.4.0",
"fs-plus": "3.x",
"git-utils": "^5.7.2",
"hosted-git-info": "^3.0.7",
"keytar": "^7.7.0",
"mv": "2.1.1",
"ncp": "~2.0.0",
"npm": "https://github.com/pulsar-edit/npm-cli/releases/download/v6.14.19-pulsar1-1/npm-6.14.19-pulsar1-1.tgz",
"open": "7.3.0",
"plist": "3",
"read": "~1.0.7",
"request": "^2.88.2",
"season": "^6.0.2",
"second-mate": "https://github.com/pulsar-edit/second-mate.git#9686771",
"semver": "^7.3.4",
"superagent": "^8.0.9",
"superagent-proxy": "^3.0.0",
"tar": "^6.0.5",
"temp": "^0.9.4",
"underscore-plus": "1.x",
"wordwrap": "1.0.0",
"wrench": "~1.5.1",
"yargs": "^3.32.0"
},
"devDependencies": {
"coffee-script": "^1.12.7",
"express": "^4.17.1",
"jasmine-focused": ">=1.0.7 <2.0",
"node-gyp": "https://github.com/nodejs/node-gyp/archive/d3615c66f7e7a65de48ce9860b1fe13710d20988.tar.gz",
"shx": "^0.3.3"
},
"resolutions": {
"make-fetch-happen/**/ip": "^1.1.9",
"npm/**/got": "^11.8.6",
"npm/**/http-cache-semantics": "^4.1.1",
"npm/**/tar": "^6.1.2"
}
}