forked from enviPath/enviPy
Current Dev State
This commit is contained in:
67
static/js/ketcher2/node_modules/gulp-tap/package.json
generated
vendored
Normal file
67
static/js/ketcher2/node_modules/gulp-tap/package.json
generated
vendored
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"_from": "gulp-tap@1.0.1",
|
||||
"_id": "gulp-tap@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-5nESThJZtM6iGe0cqXt/WFwzRpA=",
|
||||
"_location": "/gulp-tap",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gulp-tap@1.0.1",
|
||||
"name": "gulp-tap",
|
||||
"escapedName": "gulp-tap",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-tap/-/gulp-tap-1.0.1.tgz",
|
||||
"_shasum": "e671124e1259b4cea219ed1ca97b7f585c334690",
|
||||
"_spec": "gulp-tap@1.0.1",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
||||
"authors": [
|
||||
"Mario Gutierrez <mario@mgutz.com>",
|
||||
"Jon Ege Ronnenberg <jon.ronnenberg@gmail.com>",
|
||||
"Javey <jiawei23716@sina.com>"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/geejs/gulp-tap/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"through2": "^2.0.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Easiest way to tap into a pipeline",
|
||||
"devDependencies": {
|
||||
"coffee-script": "^1.12.4",
|
||||
"coveralls": "^2.13.0",
|
||||
"gulp": "^3.9.1",
|
||||
"tap": "^10.3.1"
|
||||
},
|
||||
"homepage": "https://github.com/geejs/gulp-tap",
|
||||
"keywords": [
|
||||
"tap",
|
||||
"gulp",
|
||||
"stream"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "gulp-tap",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/geejs/gulp-tap.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coffee": "coffee",
|
||||
"dev": "coffee --watch --compile tests & coffee --watch --compile src",
|
||||
"posttest": "rm tests/*.js tests/*.js.map",
|
||||
"pretest": "coffee --compile --map tests",
|
||||
"test": "tap -J tests/*.js",
|
||||
"test:cov": "npm test -- --cov"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user