mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
switch to tsc 1.8.2
This commit is contained in:
Generated
+10
-10
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "DefinitelyTyped",
|
||||
"name": "definitely-typed",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"assertion-error": {
|
||||
@@ -13,14 +13,14 @@
|
||||
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.3.0.tgz"
|
||||
},
|
||||
"bluebird": {
|
||||
"version": "3.2.2",
|
||||
"version": "3.3.1",
|
||||
"from": "bluebird@>=3.1.2 <4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.2.2.tgz"
|
||||
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.3.1.tgz"
|
||||
},
|
||||
"brace-expansion": {
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"from": "brace-expansion@>=1.0.0 <2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz"
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.3.tgz"
|
||||
},
|
||||
"concat-map": {
|
||||
"version": "0.0.1",
|
||||
@@ -89,9 +89,9 @@
|
||||
"resolved": "https://registry.npmjs.org/isemail/-/isemail-2.1.0.tgz"
|
||||
},
|
||||
"joi": {
|
||||
"version": "7.2.3",
|
||||
"version": "7.3.0",
|
||||
"from": "joi@>=7.2.2 <8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/joi/-/joi-7.2.3.tgz"
|
||||
"resolved": "https://registry.npmjs.org/joi/-/joi-7.3.0.tgz"
|
||||
},
|
||||
"joi-assert": {
|
||||
"version": "0.0.3",
|
||||
@@ -196,9 +196,9 @@
|
||||
"resolved": "https://registry.npmjs.org/type-detect/-/type-detect-0.1.2.tgz"
|
||||
},
|
||||
"typescript": {
|
||||
"version": "1.7.5",
|
||||
"from": "typescript@1.7.5",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-1.7.5.tgz"
|
||||
"version": "1.8.2",
|
||||
"from": "typescript@1.8.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-1.8.2.tgz"
|
||||
},
|
||||
"wordwrap": {
|
||||
"version": "0.0.3",
|
||||
|
||||
+7
-13
@@ -1,20 +1,15 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "DefinitelyTyped",
|
||||
"name": "definitely-typed",
|
||||
"version": "0.0.1",
|
||||
"homepage": "https://github.com/borisyankov/DefinitelyTyped",
|
||||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/borisyankov/DefinitelyTyped.git"
|
||||
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/borisyankov/DefinitelyTyped/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/borisyankov/DefinitelyTyped/issues"
|
||||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.12.0"
|
||||
@@ -32,10 +27,9 @@
|
||||
"refmap": "dt --dry --print-refmap",
|
||||
"help": "dt -h"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"definition-tester": "0.5.0",
|
||||
"typescript": "1.7.5"
|
||||
"typescript": "1.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user