UNPKG

doevisualizations

Version:

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

109 lines (108 loc) 3.34 kB
{ "_args": [ [ { "raw": "d3-timer@1.0.7", "scope": null, "escapedName": "d3-timer", "name": "d3-timer", "rawSpec": "1.0.7", "spec": "1.0.7", "type": "version" }, "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3" ] ], "_from": "d3-timer@1.0.7", "_id": "d3-timer@1.0.7", "_inCache": true, "_location": "/d3-timer", "_nodeVersion": "8.4.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/d3-timer-1.0.7.tgz_1504456334125_0.7074463814496994" }, "_npmUser": { "name": "mbostock", "email": "mike@ocks.org" }, "_npmVersion": "5.3.0", "_phantomChildren": {}, "_requested": { "raw": "d3-timer@1.0.7", "scope": null, "escapedName": "d3-timer", "name": "d3-timer", "rawSpec": "1.0.7", "spec": "1.0.7", "type": "version" }, "_requiredBy": [ "/d3", "/d3-force", "/d3-transition" ], "_resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.7.tgz", "_shasum": "df9650ca587f6c96607ff4e60cc38229e8dd8531", "_shrinkwrap": null, "_spec": "d3-timer@1.0.7", "_where": "C:\\projects\\DoeVisualizations\\doeVisualization\\node_modules\\d3", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-timer/issues" }, "dependencies": {}, "description": "An efficient queue capable of managing thousands of concurrent animations.", "devDependencies": { "eslint": "4", "package-preamble": "0.1", "rollup": "0.49", "tape": "4", "uglify-js": "3" }, "directories": {}, "dist": { "integrity": "sha512-vMZXR88XujmG/L5oB96NNKH5lCWwiLM/S2HyyAQLcjWJCloK5shxta4CwOFYLZoY3AWX73v8Lgv4cCAdWtRmOA==", "shasum": "df9650ca587f6c96607ff4e60cc38229e8dd8531", "tarball": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.7.tgz" }, "gitHead": "59fc0ad0824d76d965ce54bae6d594c27f5e6681", "homepage": "https://d3js.org/d3-timer/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "timer", "transition", "animation", "requestAnimationFrame", "setTimeout", "setInterval" ], "license": "BSD-3-Clause", "main": "build/d3-timer.js", "maintainers": [ { "name": "mbostock", "email": "mike@ocks.org" } ], "module": "index", "name": "d3-timer", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-timer.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-timer/build/d3-timer.js d3-timer.v1.js && cp ../d3-timer/build/d3-timer.min.js d3-timer.v1.min.js && git add d3-timer.v1.js d3-timer.v1.min.js && git commit -m \"d3-timer ${npm_package_version}\" && git push && cd - && zip -j build/d3-timer.zip -- LICENSE README.md build/d3-timer.js build/d3-timer.min.js", "prepublishOnly": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-timer.js -c -m -o build/d3-timer.min.js", "pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "1.0.7" }