forgeplus-react/node_modules/js2wordcloud/package.json

72 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_args": [
[
"js2wordcloud@1.1.12",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "js2wordcloud@1.1.12",
"_id": "js2wordcloud@1.1.12",
"_inBundle": false,
"_integrity": "sha512-t/yK4nAMSYYxxg6RZ9+CrP1VWo0tTD/3ty4Mm/dq3Y2mH0Y0MZ5s4FcEukveEm7ryrtlB4dtHjppdQs74x53Mg==",
"_location": "/js2wordcloud",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js2wordcloud@1.1.12",
"name": "js2wordcloud",
"escapedName": "js2wordcloud",
"rawSpec": "1.1.12",
"saveSpec": null,
"fetchSpec": "1.1.12"
},
"_requiredBy": [
"/"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/js2wordcloud/-/js2wordcloud-1.1.12.tgz",
"_spec": "1.1.12",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "liangbizhi"
},
"bugs": {
"url": "https://github.com/liangbizhi/js2wordcloud/issues"
},
"dependencies": {},
"description": "javascript词云基于wordcloud2.js增强特性",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"cross-env": "^3.1.3",
"css-loader": "^0.26.0",
"imports-loader": "^0.6.5",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
},
"homepage": "https://github.com/liangbizhi/js2wordcloud#readme",
"keywords": [
"wordcloud",
"javascript",
"chart"
],
"license": "MIT",
"main": "dist/js2wordcloud.min.js",
"name": "js2wordcloud",
"repository": {
"type": "git",
"url": "git+https://github.com/liangbizhi/js2wordcloud.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --color",
"clean": "rm dist/*",
"dev": "cross-env NODE_ENV=development webpack --watch --color",
"postbuild": "webpack --color",
"prebuild": "npm run clean",
"publish": "sh ./shell/publish.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.12"
}