diff options
Diffstat (limited to 'node_modules/invariant/package.json')
| -rw-r--r-- | node_modules/invariant/package.json | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/node_modules/invariant/package.json b/node_modules/invariant/package.json new file mode 100644 index 000000000..b43bcd771 --- /dev/null +++ b/node_modules/invariant/package.json @@ -0,0 +1,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" +} |
