package.json
2.14 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
{
"_args": [
[
{
"raw": "xregexp@2.0.0",
"scope": null,
"escapedName": "xregexp",
"name": "xregexp",
"rawSpec": "2.0.0",
"spec": "2.0.0",
"type": "version"
},
"/Users/admin/Documents/workspace/programming/node_modules/ftp"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "xregexp@2.0.0",
"_id": "xregexp@2.0.0",
"_inCache": true,
"_location": "/xregexp",
"_nodeVersion": "v0.6.18",
"_npmUser": {
"name": "slevithan",
"email": "steves_list@hotmail.com"
},
"_npmVersion": "1.1.21",
"_phantomChildren": {},
"_requested": {
"raw": "xregexp@2.0.0",
"scope": null,
"escapedName": "xregexp",
"name": "xregexp",
"rawSpec": "2.0.0",
"spec": "2.0.0",
"type": "version"
},
"_requiredBy": [
"/ftp"
],
"_resolved": "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz",
"_shasum": "52a63e56ca0b84a7f3a5f3d61872f126ad7a5943",
"_shrinkwrap": null,
"_spec": "xregexp@2.0.0",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/ftp",
"author": {
"name": "Steven Levithan",
"email": "steves_list@hotmail.com"
},
"bugs": {
"url": "https://github.com/slevithan/XRegExp/issues"
},
"dependencies": {},
"description": "Extended JavaScript regular expressions",
"devDependencies": {
"qunit": ">= 0.2.x"
},
"directories": {},
"dist": {
"shasum": "52a63e56ca0b84a7f3a5f3d61872f126ad7a5943",
"tarball": "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz"
},
"engines": {
"node": "*"
},
"homepage": "http://xregexp.com/",
"keywords": [
"regex",
"regexp"
],
"license": "MIT",
"main": "./xregexp-all.js",
"maintainers": [
{
"name": "walling",
"email": "bwp@bwp.dk"
},
{
"name": "slevithan",
"email": "steves_list@hotmail.com"
}
],
"name": "xregexp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/slevithan/XRegExp.git"
},
"scripts": {
"test": "node tests/node-qunit.js"
},
"version": "2.0.0"
}