UNPKG

nyc

Version:

the Istanbul command line interface

71 lines (70 loc) 1.74 kB
{ "_from": "invariant@^2.2.2", "_id": "invariant@2.2.3", "_inBundle": false, "_integrity": "sha512-7Z5PPegwDTyjbaeCnV0efcyS6vdKAU51kpEmS7QFib3P4822l8ICYyMn7qvJnc+WzLoDsuI9gPMKbJ8pCu8XtA==", "_location": "/invariant", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "invariant@^2.2.2", "name": "invariant", "escapedName": "invariant", "rawSpec": "^2.2.2", "saveSpec": null, "fetchSpec": "^2.2.2" }, "_requiredBy": [ "/babel-traverse" ], "_resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.3.tgz", "_shasum": "1a827dfde7dcbd7c323f0ca826be8fa7c5e9d688", "_spec": "invariant@^2.2.2", "_where": "/Users/benjamincoe/bcoe/nyc/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" }, "bundleDependencies": false, "dependencies": { "loose-envify": "^1.0.0" }, "deprecated": false, "description": "invariant", "devDependencies": { "browserify": "^11.0.1", "flow-bin": "^0.35.0", "tap": "^1.4.0" }, "files": [ "browser.js", "invariant.js", "invariant.js.flow" ], "homepage": "https://github.com/zertosh/invariant#readme", "keywords": [ "test", "invariant" ], "license": "MIT", "main": "invariant.js", "name": "invariant", "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.3" }