Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « cidr-regex « node_modules « is-cidr « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c23adf20020cf47806abda659464c57d7584ae0 (plain)
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
{
  "_from": "cidr-regex@1.0.6",
  "_id": "cidr-regex@1.0.6",
  "_inBundle": false,
  "_integrity": "sha1-dKv9YZ3zcLnVSrFEdVaOl91kwME=",
  "_location": "/is-cidr/cidr-regex",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cidr-regex@1.0.6",
    "name": "cidr-regex",
    "escapedName": "cidr-regex",
    "rawSpec": "1.0.6",
    "saveSpec": null,
    "fetchSpec": "1.0.6"
  },
  "_requiredBy": [
    "/is-cidr"
  ],
  "_resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-1.0.6.tgz",
  "_shasum": "74abfd619df370b9d54ab14475568e97dd64c0c1",
  "_spec": "cidr-regex@1.0.6",
  "_where": "/Users/rebecca/code/npm/node_modules/is-cidr",
  "author": {
    "name": "Felipe Apostol",
    "email": "flipjs.io@gmail.com",
    "url": "http://flipjs.io/"
  },
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "bugs": {
    "url": "https://github.com/flipjs/cidr-regex/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Regular expression for matching CIDR (Classless Inter-Domain Routing)",
  "devDependencies": {
    "ava": "0.13.0",
    "babel-cli": "6.6.5",
    "babel-preset-es2015": "6.6.0",
    "babel-register": "6.7.2"
  },
  "homepage": "https://github.com/flipjs/cidr-regex#readme",
  "keywords": [
    "ip",
    "ip address",
    "cidr",
    "netblock",
    "regex"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "cidr-regex",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flipjs/cidr-regex.git"
  },
  "scripts": {
    "compile": "babel --presets es2015 -d lib/ src/",
    "prepublish": "npm run compile",
    "test": "ava --require babel-register"
  },
  "version": "1.0.6"
}