package.json
1.97 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
{
"_args": [
[
"es6-mapify@1.2.0",
"C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
]
],
"_from": "es6-mapify@1.2.0",
"_id": "es6-mapify@1.2.0",
"_inBundle": false,
"_integrity": "sha512-b4QYXTO1HD0MMFs+JtYrQEaynlyuEInBF3anGQK11rQ45akiIBs+3YUyTBq9FLzM7rD5P2xAglEOXz9gcdmdIw==",
"_location": "/es6-mapify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "es6-mapify@1.2.0",
"name": "es6-mapify",
"escapedName": "es6-mapify",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/asyncbox"
],
"_resolved": "https://registry.npmjs.org/es6-mapify/-/es6-mapify-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
"author": {
"name": "jlipps@gmail.com"
},
"bugs": {
"url": "https://github.com/jlipps/mapify/issues"
},
"dependencies": {
"@babel/runtime": "^7.0.0"
},
"description": "Convert JS objects to ES6 Maps and vice versa",
"devDependencies": {
"appium-gulp-plugins": "^4.0.0",
"babel-eslint": "^10.0.0",
"chai": "^4.1.2",
"eslint-config-appium": "^4.0.0",
"gulp": "^4.0.0"
},
"directories": {
"lib": "./lib/es6"
},
"engines": [
"node"
],
"files": [
"lib",
"build/lib"
],
"homepage": "https://github.com/jlipps/mapify#readme",
"license": "Apache-2.0",
"main": "./build/lib/main.js",
"name": "es6-mapify",
"repository": {
"type": "git",
"url": "git+https://github.com/jlipps/mapify.git"
},
"scripts": {
"buid": "gulp transpile",
"clean": "rm -rf node_modules && rm -rf package-lock.json && npm install",
"lint": "gulp eslint",
"lint:fix": "gulp eslint --fix",
"prepare": "gulp prepublish",
"test": "gulp once"
},
"tags": [
"es6",
"map",
"object",
"utility"
],
"version": "1.2.0"
}