plotly-icons
Version:
set of plotly icons
88 lines (87 loc) • 2.73 kB
JSON
{
"_from": "write-file-webpack-plugin@4.2.0",
"_id": "write-file-webpack-plugin@4.2.0",
"_inBundle": false,
"_integrity": "sha512-sIjfV+M1Ia8p/lVcLjvM2I0Lq/40tCMZe+k0Pxg2TG6TKjUgHGwQeM42QdYLiHAIAITGQK1HEQA3YknFubzfDQ==",
"_location": "/write-file-webpack-plugin",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "write-file-webpack-plugin@4.2.0",
"name": "write-file-webpack-plugin",
"escapedName": "write-file-webpack-plugin",
"rawSpec": "4.2.0",
"saveSpec": null,
"fetchSpec": "4.2.0"
},
"_requiredBy": [
"/next"
],
"_resolved": "https://registry.npmjs.org/write-file-webpack-plugin/-/write-file-webpack-plugin-4.2.0.tgz",
"_shasum": "7bd18547eaa0ea0b23992fb1e0322e5431d339ef",
"_spec": "write-file-webpack-plugin@4.2.0",
"_where": "/Users/verazabeida/plotly/plotly-icons/demo/node_modules/next",
"author": {
"name": "Gajus Kuizinas",
"email": "gk@anuary.com",
"url": "http://gajus.com"
},
"bugs": {
"url": "https://github.com/gajus/write-file-webpack-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^1.1.1",
"debug": "^2.6.8",
"filesize": "^3.2.1",
"lodash": "^4.5.1",
"mkdirp": "^0.5.1",
"moment": "^2.11.2"
},
"deprecated": false,
"description": "Forces webpack-dev-server to write bundle files to the file system.",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-es2015-parameters": "^6.18.0",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"eslint": "^3.9.1",
"eslint-config-canonical": "^4.0.0",
"husky": "^0.11.9",
"webpack": "^2.1.0-beta.4",
"webpack-dev-server": "^2.0.0-beta"
},
"engines": {
"node": ">=5"
},
"homepage": "https://github.com/gajus/write-file-webpack-plugin#readme",
"keywords": [
"webpack",
"plugin",
"webpack-dev-server",
"write",
"file"
],
"license": "BSD-3-Clause",
"main": "./dist/index.js",
"name": "write-file-webpack-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/gajus/write-file-webpack-plugin.git"
},
"scripts": {
"build": "babel --source-maps --copy-files ./src --out-dir ./dist",
"lint": "eslint ./src",
"precommit": "npm run lint && npm run test",
"readme": "gitdown ./.README/README.md --output-file ./README.md",
"test": "echo 'Please add tests :-('"
},
"version": "4.2.0"
}