summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 11:49:58 +0000
committerGianni Ceccarelli <gianni.ceccarelli@broadbean.com>2018-02-21 11:49:58 +0000
commit100c99ecc49c96b0393481587ea9ea85fbeb7a6f (patch)
tree5a6512774acbaadaa2451ead09f709c3fcf0a234 /package-lock.json
downloadcolor-100c99ecc49c96b0393481587ea9ea85fbeb7a6f.tar.gz
color-100c99ecc49c96b0393481587ea9ea85fbeb7a6f.tar.bz2
color-100c99ecc49c96b0393481587ea9ea85fbeb7a6f.zip
first stab
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..4f6b1a2
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,18 @@
+{
+ "name": "dakkar-highlight",
+ "version": "1.0.0",
+ "lockfileVersion": 1,
+ "requires": true,
+ "dependencies": {
+ "highlight": {
+ "version": "0.2.4",
+ "resolved": "https://registry.npmjs.org/highlight/-/highlight-0.2.4.tgz",
+ "integrity": "sha1-isAodbA/WTXgZ1hSt2z+H9WODf8="
+ },
+ "http": {
+ "version": "0.0.0",
+ "resolved": "https://registry.npmjs.org/http/-/http-0.0.0.tgz",
+ "integrity": "sha1-huYybSnF0Dnen6xYSkVon5KfT3I="
+ }
+ }
+}