@wrote/read-dir-structure
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## 4 July 2018 | ||
### 1.0.1 | ||
- [package] Move to `wrote` org on github, add tags. | ||
- [doc] Embed output of the example. | ||
## 21 June 2018 | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@wrote/read-dir-structure", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Reads directory structure.", | ||
@@ -16,4 +16,4 @@ "main": "build", | ||
"example/": "yarn e example/example.js", | ||
"build-src": "babel src --out-dir build --source-maps", | ||
"build": "yarn-s doc build-src" | ||
"b": "b --source-maps", | ||
"build": "yarn-s doc b" | ||
}, | ||
@@ -25,8 +25,19 @@ "files": [ | ||
"type": "git", | ||
"url": "git://github.com/artdecocode/read-dir-structure.git" | ||
"url": "git://github.com/wrote/read-dir-structure.git" | ||
}, | ||
"keywords": [ | ||
"@wrote/read-dir-structure", | ||
"@wrote", | ||
"directory", | ||
"read" | ||
"dir", | ||
"folder", | ||
"read", | ||
"structure", | ||
"tree", | ||
"path", | ||
"filesystem", | ||
"fs", | ||
"file", | ||
"ls", | ||
"stat", | ||
"lstat" | ||
], | ||
@@ -36,14 +47,7 @@ "author": "Anton <anton@adc.sh>", | ||
"bugs": { | ||
"url": "https://github.com/artdecocode/read-dir-structure/issues" | ||
"url": "https://github.com/wrote/read-dir-structure/issues" | ||
}, | ||
"homepage": "https://github.com/artdecocode/read-dir-structure#readme", | ||
"homepage": "https://github.com/wrote/read-dir-structure#readme", | ||
"devDependencies": { | ||
"@babel/cli": "7.0.0-beta.51", | ||
"@babel/core": "7.0.0-beta.51", | ||
"@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.51", | ||
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.51", | ||
"@babel/register": "7.0.0-beta.51", | ||
"babel-plugin-transform-rename-import": "2.2.0", | ||
"documentary": "1.4.0", | ||
"eslint": "4.19.1", | ||
"documentary": "1.8.2", | ||
"eslint-config-artdeco": "1.0.0", | ||
@@ -50,0 +54,0 @@ "snapshot-context": "2.0.1", |
# @wrote/read-dir-structure | ||
[![npm version](https://badge.fury.io/js/@wrote/read-dir-structure.svg)](https://badge.fury.io/js/@wrote/read-dir-structure) | ||
%NPM: @wrote/read-dir-structure% | ||
@@ -48,32 +48,3 @@ `@wrote/read-dir-structure` is Node.js package to a read directory structure. | ||
```json | ||
{ | ||
"content": { | ||
"fileA-ln.txt": { | ||
"type": "SymbolicLink" | ||
}, | ||
"fileA.txt": { | ||
"type": "File" | ||
}, | ||
"fileB.txt": { | ||
"type": "File" | ||
}, | ||
"test.json": { | ||
"type": "File" | ||
}, | ||
"subdirectory": { | ||
"content": { | ||
"subdirFileA.txt": { | ||
"type": "File" | ||
}, | ||
"subdirFileB.txt": { | ||
"type": "File" | ||
} | ||
}, | ||
"type": "Directory" | ||
} | ||
}, | ||
"type": "Directory" | ||
} | ||
``` | ||
%FORK-json example example/example.js% | ||
@@ -96,4 +67,4 @@ ### Reasons for Errors | ||
(c) [Art Deco Code][1] 2018 | ||
(c) [Art Deco][1] 2018 | ||
[1]: https://artdeco.bz |
# @wrote/read-dir-structure | ||
[![npm version](https://badge.fury.io/js/@wrote/read-dir-structure.svg)](https://badge.fury.io/js/@wrote/read-dir-structure) | ||
[![npm version](https://badge.fury.io/js/%40wrote%2Fread-dir-structure.svg)](https://npmjs.org/package/@wrote/read-dir-structure) | ||
@@ -97,4 +97,4 @@ `@wrote/read-dir-structure` is Node.js package to a read directory structure. | ||
(c) [Art Deco Code][1] 2018 | ||
(c) [Art Deco][1] 2018 | ||
[1]: https://artdeco.bz |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
16992