Bones/node_modules/resp-modifier/package.json

100 lines
2.5 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"resp-modifier@6.0.2",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync"
]
],
"_from": "resp-modifier@6.0.2",
"_id": "resp-modifier@6.0.2",
"_inCache": true,
"_location": "/resp-modifier",
"_nodeVersion": "4.4.5",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/resp-modifier-6.0.2.tgz_1467218790474_0.3480539168231189"
},
"_npmUser": {
"email": "shakyshane@gmail.com",
"name": "shakyshane"
},
"_npmVersion": "2.15.5",
"_phantomChildren": {},
"_requested": {
"name": "resp-modifier",
"raw": "resp-modifier@6.0.2",
"rawSpec": "6.0.2",
"scope": null,
"spec": "6.0.2",
"type": "version"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz",
"_shasum": "b124de5c4fbafcba541f48ffa73970f4aa456b4f",
"_shrinkwrap": null,
"_spec": "resp-modifier@6.0.2",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync",
"author": {
"email": "shane.osbourne8@gmail.com",
"name": "Shane Osbourne"
},
"bugs": {
"url": "https://github.com/shakyshane/resp-modifier/issues"
},
"dependencies": {
"debug": "^2.2.0",
"minimatch": "^3.0.2"
},
"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"
},
"directories": {},
"dist": {
"shasum": "b124de5c4fbafcba541f48ffa73970f4aa456b4f",
"tarball": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"index.js",
"lib"
],
"gitHead": "4a000203c9db630bcfc3b6bb8ea2abc090ae0139",
"homepage": "https://github.com/shakyshane/resp-modifier#readme",
"installable": true,
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shakyshane/resp-modifier/blob/master/LICENSE-MIT"
}
],
"maintainers": [
{
"name": "shakyshane",
"email": "shane.osbourne8@gmail.com"
}
],
"name": "resp-modifier",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/shakyshane/resp-modifier.git"
},
"scripts": {
"test": "jshint test/*.js index.js && mocha"
},
"version": "6.0.2"
}