| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "d3-timer@1.0.10",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "d3-timer@1.0.10",
- "_id": "d3-timer@1.0.10",
- "_inBundle": false,
- "_integrity": "sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==",
- "_location": "/d3-timer",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "d3-timer@1.0.10",
- "name": "d3-timer",
- "escapedName": "d3-timer",
- "rawSpec": "1.0.10",
- "saveSpec": null,
- "fetchSpec": "1.0.10"
- },
- "_requiredBy": [
- "/d3",
- "/d3-force",
- "/d3-transition"
- ],
- "_resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.10.tgz",
- "_spec": "1.0.10",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Mike Bostock",
- "url": "http://bost.ocks.org/mike"
- },
- "bugs": {
- "url": "https://github.com/d3/d3-timer/issues"
- },
- "description": "An efficient queue capable of managing thousands of concurrent animations.",
- "devDependencies": {
- "eslint": "6",
- "rollup": "1",
- "rollup-plugin-terser": "5",
- "tape": "4"
- },
- "files": [
- "dist/**/*.js",
- "src/**/*.js"
- ],
- "homepage": "https://d3js.org/d3-timer/",
- "jsdelivr": "dist/d3-timer.min.js",
- "keywords": [
- "d3",
- "d3-module",
- "timer",
- "transition",
- "animation",
- "requestAnimationFrame",
- "setTimeout",
- "setInterval"
- ],
- "license": "BSD-3-Clause",
- "main": "dist/d3-timer.js",
- "module": "src/index.js",
- "name": "d3-timer",
- "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 ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
- "prepublishOnly": "rm -rf dist && yarn test",
- "pretest": "rollup -c",
- "test": "tape 'test/**/*-test.js' && eslint src"
- },
- "sideEffects": false,
- "unpkg": "dist/d3-timer.min.js",
- "version": "1.0.10"
- }
|