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:
Diffstat (limited to 'node_modules/spdx-exceptions/package.json')
-rw-r--r--node_modules/spdx-exceptions/package.json78
1 files changed, 0 insertions, 78 deletions
diff --git a/node_modules/spdx-exceptions/package.json b/node_modules/spdx-exceptions/package.json
deleted file mode 100644
index 0ed389b57..000000000
--- a/node_modules/spdx-exceptions/package.json
+++ /dev/null
@@ -1,78 +0,0 @@
-{
- "_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"
-}