create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
109 lines (108 loc) • 2.98 kB
JSON
{
"_args": [
[
{
"raw": "assets-webpack-plugin@3.4.0",
"scope": null,
"escapedName": "assets-webpack-plugin",
"name": "assets-webpack-plugin",
"rawSpec": "3.4.0",
"spec": "3.4.0",
"type": "version"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.bC79Lfnf"
]
],
"_from": "assets-webpack-plugin@3.4.0",
"_id": "assets-webpack-plugin@3.4.0",
"_inCache": true,
"_installable": true,
"_location": "/assets-webpack-plugin",
"_nodeVersion": "5.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/assets-webpack-plugin-3.4.0.tgz_1457489703099_0.7067370801232755"
},
"_npmUser": {
"name": "sporto",
"email": "sebasporto@gmail.com"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"raw": "assets-webpack-plugin@3.4.0",
"scope": null,
"escapedName": "assets-webpack-plugin",
"name": "assets-webpack-plugin",
"rawSpec": "3.4.0",
"spec": "3.4.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/assets-webpack-plugin/-/assets-webpack-plugin-3.4.0.tgz",
"_shasum": "4e74776e86b864aca490e33ee03b3b1d0f109744",
"_shrinkwrap": null,
"_spec": "assets-webpack-plugin@3.4.0",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.bC79Lfnf",
"author": {
"name": "Sebastian Porto"
},
"bugs": {
"url": "https://github.com/sporto/assets-webpack-plugin/issues"
},
"dependencies": {
"camelcase": "^1.2.1",
"escape-string-regexp": "^1.0.3",
"lodash.assign": "^3.2.0",
"lodash.merge": "^3.3.2",
"mkdirp": "^0.5.1"
},
"description": "Emits a json file with assets paths",
"devDependencies": {
"chai": "^3.0.0",
"css-loader": "^0.9.1",
"eslint": "^1.6.0",
"extract-text-webpack-plugin": "^0.3.8",
"lodash": "^3.9.3",
"mocha": "^2.2.5",
"rimraf": "^2.2.8",
"style-loader": "^0.8.3",
"webpack": "^1.3.3-beta1"
},
"directories": {},
"dist": {
"shasum": "4e74776e86b864aca490e33ee03b3b1d0f109744",
"tarball": "https://registry.npmjs.org/assets-webpack-plugin/-/assets-webpack-plugin-3.4.0.tgz"
},
"gitHead": "6fd00374f3576ee1c59b10f05baa07bb90719c90",
"homepage": "https://github.com/sporto/assets-webpack-plugin",
"keywords": [
"webpack",
"plugin",
"generate",
"assets",
"hashes"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "sporto",
"email": "sebasporto@gmail.com"
}
],
"name": "assets-webpack-plugin",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sporto/assets-webpack-plugin.git"
},
"scripts": {
"lint": "eslint --fix .",
"test": "npm run lint && ./node_modules/.bin/mocha test"
},
"version": "3.4.0"
}