-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (49 loc) · 1.4 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
{
"_from": "paulajs",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-7TAzDasw4IqFslLdWjKSJIAe1JMEsB1Y4bfjZwGdOwSa4U34khqmkQCTWMBQFLLMzy0FX8HS+AjAOBEv4T4Raw==",
"_location": "/paulajs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "paulajs",
"name": "paulajs",
"escapedName": "paulajs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/paulajs/-/paulajs-1.0.0.tgz",
"_shasum": "eb4ca49ae9176a0242f42b98a20ccf4227b22893",
"_spec": "paulajs",
"_where": "C:\\Users\\nikol\\Code\\ModConvert",
"author": {
"name": "Nikola Fox",
"email": "[email protected]",
"url": "https://github.com/juusu"
},
"browser": "paula.js",
"bugs": {
"url": "https://github.com/juusu/Paula.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript emulation of the Amiga's Paula soundchip",
"homepage": "https://github.com/juusu/Paula.js#readme",
"license": "MIT",
"name": "paulajs",
"repository": {
"type": "git",
"url": "git+https://github.com/juusu/Paula.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0"
}