Initial Save
This commit is contained in:
41
node_modules/ts-invariant/package.json
generated
vendored
Normal file
41
node_modules/ts-invariant/package.json
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "ts-invariant",
|
||||
"version": "0.4.4",
|
||||
"author": "Ben Newman <ben@apollographql.com>",
|
||||
"description": "TypeScript implementation of invariant(condition, message)",
|
||||
"license": "MIT",
|
||||
"main": "lib/invariant.js",
|
||||
"module": "lib/invariant.esm.js",
|
||||
"types": "lib/invariant.d.ts",
|
||||
"keywords": [
|
||||
"invariant",
|
||||
"assertion",
|
||||
"precondition",
|
||||
"TypeScript"
|
||||
],
|
||||
"homepage": "https://github.com/apollographql/invariant-packages",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/apollographql/invariant-packages.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/apollographql/invariant-packages/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc && rollup -c",
|
||||
"mocha": "mocha --reporter spec --full-trace lib/tests.js",
|
||||
"prepublish": "npm run build",
|
||||
"test": "npm run build && npm run mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^1.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/invariant": "^2.2.29",
|
||||
"invariant": "^2.2.4",
|
||||
"mocha": "^5.2.0",
|
||||
"rollup": "^1.1.2",
|
||||
"rollup-plugin-typescript2": "^0.19.2"
|
||||
},
|
||||
"gitHead": "c83c2aeb7917b93751d17706d800a7ea16d8fe3e"
|
||||
}
|
||||
Reference in New Issue
Block a user