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
100
101
102
103
104
105
106
| {
| "_args": [
| [
| {
| "raw": "ret@~0.2.0",
| "scope": null,
| "escapedName": "ret",
| "name": "ret",
| "rawSpec": "~0.2.0",
| "spec": ">=0.2.0 <0.3.0",
| "type": "range"
| },
| "/root/rushmail/node_modules/safe-regex2"
| ]
| ],
| "_from": "ret@>=0.2.0 <0.3.0",
| "_hasShrinkwrap": false,
| "_id": "ret@0.2.2",
| "_inCache": true,
| "_location": "/ret",
| "_nodeVersion": "9.5.0",
| "_npmOperationalInternal": {
| "host": "s3://npm-registry-packages",
| "tmp": "tmp/ret_0.2.2_1519359185580_0.9368461462852189"
| },
| "_npmUser": {
| "name": "fent",
| "email": "fentbox@gmail.com"
| },
| "_npmVersion": "5.6.0",
| "_phantomChildren": {},
| "_requested": {
| "raw": "ret@~0.2.0",
| "scope": null,
| "escapedName": "ret",
| "name": "ret",
| "rawSpec": "~0.2.0",
| "spec": ">=0.2.0 <0.3.0",
| "type": "range"
| },
| "_requiredBy": [
| "/safe-regex2"
| ],
| "_resolved": "https://registry.npmjs.org/ret/-/ret-0.2.2.tgz",
| "_shasum": "b6861782a1f4762dce43402a71eb7a283f44573c",
| "_shrinkwrap": null,
| "_spec": "ret@~0.2.0",
| "_where": "/root/rushmail/node_modules/safe-regex2",
| "author": {
| "name": "fent",
| "url": "https://github.com/fent"
| },
| "bugs": {
| "url": "https://github.com/fent/ret.js/issues"
| },
| "dependencies": {},
| "description": "Tokenizes a string that represents a regular expression.",
| "devDependencies": {
| "istanbul": "^0.4.5",
| "vows": "^0.8.1"
| },
| "directories": {
| "lib": "./lib"
| },
| "dist": {
| "integrity": "sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ==",
| "shasum": "b6861782a1f4762dce43402a71eb7a283f44573c",
| "tarball": "https://registry.npmjs.org/ret/-/ret-0.2.2.tgz",
| "fileCount": 8,
| "unpackedSize": 17038
| },
| "engines": {
| "node": ">=4"
| },
| "files": [
| "lib"
| ],
| "gitHead": "c856e909be0ea5b4518c722b3481c4c52ce839fe",
| "homepage": "https://github.com/fent/ret.js#readme",
| "keywords": [
| "regex",
| "regexp",
| "regular expression",
| "parser",
| "tokenizer"
| ],
| "license": "MIT",
| "main": "./lib/index.js",
| "maintainers": [
| {
| "name": "fent",
| "email": "roly426@gmail.com"
| }
| ],
| "name": "ret",
| "optionalDependencies": {},
| "readme": "ERROR: No README data found!",
| "repository": {
| "type": "git",
| "url": "git://github.com/fent/ret.js.git"
| },
| "scripts": {
| "test": "istanbul cover vows -- --spec test/*-test.js"
| },
| "version": "0.2.2"
| }
|
|