aboutsummaryrefslogtreecommitdiff
path: root/node_modules/invariant
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/invariant
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/invariant')
l---------node_modules/invariant/node_modules/.bin/loose-envify1
-rw-r--r--node_modules/invariant/package.json112
2 files changed, 20 insertions, 93 deletions
diff --git a/node_modules/invariant/node_modules/.bin/loose-envify b/node_modules/invariant/node_modules/.bin/loose-envify
new file mode 120000
index 000000000..2a6b8df6a
--- /dev/null
+++ b/node_modules/invariant/node_modules/.bin/loose-envify
@@ -0,0 +1 @@
+../../../loose-envify/cli.js \ No newline at end of file
diff --git a/node_modules/invariant/package.json b/node_modules/invariant/package.json
index b43bcd771..3d3ca247d 100644
--- a/node_modules/invariant/package.json
+++ b/node_modules/invariant/package.json
@@ -1,106 +1,32 @@
{
- "_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"
- ]
+ "name": "invariant",
+ "version": "2.2.1",
+ "description": "invariant",
+ "keywords": [
+ "test"
],
- "_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"
+ "license": "BSD-3-Clause",
+ "author": "Andres Suarez <zertosh@gmail.com>",
+ "files": [
+ "invariant.js",
+ "browser.js"
],
- "_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"
+ "repository": "zertosh/invariant",
+ "scripts": {
+ "test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
},
"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"
+ "browser": "browser.js",
+ "browserify": {
+ "transform": [
+ "loose-envify"
+ ]
+ }
}