This repository was archived by the owner on Jan 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.28 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.28 KB
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
{
"_from": "ps",
"_id": "ps@1.0.0",
"_inBundle": false,
"_integrity": "sha512-H4X+wwtupakW7DvEkswKuYjfGO83cVkyQUoDouys8bFrFFBTGPq9NxNaM+1yfX8Tn+7Vf6zcq2IjRaNr2nF+RA==",
"_location": "/ps",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ps",
"name": "ps",
"escapedName": "ps",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ps/-/ps-1.0.0.tgz",
"_shasum": "fdec82fe059e564ad2618dab2cc3d4af308f55fa",
"_spec": "ps",
"_where": "/home/ameer/Desktop/SQL/Databases-Homework/week-3/mandatory/2-api/cyf-ecommerce-api",
"author": {
"name": "James Brumond"
},
"bugs": {
"url": "https://github.com/UmbraEngineering/ps/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A process lookup utility",
"homepage": "https://github.com/UmbraEngineering/ps#readme",
"keywords": [
"ps",
"process",
"lookup",
"pid"
],
"license": "MIT",
"main": "lib/index.js",
"name": "ps",
"repository": {
"type": "git",
"url": "git://github.com/UmbraEngineering/ps.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}