UNPKG

react-pivot

Version:

React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration.

85 lines (84 loc) 2.03 kB
{ "name": "uglify-js", "description": "JavaScript parser, mangler/compressor and beautifier toolkit", "homepage": "http://lisperator.net/uglifyjs", "author": { "name": "Mihai Bazon", "email": "mihai.bazon@gmail.com", "url": "http://lisperator.net/" }, "license": "BSD-2-Clause", "version": "2.6.1", "engines": { "node": ">=0.8.0" }, "maintainers": [ { "name": "caires", "email": "cairesvs@gmail.com" }, { "name": "mape", "email": "mape@mape.me" }, { "name": "mishoo", "email": "mihai.bazon@gmail.com" } ], "repository": { "type": "git", "url": "git+https://github.com/mishoo/UglifyJS2.git" }, "bugs": { "url": "https://github.com/mishoo/UglifyJS2/issues" }, "main": "tools/node.js", "bin": { "uglifyjs": "bin/uglifyjs" }, "files": [ "bin", "lib", "tools", "LICENSE" ], "dependencies": { "async": "~0.2.6", "source-map": "~0.5.1", "uglify-to-browserify": "~1.0.0", "yargs": "~3.10.0" }, "devDependencies": { "acorn": "~0.6.0", "escodegen": "~1.3.3", "esfuzz": "~0.3.1", "estraverse": "~1.5.1" }, "browserify": { "transform": [ "uglify-to-browserify" ] }, "scripts": { "shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated", "test": "node test/run-tests.js" }, "gitHead": "15b5f70338695c435cab05b7ac2de29cad230360", "_id": "uglify-js@2.6.1", "_shasum": "edbbe1888ba3525ded3a7bf836b30b3405d3161b", "_from": "uglify-js@latest", "_npmVersion": "2.14.4", "_nodeVersion": "4.1.1", "_npmUser": { "name": "mishoo", "email": "mihai.bazon@gmail.com" }, "dist": { "shasum": "edbbe1888ba3525ded3a7bf836b30b3405d3161b", "tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.6.1.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.1.tgz", "readme": "ERROR: No README data found!" }