-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.49 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.49 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"_args": [
[
{
"raw": "devisPattern@^1.2.1",
"scope": null,
"escapedName": "devisPattern",
"name": "devisPattern",
"rawSpec": "^1.2.1",
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"/Users/ismail/Downloads/devis-master"
]
],
"_from": "devisPattern@>=1.2.1 <2.0.0",
"_id": "devisPattern@1.2.1",
"_inCache": true,
"_installable": true,
"_location": "/devisPattern",
"_nodeVersion": "6.4.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/devisPattern-1.0.2.tgz_1480005774133_0.2085645659826696"
},
"_npmUser": {
"name": "ismailrei",
"email": "ismailrei@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "devisPattern@^1.2.1",
"scope": null,
"escapedName": "devisPattern",
"name": "devisPattern",
"rawSpec": "^1.2.1",
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/devisPattern/-/devisPattern-1.0.2.tgz",
"_shasum": "4f45ba61e16f12a2afcc42565411d6d17b5f60e8",
"_shrinkwrap": null,
"_spec": "devisPattern@^1.0.1",
"_where": "/Users/ismail/Downloads/devis-master",
"author": {
"name": "ismail reida"
},
"bugs": {
"url": "https://github.com/Devisjs/devisPattern/issues"
},
"dependencies": {
"cmake-js": "^3.5.0",
"nan": "^2.7.0",
"snyk": "^1.88.2"
},
"description": "A fast native pattern matcher addon on JavaScript object properties ",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "4f45ba61e16f12a2afcc42565411d6d17b5f60e8",
"tarball": "https://registry.npmjs.org/devisPattern/-/devisPattern-1.0.2.tgz"
},
"gitHead": "8b470250f60a98cfc737752bcc5657696b2fa086",
"homepage": "https://github.com/Devisjs/devisPattern",
"keywords": [
"pattern",
"matcher",
"object",
"property",
"json"
],
"license": "MIT",
"main": "devisPattern.js",
"maintainers": [
{
"name": "ismailrei",
"email": "ismailrei@gmail.com"
}
],
"name": "devisPattern",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/Devisjs/devisPattern.git"
},
"scripts": {
"install": "cmake-js compile",
"test": "node test/devisPattern.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"version": "1.2.1",
"snyk": true
}