package.json 1.78 KB
Newer Older
huahua committed
1
{
huahua committed
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
  "_args": [
    [
      "safe-regex@1.1.0",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_development": true,
  "_from": "safe-regex@1.1.0",
  "_id": "safe-regex@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==",
  "_location": "/safe-regex",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "safe-regex@1.1.0",
    "name": "safe-regex",
    "escapedName": "safe-regex",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/regex-not",
    "/to-regex"
  ],
  "_resolved": "https://registry.npmmirror.com/safe-regex/-/safe-regex-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/safe-regex/issues"
  },
huahua committed
40 41 42
  "dependencies": {
    "ret": "~0.1.10"
  },
huahua committed
43
  "description": "detect possibly catastrophic, exponential-time regular expressions",
huahua committed
44 45 46
  "devDependencies": {
    "tape": "^3.5.0"
  },
huahua committed
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
  "homepage": "https://github.com/substack/safe-regex",
  "keywords": [
    "catastrophic",
    "exponential",
    "regex",
    "safe",
    "sandbox"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "safe-regex",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/safe-regex.git"
  },
huahua committed
62 63 64 65 66 67
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
huahua committed
68 69 70
      "ie/8",
      "ie/9",
      "ie/10",
huahua committed
71 72 73 74 75 76
      "firefox/latest",
      "chrome/latest",
      "opera/latest",
      "safari/latest"
    ]
  },
huahua committed
77
  "version": "1.1.0"
huahua committed
78
}