UNPKG

doevisualizations

Version:

Data Visualization Library based on RequireJS and D3.js (v4+)

159 lines (158 loc) 4.61 kB
{ "_args": [ [ { "raw": "jquerypp@^2.0.2", "scope": null, "escapedName": "jquerypp", "name": "jquerypp", "rawSpec": "^2.0.2", "spec": ">=2.0.2 <3.0.0", "type": "range" }, "C:\\projects\\DoeVisualizations\\doeVisualization" ] ], "_from": "jquerypp@>=2.0.2 <3.0.0", "_id": "jquerypp@2.0.2", "_inCache": true, "_location": "/jquerypp", "_nodeVersion": "0.10.44", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/jquerypp-2.0.2.tgz_1459902703112_0.939757077023387" }, "_npmUser": { "name": "ccummings", "email": "curtis@pixelplicity.com" }, "_npmVersion": "2.15.0", "_phantomChildren": {}, "_requested": { "raw": "jquerypp@^2.0.2", "scope": null, "escapedName": "jquerypp", "name": "jquerypp", "rawSpec": "^2.0.2", "spec": ">=2.0.2 <3.0.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/jquerypp/-/jquerypp-2.0.2.tgz", "_shasum": "06fc886e12e643b1f06f9df22194178f8ecd9343", "_shrinkwrap": null, "_spec": "jquerypp@^2.0.2", "_where": "C:\\projects\\DoeVisualizations\\doeVisualization", "author": { "name": "Bitovi", "email": "contact@bitovi.com", "url": "http://bitovi.com/" }, "browser": { "./jquerypp": "./dist/cjs/index", "./dom/animate/animate": "./dist/cjs/dom/animate/animate", "./dom/compare/compare": "./dist/cjs/dom/compare/compare", "./dom/cookie/cookie": "./dist/cjs/dom/cookie/cookie", "./dom/form_params/form_params": "./dist/cjs/dom/form_params/form_params", "./dom/range/range": "./dist/cjs/dom/range/range", "./dom/selection/selection": "./dist/cjs/dom/selection/selection", "./dom/within/within": "./dist/cjs/dom/within/within", "./dom/destroyed/removed": "./dist/cjs/event/destroyed/removed", "./dom/drag/drag": "./dist/cjs/event/drag/drag", "./dom/drop/drop": "./dist/cjs/event/drop/drop", "./dom/hover/hover": "./dist/cjs/event/hover/hover", "./dom/key/key": "./dist/cjs/event/key/key", "./dom/pause/pause": "./dist/cjs/event/pause/pause", "./dom/resize/resize": "./dist/cjs/event/resize/resize", "./dom/swipe/swipe": "./dist/cjs/event/swipe/swipe" }, "bugs": { "url": "https://github.com/bitovi/jquerypp/issues" }, "dependencies": {}, "description": "jQuery's missing utils and special events", "devDependencies": { "grunt": "^0.4.5", "grunt-banner": "^0.3.1", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.11.0", "jquery": "^2.1.3", "steal": "0.7.X", "steal-qunit": "0.0.2", "steal-tools": "^0.8.2", "syn": "0.1.X", "system-text": "0.1.0", "testee": "^0.2.5" }, "directories": {}, "dist": { "shasum": "06fc886e12e643b1f06f9df22194178f8ecd9343", "tarball": "https://registry.npmjs.org/jquerypp/-/jquerypp-2.0.2.tgz" }, "gitHead": "5dc507449293a5838946f114192da5dc83f6420e", "homepage": "http://jquerypp.com", "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/mit-license.php" } ], "main": "./index", "maintainers": [ { "name": "ccummings", "email": "curtis@pixelplicity.com" }, { "name": "daffl", "email": "daff@neyeon.de" }, { "name": "justinbmeyer", "email": "justin@bitovi.com" }, { "name": "matthewp", "email": "matthew@matthewphillips.info" } ], "name": "jquerypp", "optionalDependencies": {}, "peerDependencies": { "jquery": ">1.9.0" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/bitovi/jquerypp.git" }, "scripts": { "build": "grunt build", "postversion": "git push --tags && git checkout master && git branch -D release && git push", "preversion": "npm test && npm run build", "release:major": "npm version major && npm publish", "release:minor": "npm version minor && npm publish", "release:patch": "npm version patch && npm publish", "test": "grunt test --stack", "version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/" }, "system": { "main": "index", "ignoreBrowser": true, "map": { "jquery/jquery": "jquery", "steal-qunit/steal-qunit": "steal-qunit" }, "npmIgnore": [ "grunt", "grunt-banner", "grunt-cli", "grunt-contrib-jshint", "testee" ] }, "title": "jQuery++", "version": "2.0.2" }