Blame view

node_modules/ret/package.json 1.52 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
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
  {
    "_from": "ret@~0.1.10",
    "_id": "ret@0.1.15",
    "_inBundle": false,
    "_integrity": "sha1-uKSCXVvbH8P29Twrwz+BOIaBx7w=",
    "_location": "/ret",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "ret@~0.1.10",
      "name": "ret",
      "escapedName": "ret",
      "rawSpec": "~0.1.10",
      "saveSpec": null,
      "fetchSpec": "~0.1.10"
    },
    "_requiredBy": [
      "/safe-regex"
    ],
    "_resolved": "http://registry.npm.taobao.org/ret/download/ret-0.1.15.tgz",
    "_shasum": "b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc",
    "_spec": "ret@~0.1.10",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/safe-regex",
    "author": {
      "name": "Roly Fentanes",
      "url": "https://github.com/fent"
    },
    "bugs": {
      "url": "https://github.com/fent/ret.js/issues"
    },
    "bundleDependencies": false,
    "deprecated": false,
    "description": "Tokenizes a string that represents a regular expression.",
    "devDependencies": {
      "istanbul": "*",
      "vows": "*"
    },
    "directories": {
      "lib": "./lib"
    },
    "engines": {
      "node": ">=0.12"
    },
    "files": [
      "lib"
    ],
    "homepage": "https://github.com/fent/ret.js#readme",
    "keywords": [
      "regex",
      "regexp",
      "regular expression",
      "parser",
      "tokenizer"
    ],
    "license": "MIT",
    "main": "./lib/index.js",
    "name": "ret",
    "repository": {
      "type": "git",
      "url": "git://github.com/fent/ret.js.git"
    },
    "scripts": {
      "test": "istanbul cover vows -- --spec test/*-test.js"
    },
    "version": "0.1.15"
  }