Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-12-11 21:26:41 +0400
committerisaacs <i@izs.me>2013-12-11 21:26:41 +0400
commitc75eb669e5905878dc51182f7ebce83e5c996d0f (patch)
treeec34b56b629b63059567f79e16d5cbd83b149842 /node_modules/ansistyles
parente238176fd43daa7ea43158ca0c95657684bfbc4f (diff)
ansistyles@0.1.3
Diffstat (limited to 'node_modules/ansistyles')
-rw-r--r--node_modules/ansistyles/.npmignore15
-rw-r--r--node_modules/ansistyles/.travis.yml4
-rw-r--r--node_modules/ansistyles/package.json10
3 files changed, 7 insertions, 22 deletions
diff --git a/node_modules/ansistyles/.npmignore b/node_modules/ansistyles/.npmignore
deleted file mode 100644
index a72b52ebe..000000000
--- a/node_modules/ansistyles/.npmignore
+++ /dev/null
@@ -1,15 +0,0 @@
-lib-cov
-*.seed
-*.log
-*.csv
-*.dat
-*.out
-*.pid
-*.gz
-
-pids
-logs
-results
-
-npm-debug.log
-node_modules
diff --git a/node_modules/ansistyles/.travis.yml b/node_modules/ansistyles/.travis.yml
deleted file mode 100644
index 895dbd362..000000000
--- a/node_modules/ansistyles/.travis.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-language: node_js
-node_js:
- - 0.6
- - 0.8
diff --git a/node_modules/ansistyles/package.json b/node_modules/ansistyles/package.json
index a36a6fb5d..dec9cd9e6 100644
--- a/node_modules/ansistyles/package.json
+++ b/node_modules/ansistyles/package.json
@@ -1,6 +1,6 @@
{
"name": "ansistyles",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "Functions that surround a string with ansistyle codes so it prints in style.",
"main": "ansistyles.js",
"scripts": {
@@ -29,6 +29,10 @@
"url": "https://github.com/thlorenz/ansistyles/issues"
},
"homepage": "https://github.com/thlorenz/ansistyles",
- "_id": "ansistyles@0.1.2",
- "_from": "ansistyles@"
+ "_id": "ansistyles@0.1.3",
+ "dist": {
+ "shasum": "b14f315fe763a2b3a88df9d3261a517e666c4615"
+ },
+ "_from": "ansistyles@0.1.3",
+ "_resolved": "https://registry.npmjs.org/ansistyles/-/ansistyles-0.1.3.tgz"
}