forked from theThings/r.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 2.47 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
{
"name": "requirejs",
"description": "Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer",
"version": "2.3.6",
"homepage": "http://github.com/jrburke/r.js",
"author": {
"name": "James Burke",
"email": "[email protected]",
"url": "http://github.com/jrburke"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jrburke/r.js.git"
},
"main": "./bin/r.js",
"bin": {
"r.js": "./bin/r.js",
"r_js": "./bin/r.js"
},
"engines": {
"node": ">=0.4.0"
},
"bugs": {
"url": "https://github.com/jrburke/r.js/issues"
},
"_id": "[email protected]",
"_npmVersion": "5.5.1",
"_nodeVersion": "8.9.0",
"_npmUser": {
"name": "jrburke",
"email": "[email protected]"
},
"dist": {
"integrity": "sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg==",
"shasum": "e5093d9601c2829251258c0b9445d4d19fa9e7c9",
"tarball": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.6.tgz",
"fileCount": 4,
"unpackedSize": 1276387,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh25ueCRA9TVsSAnZWagAAYd4P/As7x02ZJouYOkq8SBZc\n29aHDf/GIrdpJmMySBQ1TZmoVZIacZFU3c0e1xVHwp+gUd5k7bfcmGrUea3L\n63sXTFBQ8xLI9FBW6UoIKSRPzXSC9gK2td1XYDzm746RClp0tqyzY5tAgbD+\ncZM/kUjKEBSJPUCddF5qP9KtO8pK0PrG6e1AHG5sq8vklHnNrGHpA2tfYxki\nj7bEewtv8URZlrPwjBvFyHhc43wyQcHqxbSf9pZreu84vt1lcGoLLT3e04Ae\nYHcs+CEGOSHtZyxBoXBVLtwVg7KS9lnzkbclqrMEPQ707m+SExgrIyPBf89D\nCLHRgapbwJ2fexefWJbm4ha1Rq38UBTPuzcZz88j8MK+hioyGtTTh4TQvYUR\nR0RjicIJ4+5CLQbBWjpVd5OJgOHMY76wsvMP7meBIauWKG7ZBM6Q0+WLhirx\nq4AI3kBHABs4ZZrBoPNs3iuzgWVeK5bzxZ8y7Nhke9SUEDaFUUAib3WyV6au\nDXqdA0o8VIc2p/2XbyAMPVjHYz68o/0HUUsVpUFfeKZLf/HJ4eUFco0KhDVN\nC78q6cMZaEGtpmgjBX0Xc3RvaCL10+5QXt/qiDASJOxvQ+jaJf8INSnan+Q4\n3rtFLwG6ofXbvj4Dn9qArKOA7kTRyuR6uUZi5/x7RVpjjq3+BSHohMVy7nwj\ncFEg\r\n=iijB\r\n-----END PGP SIGNATURE-----\r\n"
},
"maintainers": [
{
"name": "jrburke",
"email": "[email protected]"
}
],
"directories": {},
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/requirejs_2.3.6_1535350704717_0.5412235457270926"
},
"_hasShrinkwrap": false,
"_shasum": "e5093d9601c2829251258c0b9445d4d19fa9e7c9",
"_resolved": "https://registry.npmjs.org/requirejs/-/requirejs-2.3.6.tgz",
"_from": "requirejs@>=2.2.0 <3.0.0",
"readme": "ERROR: No README data found!"
}