Skip to content

Commit

Permalink
feat: transfer to node-modules (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX authored and popomore committed Jun 19, 2018
1 parent 762e0bb commit b16bc0f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 44 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -2,10 +2,10 @@

[![Shameimaru](http://img.shields.io/npm/v/shameimaru.svg)](https://www.npmjs.org/package/shameimaru)
[![Shameimaru](http://img.shields.io/npm/dm/shameimaru.svg)](https://www.npmjs.org/package/shameimaru)
[![Build Status](https://travis-ci.org/XadillaX/shameimaru.svg?branch=master)](https://travis-ci.org/XadillaX/shameimaru)
[![Coverage Status](https://img.shields.io/coveralls/XadillaX/shameimaru/master.svg)](https://coveralls.io/r/XadillaX/shameimaru?branch=master)
[![Build Status](https://travis-ci.org/node-modules/shameimaru.svg?branch=master)](https://travis-ci.org/node-modules/shameimaru)
[![Coverage Status](https://img.shields.io/coveralls/node-modules/shameimaru/master.svg)](https://coveralls.io/r/node-modules/shameimaru?branch=master)
[![License](https://img.shields.io/npm/l/shameimaru.svg?style=flat)](https://www.npmjs.org/package/shameimaru)
[![Dependency Status](https://david-dm.org/XadillaX/shameimaru.svg)](https://david-dm.org/XadillaX/shameimaru)
[![Dependency Status](https://david-dm.org/node-modules/shameimaru.svg)](https://david-dm.org/node-modules/shameimaru)

Shameimaru Aya likes to traverse node_modules and capture the tree.

Expand Down Expand Up @@ -96,5 +96,3 @@ Each element in the result may contains keys as below:
## Contribute

You're welcome to fork and make pull requests!

「雖然我覺得不怎麼可能有人會關注我」
5 changes: 0 additions & 5 deletions index.js
@@ -1,8 +1,3 @@
/**
* XadillaX <i@2333.moe> created at 2018-06-11 12:41:09 with ❤
*
* Copyright (c) 2018 xcoder.in, all rights reserved.
*/
"use strict";

module.exports = require("./lib/shameimaru");
5 changes: 0 additions & 5 deletions lib/shameimaru.js
@@ -1,8 +1,3 @@
/**
* XadillaX <i@2333.moe> created at 2018-06-11 14:01:00 with ❤
*
* Copyright (c) 2018 xcoder.in, all rights reserved.
*/
"use strict";

const fs = require("fs");
Expand Down
5 changes: 0 additions & 5 deletions lib/traverse.js
@@ -1,8 +1,3 @@
/**
* XadillaX <i@2333.moe> created at 2018-06-13 20:47:50 with ❤
*
* Copyright (c) 2018 xcoder.in, all rights reserved.
*/
"use strict";

const path = require("path");
Expand Down
5 changes: 0 additions & 5 deletions lib/utils.js
@@ -1,8 +1,3 @@
/**
* XadillaX <i@2333.moe> created at 2018-06-12 16:08:26 with ❤
*
* Copyright (c) 2018 xcoder.in, all rights reserved.
*/
"use strict";

const fs = require("mz/fs");
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -27,14 +27,14 @@
"lib",
"index.js"
],
"homepage": "https://github.com/XadillaX/shameimaru",
"homepage": "https://github.com/node-modules/shameimaru",
"repository": {
"type": "git",
"url": "git://github.com/XadillaX/shameimaru.git",
"web": "https://github.com/XadillaX/shameimaru"
"url": "git://github.com/node-modules/shameimaru.git",
"web": "https://github.com/node-modules/shameimaru"
},
"bugs": {
"url": "https://github.com/XadillaX/shameimaru"
"url": "https://github.com/node-modules/shameimaru"
},
"keywords": [
"dependency tree",
Expand Down
5 changes: 0 additions & 5 deletions test/app1.test.js
@@ -1,8 +1,3 @@
/**
* XadillaX <i@2333.moe> created at 2018-06-13 15:36:23 with ❤
*
* Copyright (c) 2018 xcoder.in, all rights reserved.
*/
"use strict";

require("should");
Expand Down
5 changes: 0 additions & 5 deletions test/app2.test.js
@@ -1,8 +1,3 @@
/**
* XadillaX <i@2333.moe> created at 2018-06-13 15:36:23 with ❤
*
* Copyright (c) 2018 xcoder.in, all rights reserved.
*/
"use strict";

require("should");
Expand Down
5 changes: 0 additions & 5 deletions test/utils.js
@@ -1,8 +1,3 @@
/**
* XadillaX <i@2333.moe> created at 2018-06-13 15:39:26 with ❤
*
* Copyright (c) 2018 xcoder.in, all rights reserved.
*/
"use strict";

const cp = require("child_process");
Expand Down

0 comments on commit b16bc0f

Please sign in to comment.