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:
authorForrest L Norvell <forrest@npmjs.com>2015-08-28 03:09:51 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-08-28 03:09:51 +0300
commit1dc84cdb53eff394b4d057be56f3ac3b2066b0b4 (patch)
tree87c5075980010782058743c12fbf262158a63b7f /node_modules/spdx-exceptions
parent01f0043809ac269b187aa5510b90bdb5cbefac5c (diff)
init-package-json@1.9.1
Support `silent` to suppress all output from the init process.
Diffstat (limited to 'node_modules/spdx-exceptions')
-rw-r--r--node_modules/spdx-exceptions/.npmignore2
-rw-r--r--node_modules/spdx-exceptions/LICENSE.md9
-rw-r--r--node_modules/spdx-exceptions/README.md13
-rw-r--r--node_modules/spdx-exceptions/index.json24
-rw-r--r--node_modules/spdx-exceptions/package.json78
5 files changed, 126 insertions, 0 deletions
diff --git a/node_modules/spdx-exceptions/.npmignore b/node_modules/spdx-exceptions/.npmignore
new file mode 100644
index 000000000..582506777
--- /dev/null
+++ b/node_modules/spdx-exceptions/.npmignore
@@ -0,0 +1,2 @@
+.npmiginore
+.travis.yml
diff --git a/node_modules/spdx-exceptions/LICENSE.md b/node_modules/spdx-exceptions/LICENSE.md
new file mode 100644
index 000000000..6c2555895
--- /dev/null
+++ b/node_modules/spdx-exceptions/LICENSE.md
@@ -0,0 +1,9 @@
+The MIT License
+
+Copyright (c) 2015 Kyle E. Mitchell
+
+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/spdx-exceptions/README.md b/node_modules/spdx-exceptions/README.md
new file mode 100644
index 000000000..ef377325e
--- /dev/null
+++ b/node_modules/spdx-exceptions/README.md
@@ -0,0 +1,13 @@
+```javascript
+var assert = require('assert')
+var spdxExceptions = require('spdx-exceptions')
+
+assert(Array.isArray(spdxExceptions))
+
+assert(spdxExceptions.length > 0)
+
+function isString(x) {
+ return typeof x === 'string' }
+
+assert(spdxExceptions.every(isString))
+```
diff --git a/node_modules/spdx-exceptions/index.json b/node_modules/spdx-exceptions/index.json
new file mode 100644
index 000000000..dd9277891
--- /dev/null
+++ b/node_modules/spdx-exceptions/index.json
@@ -0,0 +1,24 @@
+[
+ "389-exception",
+ "Autoconf-exception-2.0 ",
+ "Autoconf-exception-3.0 ",
+ "Bison-exception-2.2",
+ "CLISP-exception-2.0",
+ "Classpath-exception-2.0",
+ "FLTK-exception ",
+ "FLTK-exception-2.0 ",
+ "Font-exception-2.0 ",
+ "GCC-exception-2.0",
+ "GCC-exception-3.1",
+ "LZMA-exception ",
+ "Libtool-exception",
+ "Nokia-Qt-exception-1.1 ",
+ "Qwt-exception-1.0",
+ "WxWindows-exception-3.1",
+ "eCos-exception-2.0 ",
+ "freertos-exception-2.0 ",
+ "gnu-javamail-exception ",
+ "i2p-gpl-java-exception ",
+ "mif-exception",
+ "u-boot-exception-2.0 "
+]
diff --git a/node_modules/spdx-exceptions/package.json b/node_modules/spdx-exceptions/package.json
new file mode 100644
index 000000000..0ed389b57
--- /dev/null
+++ b/node_modules/spdx-exceptions/package.json
@@ -0,0 +1,78 @@
+{
+ "_args": [
+ [
+ "spdx-exceptions@^1.0.0",
+ "/Users/ogd/Documents/projects/npm/npm/node_modules/spdx-expression-parse"
+ ]
+ ],
+ "_from": "spdx-exceptions@>=1.0.0 <2.0.0",
+ "_id": "spdx-exceptions@1.0.2",
+ "_inCache": true,
+ "_location": "/spdx-exceptions",
+ "_nodeVersion": "0.12.7",
+ "_npmUser": {
+ "email": "kyle@kemitchell.com",
+ "name": "kemitchell"
+ },
+ "_npmVersion": "2.13.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "spdx-exceptions",
+ "raw": "spdx-exceptions@^1.0.0",
+ "rawSpec": "^1.0.0",
+ "scope": null,
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/spdx-expression-parse"
+ ],
+ "_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.2.tgz",
+ "_shasum": "c584a2875a1db1c8743266990af6e0c82e143a5b",
+ "_shrinkwrap": null,
+ "_spec": "spdx-exceptions@^1.0.0",
+ "_where": "/Users/ogd/Documents/projects/npm/npm/node_modules/spdx-expression-parse",
+ "author": {
+ "name": "The Linux Foundation"
+ },
+ "bugs": {
+ "url": "https://github.com/kemitchell/spdx-exceptions.js/issues"
+ },
+ "contributors": [
+ {
+ "name": "Kyle E. Mitchell",
+ "email": "kyle@kemitchell.com",
+ "url": "https://kemitchell.com/"
+ }
+ ],
+ "dependencies": {},
+ "description": "list of SPDX standard license exceptions",
+ "devDependencies": {
+ "defence-cli": "^1.0.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "c584a2875a1db1c8743266990af6e0c82e143a5b",
+ "tarball": "http://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-1.0.2.tgz"
+ },
+ "gitHead": "a1e7b0595efee0e4436e9807dd36280791e44c82",
+ "homepage": "https://github.com/kemitchell/spdx-exceptions.js#readme",
+ "installable": true,
+ "license": "CC-BY-3.0",
+ "maintainers": [
+ {
+ "name": "kemitchell",
+ "email": "kyle@kemitchell.com"
+ }
+ ],
+ "name": "spdx-exceptions",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/kemitchell/spdx-exceptions.js.git"
+ },
+ "scripts": {
+ "test": "defence -i javascript README.md | sed 's!spdx-exceptions!./!' | node"
+ },
+ "version": "1.0.2"
+}