forked from enviPath/enviPy
Current Dev State
This commit is contained in:
103
static/js/ketcher2/node_modules/gulp-sourcemaps/package.json
generated
vendored
Normal file
103
static/js/ketcher2/node_modules/gulp-sourcemaps/package.json
generated
vendored
Normal file
@ -0,0 +1,103 @@
|
||||
{
|
||||
"_from": "gulp-sourcemaps@2.6.0",
|
||||
"_id": "gulp-sourcemaps@2.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-fMzomaijv8oVk6M0jQ+/Qd0/UeU=",
|
||||
"_location": "/gulp-sourcemaps",
|
||||
"_phantomChildren": {
|
||||
"clone": "1.0.2",
|
||||
"clone-stats": "0.0.1",
|
||||
"replace-ext": "0.0.1"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gulp-sourcemaps@2.6.0",
|
||||
"name": "gulp-sourcemaps",
|
||||
"escapedName": "gulp-sourcemaps",
|
||||
"rawSpec": "2.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.6.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-2.6.0.tgz",
|
||||
"_shasum": "7ccce899a8a3bfca1593a3348d0fbf41dd3f51e5",
|
||||
"_spec": "gulp-sourcemaps@2.6.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
||||
"author": {
|
||||
"name": "Florian Reiterer",
|
||||
"email": "me@florianreiterer.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gulp-sourcemaps/gulp-sourcemaps/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@gulp-sourcemaps/identity-map": "1.X",
|
||||
"@gulp-sourcemaps/map-sources": "1.X",
|
||||
"acorn": "4.X",
|
||||
"convert-source-map": "1.X",
|
||||
"css": "2.X",
|
||||
"debug-fabulous": "0.1.X",
|
||||
"detect-newline": "2.X",
|
||||
"graceful-fs": "4.X",
|
||||
"source-map": "0.X",
|
||||
"strip-bom-string": "1.X",
|
||||
"through2": "2.X",
|
||||
"vinyl": "1.X"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Source map support for Gulp.js",
|
||||
"devDependencies": {
|
||||
"bootstrap": "3.3.7",
|
||||
"coveralls": "2.X",
|
||||
"faucet": "0.0.X",
|
||||
"gulp": "3.X",
|
||||
"gulp-concat": "2.X",
|
||||
"gulp-if": "2.0.2",
|
||||
"gulp-less": "3.3.0",
|
||||
"gulp-load-plugins": "1.X",
|
||||
"hook-std": "0.2.X",
|
||||
"http-server": "0.9.0",
|
||||
"istanbul": "0.X",
|
||||
"jshint": "2.X",
|
||||
"lodash": "4.17.4",
|
||||
"mississippi": "^1.3.0",
|
||||
"object-assign": "^4.1.0",
|
||||
"tape": "4.X",
|
||||
"yargs": "6.6.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"src"
|
||||
],
|
||||
"homepage": "http://github.com/gulp-sourcemaps/gulp-sourcemaps",
|
||||
"keywords": [
|
||||
"gulpplugin",
|
||||
"gulp",
|
||||
"source maps",
|
||||
"sourcemaps"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "gulp-sourcemaps",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gulp-sourcemaps/gulp-sourcemaps.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "istanbul cover --dir reports/coverage tape \"test/*.js\"",
|
||||
"coveralls": "istanbul cover tape \"test/*.js\" --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
|
||||
"lint": "jshint ./src/**/*.js test/*.js",
|
||||
"serve": "http-server",
|
||||
"tap": "tape test/*.js",
|
||||
"test": "npm run lint && faucet test/*.js $@",
|
||||
"test:int": "rm -rf ./tmp && tape ./test/integration.js"
|
||||
},
|
||||
"version": "2.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user