create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
106 lines (105 loc) • 2.86 kB
JSON
{
"_args": [
[
{
"raw": "webpack-node-externals@1.3.3",
"scope": null,
"escapedName": "webpack-node-externals",
"name": "webpack-node-externals",
"rawSpec": "1.3.3",
"spec": "1.3.3",
"type": "version"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg"
]
],
"_from": "webpack-node-externals@1.3.3",
"_id": "webpack-node-externals@1.3.3",
"_inCache": true,
"_installable": true,
"_location": "/webpack-node-externals",
"_nodeVersion": "5.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/webpack-node-externals-1.3.3.tgz_1469916623460_0.9349380102939904"
},
"_npmUser": {
"name": "liady",
"email": "liadydev@gmail.com"
},
"_npmVersion": "3.10.5",
"_phantomChildren": {},
"_requested": {
"raw": "webpack-node-externals@1.3.3",
"scope": null,
"escapedName": "webpack-node-externals",
"name": "webpack-node-externals",
"rawSpec": "1.3.3",
"spec": "1.3.3",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-1.3.3.tgz",
"_shasum": "1e3ef40d37e211cc9bb680bbfcb437ea6528fb19",
"_shrinkwrap": null,
"_spec": "webpack-node-externals@1.3.3",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg",
"author": {
"name": "Liad Yosef",
"url": "https://github.com/liady"
},
"bugs": {
"url": "https://github.com/liady/webpack-node-externals/issues"
},
"dependencies": {},
"description": "Easily exclude node_modules in Webpack bundle",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"mock-fs": "3.10.0",
"ncp": "^2.0.0",
"webpack": "^1.13.1"
},
"directories": {},
"dist": {
"shasum": "1e3ef40d37e211cc9bb680bbfcb437ea6528fb19",
"tarball": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-1.3.3.tgz"
},
"files": [
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "54d2bd33722e45dafaa73e71b390de4a56403097",
"homepage": "https://github.com/liady/webpack-node-externals",
"keywords": [
"webpack",
"node_modules",
"node",
"bundle",
"externals"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "liady",
"email": "liadydev@gmail.com"
}
],
"name": "webpack-node-externals",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.3.3"
}