blob: ff7a13e896f4a8d32017144f031a1b3f2ccf99c5 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "ret@~0.1.10",
3 "_id": "ret@0.1.15",
4 "_inBundle": false,
5 "_integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
6 "_location": "/ret",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "ret@~0.1.10",
12 "name": "ret",
13 "escapedName": "ret",
14 "rawSpec": "~0.1.10",
15 "saveSpec": null,
16 "fetchSpec": "~0.1.10"
17 },
18 "_requiredBy": [
19 "/safe-regex"
20 ],
21 "_resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
22 "_shasum": "b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc",
23 "_spec": "ret@~0.1.10",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\safe-regex",
25 "author": {
26 "name": "Roly Fentanes",
27 "url": "https://github.com/fent"
28 },
29 "bugs": {
30 "url": "https://github.com/fent/ret.js/issues"
31 },
32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Tokenizes a string that represents a regular expression.",
35 "devDependencies": {
36 "istanbul": "*",
37 "vows": "*"
38 },
39 "directories": {
40 "lib": "./lib"
41 },
42 "engines": {
43 "node": ">=0.12"
44 },
45 "files": [
46 "lib"
47 ],
48 "homepage": "https://github.com/fent/ret.js#readme",
49 "keywords": [
50 "regex",
51 "regexp",
52 "regular expression",
53 "parser",
54 "tokenizer"
55 ],
56 "license": "MIT",
57 "main": "./lib/index.js",
58 "name": "ret",
59 "repository": {
60 "type": "git",
61 "url": "git://github.com/fent/ret.js.git"
62 },
63 "scripts": {
64 "test": "istanbul cover vows -- --spec test/*-test.js"
65 },
66 "version": "0.1.15"
67}