aboutsummaryrefslogtreecommitdiff
path: root/node_modules/invariant/package.json
blob: b43bcd7714c98a5ff90e44c18f6cfe94f8dea9ba (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
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": "invariant@^2.2.0",
        "scope": null,
        "escapedName": "invariant",
        "name": "invariant",
        "rawSpec": "^2.2.0",
        "spec": ">=2.2.0 <3.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/babel-traverse"
    ]
  ],
  "_from": "invariant@>=2.2.0 <3.0.0",
  "_id": "invariant@2.2.1",
  "_inCache": true,
  "_location": "/invariant",
  "_nodeVersion": "4.1.1",
  "_npmOperationalInternal": {
    "host": "packages-13-west.internal.npmjs.com",
    "tmp": "tmp/invariant-2.2.1.tgz_1457504319192_0.7920392917003483"
  },
  "_npmUser": {
    "name": "zertosh",
    "email": "zertosh@gmail.com"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "invariant@^2.2.0",
    "scope": null,
    "escapedName": "invariant",
    "name": "invariant",
    "rawSpec": "^2.2.0",
    "spec": ">=2.2.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/babel-traverse"
  ],
  "_resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.1.tgz",
  "_shasum": "b097010547668c7e337028ebe816ebe36c8a8d54",
  "_shrinkwrap": null,
  "_spec": "invariant@^2.2.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/babel-traverse",
  "author": {
    "name": "Andres Suarez",
    "email": "zertosh@gmail.com"
  },
  "browser": "browser.js",
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  },
  "bugs": {
    "url": "https://github.com/zertosh/invariant/issues"
  },
  "dependencies": {
    "loose-envify": "^1.0.0"
  },
  "description": "invariant",
  "devDependencies": {
    "browserify": "^11.0.1",
    "tap": "^1.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "b097010547668c7e337028ebe816ebe36c8a8d54",
    "tarball": "https://registry.npmjs.org/invariant/-/invariant-2.2.1.tgz"
  },
  "files": [
    "invariant.js",
    "browser.js"
  ],
  "gitHead": "594d6cbcde933a7bd3ecd76a7c4f19892a95e0de",
  "homepage": "https://github.com/zertosh/invariant#readme",
  "keywords": [
    "test"
  ],
  "license": "BSD-3-Clause",
  "main": "invariant.js",
  "maintainers": [
    {
      "name": "cpojer",
      "email": "christoph.pojer@gmail.com"
    },
    {
      "name": "zertosh",
      "email": "zertosh@gmail.com"
    }
  ],
  "name": "invariant",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zertosh/invariant.git"
  },
  "scripts": {
    "test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
  },
  "version": "2.2.1"
}