forked from enviPath/enviPy
Current Dev State
This commit is contained in:
73
static/js/ketcher2/node_modules/resp-modifier/package.json
generated
vendored
Normal file
73
static/js/ketcher2/node_modules/resp-modifier/package.json
generated
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"_from": "resp-modifier@^6.0.0",
|
||||
"_id": "resp-modifier@6.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-sSTeXE+6/LpUH0j/pzlw9KpFa08=",
|
||||
"_location": "/resp-modifier",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "resp-modifier@^6.0.0",
|
||||
"name": "resp-modifier",
|
||||
"escapedName": "resp-modifier",
|
||||
"rawSpec": "^6.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/inject-lr-script"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz",
|
||||
"_shasum": "b124de5c4fbafcba541f48ffa73970f4aa456b4f",
|
||||
"_spec": "resp-modifier@^6.0.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/inject-lr-script",
|
||||
"author": {
|
||||
"name": "Shane Osbourne",
|
||||
"email": "shane.osbourne8@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/shakyshane/resp-modifier/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"debug": "^2.2.0",
|
||||
"minimatch": "^3.0.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Middleware for modifying a HTML response",
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.8.2",
|
||||
"chai": "^2.3.0",
|
||||
"express": "^4.13.3",
|
||||
"jshint": "^2.6.0",
|
||||
"mocha": "^2.1.0",
|
||||
"multiline": "^1.0.2",
|
||||
"serve-static": "^1.8.1",
|
||||
"supertest": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/shakyshane/resp-modifier#readme",
|
||||
"keywords": [],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/shakyshane/resp-modifier/blob/master/LICENSE-MIT"
|
||||
}
|
||||
],
|
||||
"name": "resp-modifier",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/shakyshane/resp-modifier.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jshint test/*.js index.js && mocha"
|
||||
},
|
||||
"version": "6.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user