package.json
1.88 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
{
"_args": [
[
"any-base@1.1.0",
"C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
]
],
"_from": "any-base@1.1.0",
"_id": "any-base@1.1.0",
"_inBundle": false,
"_integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==",
"_location": "/any-base",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "any-base@1.1.0",
"name": "any-base",
"escapedName": "any-base",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/@jimp/core"
],
"_resolved": "https://registry.npmjs.org/any-base/-/any-base-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
"author": {
"name": "Kamil Harasimowicz",
"email": "mifczu@gmail.com"
},
"bugs": {
"url": "https://github.com/HarasimowiczKamil/any-base/issues"
},
"dependencies": {},
"description": "Converter from any base to other any base",
"devDependencies": {
"browserify": "^13.1.1",
"punycode": "^2.1.0",
"uglify-js": "^2.7.4",
"watchify": "^3.7.0"
},
"homepage": "https://github.com/HarasimowiczKamil/any-base#readme",
"keywords": [
"number",
"convert",
"base",
"alphabet",
"short number",
"long numbers",
"dec",
"hex",
"bin",
"oct",
"any"
],
"license": "MIT",
"main": "index.js",
"name": "any-base",
"repository": {
"type": "git",
"url": "git+https://github.com/HarasimowiczKamil/any-base.git"
},
"scripts": {
"build": "browserify . -s AnyBase | ./node_modules/.bin/uglifyjs -cm > dist/any-base.min.js",
"start": "watchify . -s AnyBase -o dist/any-base.js -v -d",
"test": "node tests/test.js"
},
"version": "1.1.0"
}