└── test └── fixtures ├── package.json └── package.json.html /test/fixtures/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "playground-repo", 3 | "description": "My personal playground", 4 | "version": "0.0.1", 5 | "homepage": "https://github.com/stefanbuck/playground-repo", 6 | "bugs": "https://github.com/stefanbuck/playground-repo/issues", 7 | "license": "MIT", 8 | "directories": { 9 | "main": "./main", 10 | "bin": "./bin" 11 | }, 12 | "bin": "./index.js", 13 | "main": "index.js", 14 | "author": { 15 | "name": "Stefan Buck", 16 | "email": "dev@stefanbuck.com", 17 | "url": "http://stefanbuck.com" 18 | }, 19 | "repository": { 20 | "type": "git", 21 | "url": "https://github.com/stefanbuck/playground-repo" 22 | }, 23 | "keywords": [], 24 | "dependencies": { 25 | "lodash": "2.4.1", 26 | "request": "^2.40.0", 27 | "modernizr": "Modernizr/Modernizr", 28 | "backbone": "jashkenas/backbone#master", 29 | "jquery": "jquery/jquery#1.x-master", 30 | "unknown-package-name": "latest" 31 | }, 32 | "devDependencies": { 33 | "chai": "^1.9.1", 34 | "gulp": "^3.6.2" 35 | }, 36 | "optionalDependencies": { 37 | "should": "^3.3.1" 38 | }, 39 | "peerDependencies": { 40 | "yo": ">=1.0.0" 41 | }, 42 | "scripts": { 43 | "coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", 44 | "test": "gulp test" 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /test/fixtures/package.json.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | github-linker-core/package.json at master · stefanbuck/github-linker-core · GitHub 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | Skip to content 70 |
71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 122 | 123 | 124 | 125 |
126 |
127 |
128 | 129 |
130 |
131 |
132 | 133 | 162 | 163 |

164 | 165 | /github-linker-core 168 | 169 | 170 | 171 | 172 | 173 |

174 |
175 |
176 | 177 |
178 |
179 |
180 | 181 | 226 | 227 |
228 | 229 | 230 |
233 |

HTTPS clone URL

234 |
235 | 237 | 238 | 239 | 240 |
241 |
242 | 243 | 244 |
247 |

Subversion checkout URL

248 |
249 | 251 | 252 | 253 | 254 |
255 |
256 | 257 | 258 |

You can clone with 259 | HTTPS 260 | or Subversion. 261 | 262 | 263 | 264 |

265 | 266 | 267 | 268 | Clone in Desktop 269 | 270 | 271 | 272 | 277 | 278 | Download ZIP 279 | 280 |
281 |
282 | 283 |
284 | 285 | 286 | 287 | 288 | 289 | 290 |
291 | 292 |
293 | 298 | 299 | branch: 300 | master 301 | 302 | 303 | 384 |
385 | 386 |
387 | 392 | 393 | 394 | 395 |
396 | 397 | 400 |
401 | 402 | 403 |
404 |
405 | spacewander 406 | spacewander 407 | 408 | 414 |
415 | 416 |
417 |

418 | 419 | 2 420 | contributors 421 | 422 |

423 | Stefan Buck 424 | spacewander 425 | 426 | 427 |
428 | 441 |
442 | 443 |
444 |
445 |
446 |
447 | 47 lines (46 sloc) 448 | 449 | 1.271 kb 450 |
451 |
452 |
453 | Raw 454 | Blame 455 | History 456 |
457 | 458 | 463 | 464 | 465 | 466 | 468 | 469 | 471 | 472 | 473 |
474 |
475 | 476 | 477 |
478 | 479 | 480 | 481 | 482 | 483 | 484 | 485 | 486 | 487 | 488 | 489 | 490 | 491 | 492 | 493 | 494 | 495 | 496 | 497 | 498 | 499 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 509 | 510 | 511 | 512 | 513 | 514 | 515 | 516 | 517 | 518 | 519 | 520 | 521 | 522 | 523 | 524 | 525 | 526 | 527 | 528 | 529 | 530 | 531 | 532 | 533 | 534 | 535 | 536 | 537 | 538 | 539 | 540 | 541 | 542 | 543 | 544 | 545 | 546 | 547 | 548 | 549 | 550 | 551 | 552 | 553 | 554 | 555 | 556 | 557 | 558 | 559 | 560 | 561 | 562 | 563 | 564 | 565 | 566 | 567 | 568 | 569 | 570 | 571 | 572 | 573 | 574 | 575 | 576 | 577 | 578 | 579 | 580 | 581 | 582 | 583 | 584 | 585 | 586 | 587 | 588 | 589 | 590 | 591 | 592 | 593 | 594 | 595 | 596 | 597 | 598 | 599 | 600 | 601 | 602 | 603 | 604 | 605 | 606 | 607 | 608 | 609 | 610 | 611 | 612 | 613 | 614 | 615 | 616 | 617 | 618 | 619 | 620 | 621 | 622 | 623 | 624 | 625 | 626 | 627 | 628 | 629 | 630 | 631 | 632 | 633 | 634 | 635 | 636 | 637 | 638 | 639 | 640 | 641 | 642 | 643 | 644 | 645 | 646 | 647 | 648 | 649 | 650 | 651 | 652 | 653 | 654 | 655 | 656 | 657 | 658 | 659 | 660 | 661 | 662 | 663 |
{
"name": "playground-repo",
"description": "My personal playground",
"version": "0.0.1",
"homepage": "https://github.com/stefanbuck/playground-repo",
"bugs": "https://github.com/stefanbuck/playground-repo/issues",
"license": "MIT",
"directories": {
"main": "./main",
"bin": "./bin"
},
"bin": "./index.js",
"main": "index.js",
"author": {
"name": "Stefan Buck",
"email": "dev@stefanbuck.com",
"url": "http://stefanbuck.com"
},
"repository": {
"type": "git",
"url": "https://github.com/stefanbuck/playground-repo"
},
"keywords": [],
"dependencies": {
"lodash": "2.4.1",
"request": "^2.40.0",
"modernizr": "Modernizr/Modernizr",
"backbone": "jashkenas/backbone#master",
"jquery": "jquery/jquery#1.x-master",
"unknown-package-name": "latest"
},
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.6.2"
},
"optionalDependencies": {
"should": "^3.3.1"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"scripts": {
"coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test": "gulp test"
}
}
664 | 665 |
666 | 667 |
668 |
669 | 670 | Jump to Line 671 | 677 | 678 |
679 | 680 |
681 | 682 |
683 |
684 | 685 | 686 |
687 | 688 |
689 | 712 |
713 | 714 | 715 |
716 |
717 |
718 | 719 |
720 |
721 |
722 | 723 | 724 | 725 | 727 | 728 | 729 |
730 |
731 | 732 | 733 | 734 |
735 | 736 | 737 | Something went wrong with that request. Please try again. 738 |
739 | 740 | 741 | 742 | 743 | 744 | 745 | 746 | 747 | 748 | --------------------------------------------------------------------------------