forgeplus-react/node_modules/contour_plot/package.json

73 lines
2.2 KiB
JSON

{
"_args": [
[
"contour_plot@0.0.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "contour_plot@0.0.1",
"_id": "contour_plot@0.0.1",
"_inBundle": false,
"_integrity": "sha1-R1hw8DK44zhBKqX8UHiA8L9JXHc=",
"_location": "/contour_plot",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "contour_plot@0.0.1",
"name": "contour_plot",
"escapedName": "contour_plot",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/fmin"
],
"_resolved": "https://registry.npmjs.org/contour_plot/-/contour_plot-0.0.1.tgz",
"_spec": "0.0.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Ben Frederickson",
"email": "ben@benfrederickson.com",
"url": "http:/www.benfrederickson.com"
},
"bugs": {
"url": "https://github.com/benfred/contour_plot/issues"
},
"description": "Contour Plots of Mathematical Functions",
"devDependencies": {
"jshint": "^2.8.0",
"rollup": "0.21.2",
"uglify-js": "2"
},
"files": [
"build",
"src",
"example.html",
"*.js"
],
"homepage": "https://github.com/benfred/contour_plot",
"jshintConfig": {
"esnext": true
},
"jsnext:main": "index",
"keywords": [
"Contour Plot"
],
"license": "MIT",
"main": "build/contour_plot.js",
"name": "contour_plot",
"repository": {
"type": "git",
"url": "git+https://github.com/benfred/contour_plot.git"
},
"scripts": {
"prepublish": "npm run test && uglifyjs build/contour_plot.js -c -m -o build/contour_plot.min.js && rm -f build/contour_plot.zip && zip -j build/contour_plot.zip -- LICENSE README.md build/contour_plot.js build/contour_plot.min.js",
"pretest": "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u contour_plot -n contour_plot -o build/contour_plot.js -- build/bundle.js && cp build/contour_plot.js .",
"test": "jshint src/*.js"
},
"url": "https://github.com/benfred/contour_plot/issues",
"version": "0.0.1"
}