-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,44 @@ | ||
{ | ||
"name": "archivator", | ||
"version": "1.0.0", | ||
"description": "Fetch and stream body contents for URLs", | ||
"description": "Ever wanted to archive your own copy of articles you enjoyed reading and to be able to search through them?", | ||
"homepage": "https://github.com/renoirb/archivator/tree/v3.x-dev#third-rewrite", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:renoirb/archivator.git" | ||
"url": "https://github.com/renoirb/archivator.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/renoirb/archivator/issues" | ||
"license": "MIT", | ||
"author": { | ||
"name": "Renoir Boulanger", | ||
"email": "[email protected]" | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"scripts": { | ||
"analyze": "babel-node src/analyze.js", | ||
"archive": "babel-node src/archive.js", | ||
"dist": "babel src/ --minified -d dist/ -s", | ||
"test": "node_modules/.bin/mocha --compilers js:babel-core/register", | ||
"fix": "node_modules/.bin/xo --fix", | ||
"lint": "node_modules/.bin/xo", | ||
"watch": "babel src/ -d dist/ -w -s", | ||
"archive": "babel-node src/archive.js", | ||
"analyze": "babel-node src/analyze.js", | ||
"fix": "node_modules/.bin/xo --fix" | ||
"test": "node_modules/.bin/mocha --compilers js:babel-core/register", | ||
"watch": "babel src/ -d dist/ -w -s" | ||
}, | ||
"xo": { | ||
"esnext": true, | ||
"ignores": [ | ||
"dist/**", | ||
"example.js" | ||
], | ||
"plugins": [ | ||
"unicorn" | ||
], | ||
"rules": { | ||
"func-names": 0 | ||
}, | ||
"space": 2 | ||
}, | ||
"author": "Renoir Boulanger <[email protected]> (http://renoirb.com/)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"async-file": "^2.0.2", | ||
"babel-polyfill": "^6.23.0", | ||
|
@@ -44,19 +63,5 @@ | |
"eslint-plugin-unicorn": "^1.0.0", | ||
"mocha": "^3.2.0", | ||
"xo": "^0.17.1" | ||
}, | ||
"xo": { | ||
"esnext": true, | ||
"space": 2, | ||
"plugins": [ | ||
"unicorn" | ||
], | ||
"ignores": [ | ||
"dist/**", | ||
"example.js" | ||
], | ||
"rules": { | ||
"func-names": 0 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2127,10 +2127,6 @@ map-obj@^1.0.0, map-obj@^1.0.1: | |
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" | ||
|
||
[email protected]: | ||
version "0.0.2" | ||
resolved "https://registry.yarnpkg.com/maybe/-/maybe-0.0.2.tgz#aef4f97e17074ab1cd92b492f6c52f93cf6c9c26" | ||
|
||
meow@^3.4.2: | ||
version "3.7.0" | ||
resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" | ||
|