forked from PacktPublishing/Cloud-Native-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.22 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
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
{
"_args": [
[
{
"raw": "requirejs@^2.3.3",
"scope": null,
"escapedName": "requirejs",
"name": "requirejs",
"rawSpec": "^2.3.3",
"spec": ">=2.3.3 <3.0.0",
"type": "range"
},
"/vagrant/github/Cloud-Native-Python/chapter 05"
]
],
"_from": "requirejs@>=2.3.3 <3.0.0",
"_id": "requirejs@2.3.3",
"_inCache": true,
"_location": "/requirejs",
"_nodeVersion": "6.7.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/requirejs-2.3.3.tgz_1487524083275_0.3237284303177148"
},
"_npmUser": {
"name": "jrburke",
"email": "jrburke@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "requirejs@^2.3.3",
"scope": null,
"escapedName": "requirejs",
"name": "requirejs",
"rawSpec": "^2.3.3",
"spec": ">=2.3.3 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.3.tgz",
"_shasum": "aa59fd3a0287eaf407959a138228044b5dd6a6a3",
"_shrinkwrap": null,
"_spec": "requirejs@^2.3.3",
"_where": "/vagrant/github/Cloud-Native-Python/chapter 05",
"author": {
"name": "James Burke",
"email": "jrburke@gmail.com",
"url": "http://github.com/jrburke"
},
"bin": {
"r.js": "./bin/r.js",
"r_js": "./bin/r.js"
},
"bugs": {
"url": "https://github.com/jrburke/r.js/issues"
},
"dependencies": {},
"description": "Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "aa59fd3a0287eaf407959a138228044b5dd6a6a3",
"tarball": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.3.tgz"
},
"engines": {
"node": ">=0.4.0"
},
"homepage": "http://github.com/jrburke/r.js",
"license": "MIT",
"main": "./bin/r.js",
"maintainers": [
{
"name": "jrburke",
"email": "jrburke@gmail.com"
}
],
"name": "requirejs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jrburke/r.js.git"
},
"scripts": {},
"version": "2.3.3"
}