└── 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 | core/package.json at master · octo-linker/core · GitHub 13 | 14 | 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 | Skip to content 65 |
66 | 67 | 68 | 69 | 70 | 71 | 72 | 116 | 117 | 118 | 119 |
120 |
121 |
122 | 123 |
124 |
125 |
126 | 127 | 168 | 169 |

170 | 171 | /core 174 | 175 | 176 | 177 | 178 | 179 |

180 |
181 |
182 | 183 |
184 |
185 |
186 | 187 | 232 | 233 |
234 | 235 |
238 |

HTTPS clone URL

239 |
240 | 242 | 243 | 244 | 245 |
246 |
247 | 248 | 249 |
252 |

Subversion checkout URL

253 |
254 | 256 | 257 | 258 | 259 |
260 |
261 | 262 | 263 | 264 |

You can clone with 265 | HTTPS or Subversion. 266 | 267 | 268 | 269 |

270 | 271 | 272 | 273 | 278 | 279 | Download ZIP 280 | 281 |
282 |
283 | 284 |
285 | 286 | 287 | 288 | 289 | 290 | 291 |
292 | 293 |
294 | 299 | 300 | branch: 301 | master 302 | 303 | 304 | 441 |
442 | 443 |
444 | 449 | 450 | 451 | 452 |
453 | 454 | 457 |
458 | 459 | 460 |
461 |
462 | @spacewander 463 | spacewander 464 | 465 | 471 |
472 | 473 |
474 |

475 | 476 | 2 477 | contributors 478 | 479 |

480 | @stefanbuck 481 | @spacewander 482 | 483 | 484 |
485 | 498 |
499 | 500 |
501 |
502 |
503 | 504 |
505 | Raw 506 | Blame 507 | History 508 |
509 | 510 | 511 | 514 | 515 | 518 |
519 | 520 |
521 | 47 lines (46 sloc) 522 | 523 | 1.271 kb 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 | 664 | 665 | 666 | 667 | 668 | 669 | 670 | 671 | 672 | 673 | 674 | 675 | 676 | 677 | 678 | 679 | 680 | 681 | 682 | 683 | 684 | 685 | 686 | 687 | 688 | 689 | 690 | 691 | 692 | 693 | 694 | 695 | 696 | 697 | 698 | 699 | 700 | 701 | 702 | 703 | 704 | 705 | 706 | 707 | 708 | 709 | 710 | 711 | 712 | 713 |
{
"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"
}
}
714 | 715 |
716 | 717 |
718 | 719 | Jump to Line 720 | 726 | 727 |
728 | 729 |
730 | 731 |
732 |
733 | 734 | 735 |
736 | 737 |
738 | 760 |
761 | 762 | 763 |
764 |
765 |
766 | 767 |
768 |
769 |
770 |
771 |
772 |
773 | 774 | 775 | 776 | 778 | 779 | 780 |
781 |
782 | 783 | 784 | 785 | 786 | 787 | 788 |
789 | 790 | 791 | Something went wrong with that request. Please try again. 792 |
793 | 794 | 795 | 796 | 797 | 798 | 799 | 800 | 801 | 802 | 803 | --------------------------------------------------------------------------------