initial commit
This commit is contained in:
59
node_modules/tsify-preprocess/package.json
generated
vendored
Normal file
59
node_modules/tsify-preprocess/package.json
generated
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "tsify-preprocess",
|
||||
"version": "2.0.3",
|
||||
"description": "Browserify plugin for compiling Typescript",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "test-peer-range browserify",
|
||||
"test-main": "node test/test.js"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jiborobot/tsify-preprocess"
|
||||
},
|
||||
"keywords": [
|
||||
"browserify",
|
||||
"browserify-plugin",
|
||||
"typescript"
|
||||
],
|
||||
"author": "Greg Smith",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jiborobot/tsify-preprocess/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jiborobot/tsify-preprocess",
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
},
|
||||
"dependencies": {
|
||||
"convert-source-map": "^1.1.0",
|
||||
"fs.realpath": "^1.0.0",
|
||||
"object-assign": "^4.1.0",
|
||||
"preprocess": "^3.1.0",
|
||||
"semver": "^5.1.0",
|
||||
"through2": "^2.0.0",
|
||||
"tsconfig": "^5.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-preset-react": "^6.5.0",
|
||||
"babelify": "^7.2.0",
|
||||
"browserify": "^13.0.0",
|
||||
"eslint": "^3.3.1",
|
||||
"event-stream": "^3.3.1",
|
||||
"fs-extra": "^0.30.0",
|
||||
"node-foo": "^0.2.3",
|
||||
"source-map": "^0.5.3",
|
||||
"tape": "^4.0.0",
|
||||
"test-peer-range": "^1.0.1",
|
||||
"typescript": "^2.0.3",
|
||||
"watchify": "^3.2.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"browserify": ">= 6.x",
|
||||
"typescript": ">= 2.x"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user