draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+70
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_from": "webpack-node-externals@^1.4.3",
|
||||
"_id": "webpack-node-externals@1.7.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg==",
|
||||
"_location": "/webpack-node-externals",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "webpack-node-externals@^1.4.3",
|
||||
"name": "webpack-node-externals",
|
||||
"escapedName": "webpack-node-externals",
|
||||
"rawSpec": "^1.4.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.4.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/aspnet-webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-1.7.2.tgz",
|
||||
"_shasum": "6e1ee79ac67c070402ba700ef033a9b8d52ac4e3",
|
||||
"_spec": "webpack-node-externals@^1.4.3",
|
||||
"_where": "O:\\zero\\zero.Web\\node_modules\\aspnet-webpack",
|
||||
"author": {
|
||||
"name": "Liad Yosef",
|
||||
"url": "https://github.com/liady"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/liady/webpack-node-externals/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Easily exclude node_modules in Webpack bundle",
|
||||
"devDependencies": {
|
||||
"chai": "^3.5.0",
|
||||
"mocha": "^2.5.3",
|
||||
"mock-fs": "^4.4.2",
|
||||
"ncp": "^2.0.0",
|
||||
"webpack": "^1.13.1"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"index.js",
|
||||
"utils.js"
|
||||
],
|
||||
"homepage": "https://github.com/liady/webpack-node-externals",
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"node_modules",
|
||||
"node",
|
||||
"bundle",
|
||||
"externals"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "webpack-node-externals",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/liady/webpack-node-externals.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run unit-watch",
|
||||
"unit": "mocha --colors ./test/*.spec.js",
|
||||
"unit-watch": "mocha --colors -w ./test/*.spec.js"
|
||||
},
|
||||
"version": "1.7.2"
|
||||
}
|
||||
Reference in New Issue
Block a user