2017-08-08 14:13:24 +00:00
|
|
|
{
|
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
{
|
2017-10-18 15:16:06 +00:00
|
|
|
"raw": "mxgraph@^3.7.5",
|
2017-08-08 14:13:24 +00:00
|
|
|
"scope": null,
|
|
|
|
"escapedName": "mxgraph",
|
|
|
|
"name": "mxgraph",
|
2017-10-18 15:16:06 +00:00
|
|
|
"rawSpec": "^3.7.5",
|
|
|
|
"spec": ">=3.7.5 <4.0.0",
|
2017-08-08 14:13:24 +00:00
|
|
|
"type": "range"
|
|
|
|
},
|
|
|
|
"/Users/nic/source/cartographer-web"
|
|
|
|
]
|
|
|
|
],
|
2017-10-18 15:16:06 +00:00
|
|
|
"_from": "mxgraph@>=3.7.5 <4.0.0",
|
2017-08-08 14:13:24 +00:00
|
|
|
"_id": "mxgraph@3.7.4",
|
|
|
|
"_inCache": true,
|
|
|
|
"_location": "/mxgraph",
|
|
|
|
"_nodeVersion": "4.7.2",
|
|
|
|
"_npmOperationalInternal": {
|
|
|
|
"host": "s3://npm-registry-packages",
|
|
|
|
"tmp": "tmp/mxgraph-3.7.4.tgz_1498590682767_0.9278142049442977"
|
|
|
|
},
|
|
|
|
"_npmUser": {
|
|
|
|
"name": "drawio",
|
|
|
|
"email": "npm@jgraph.com"
|
|
|
|
},
|
|
|
|
"_npmVersion": "3.5.2",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
2017-10-18 15:16:06 +00:00
|
|
|
"raw": "mxgraph@^3.7.5",
|
2017-08-08 14:13:24 +00:00
|
|
|
"scope": null,
|
|
|
|
"escapedName": "mxgraph",
|
|
|
|
"name": "mxgraph",
|
2017-10-18 15:16:06 +00:00
|
|
|
"rawSpec": "^3.7.5",
|
|
|
|
"spec": ">=3.7.5 <4.0.0",
|
2017-08-08 14:13:24 +00:00
|
|
|
"type": "range"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"#USER",
|
|
|
|
"/"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/mxgraph/-/mxgraph-3.7.4.tgz",
|
|
|
|
"_shasum": "1066f63fa63a8647dcdb0f1d8ccdbc191e6ed452",
|
|
|
|
"_shrinkwrap": null,
|
2017-10-18 15:16:06 +00:00
|
|
|
"_spec": "mxgraph@^3.7.5",
|
2017-08-08 14:13:24 +00:00
|
|
|
"_where": "/Users/nic/source/cartographer-web",
|
|
|
|
"author": {
|
|
|
|
"name": "JGraph Ltd",
|
|
|
|
"email": "support@jgraph.com"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jgraph/mxgraph/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"grunt": "^1.0.1",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-webpack": "^2.0.1",
|
|
|
|
"load-grunt-parent-tasks": "^0.1.1",
|
|
|
|
"load-grunt-tasks": "^3.5.2",
|
|
|
|
"webpack": "^2.2.1"
|
|
|
|
},
|
|
|
|
"description": "mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
|
|
|
|
"devDependencies": {},
|
|
|
|
"directories": {},
|
|
|
|
"dist": {
|
|
|
|
"shasum": "1066f63fa63a8647dcdb0f1d8ccdbc191e6ed452",
|
|
|
|
"tarball": "https://registry.npmjs.org/mxgraph/-/mxgraph-3.7.4.tgz"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/jgraph/mxgraph",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./javascript/dist/build.js",
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "drawio",
|
|
|
|
"email": "npm@jgraph.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "brendonboshell",
|
|
|
|
"email": "brendonboshell@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"name": "mxgraph",
|
|
|
|
"optionalDependencies": {},
|
|
|
|
"readme": "ERROR: No README data found!",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/jgraph/mxgraph.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-10-18 15:16:06 +00:00
|
|
|
"postinstall": "grunt build --base \"$(npm prefix)\" --gruntfile etc/build/Gruntfile.js"
|
2017-08-08 14:13:24 +00:00
|
|
|
},
|
2017-10-18 15:16:06 +00:00
|
|
|
"version": "3.7.5"
|
2017-08-08 14:13:24 +00:00
|
|
|
}
|