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-10-24 10:24:57 +0400
committerisaacs <i@izs.me>2013-10-24 10:25:04 +0400
commit6f218cb9d1b5edc5a1c72cf77a0876c4bcaaeccc (patch)
treeebd091601c405449d6f3ecb9d6f8f38a0fac4d8d /node_modules/editor
parent98679c4c50b08d7a49dcc5209e2b0920643098ff (diff)
editor@0.0.5
Diffstat (limited to 'node_modules/editor')
-rw-r--r--node_modules/editor/LICENSE18
-rw-r--r--node_modules/editor/package.json9
2 files changed, 22 insertions, 5 deletions
diff --git a/node_modules/editor/LICENSE b/node_modules/editor/LICENSE
new file mode 100644
index 000000000..ee27ba4b4
--- /dev/null
+++ b/node_modules/editor/LICENSE
@@ -0,0 +1,18 @@
+This software is released under the MIT license:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/node_modules/editor/package.json b/node_modules/editor/package.json
index cbeada377..36e5f7efa 100644
--- a/node_modules/editor/package.json
+++ b/node_modules/editor/package.json
@@ -1,16 +1,15 @@
{
"name": "editor",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "launch $EDITOR in your program",
"main": "index.js",
- "bin": {},
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {},
"devDependencies": {
- "tap": "~0.2.5"
+ "tap": "~0.4.4"
},
"scripts": {
"test": "tap test/*.js"
@@ -39,6 +38,6 @@
"bugs": {
"url": "https://github.com/substack/node-editor/issues"
},
- "_id": "editor@0.0.4",
- "_from": "editor@"
+ "_id": "editor@0.0.5",
+ "_from": "editor@latest"
}