aboutsummaryrefslogtreecommitdiff
path: root/node_modules/del
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/del
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/del')
l---------node_modules/del/node_modules/.bin/rimraf1
-rw-r--r--node_modules/del/package.json113
2 files changed, 24 insertions, 90 deletions
diff --git a/node_modules/del/node_modules/.bin/rimraf b/node_modules/del/node_modules/.bin/rimraf
new file mode 120000
index 000000000..632d6da23
--- /dev/null
+++ b/node_modules/del/node_modules/.bin/rimraf
@@ -0,0 +1 @@
+../../../rimraf/bin.js \ No newline at end of file
diff --git a/node_modules/del/package.json b/node_modules/del/package.json
index d0539f027..acacf9f80 100644
--- a/node_modules/del/package.json
+++ b/node_modules/del/package.json
@@ -1,88 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "del@^2.2.0",
- "scope": null,
- "escapedName": "del",
- "name": "del",
- "rawSpec": "^2.2.0",
- "spec": ">=2.2.0 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex"
- ]
- ],
- "_from": "del@>=2.2.0 <3.0.0",
- "_id": "del@2.2.2",
- "_inCache": true,
- "_location": "/del",
- "_nodeVersion": "4.4.5",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/del-2.2.2.tgz_1471046735537_0.4419694794341922"
- },
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.15.5",
- "_phantomChildren": {},
- "_requested": {
- "raw": "del@^2.2.0",
- "scope": null,
- "escapedName": "del",
- "name": "del",
- "rawSpec": "^2.2.0",
- "spec": ">=2.2.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
- "_shasum": "c12c981d067846c84bcaf862cff930d907ffd1a8",
- "_shrinkwrap": null,
- "_spec": "del@^2.2.0",
- "_where": "/home/dold/repos/taler/wallet-webex",
+ "name": "del",
+ "version": "2.2.2",
+ "description": "Delete files and folders",
+ "license": "MIT",
+ "repository": "sindresorhus/del",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/del/issues"
- },
- "dependencies": {
- "globby": "^5.0.0",
- "is-path-cwd": "^1.0.0",
- "is-path-in-cwd": "^1.0.0",
- "object-assign": "^4.0.1",
- "pify": "^2.0.0",
- "pinkie-promise": "^2.0.0",
- "rimraf": "^2.2.8"
- },
- "description": "Delete files and folders",
- "devDependencies": {
- "ava": "*",
- "fs-extra": "^0.30.0",
- "path-exists": "^2.0.0",
- "tempfile": "^1.1.1",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "c12c981d067846c84bcaf862cff930d907ffd1a8",
- "tarball": "https://registry.npmjs.org/del/-/del-2.2.2.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"index.js"
],
- "gitHead": "3a97a5ba131055fbf7eb39f5ed47db86a2fd4497",
- "homepage": "https://github.com/sindresorhus/del#readme",
"keywords": [
"delete",
"del",
@@ -107,22 +42,20 @@
"fs",
"filesystem"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "del",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/del.git"
- },
- "scripts": {
- "test": "xo && ava"
+ "dependencies": {
+ "globby": "^5.0.0",
+ "is-path-cwd": "^1.0.0",
+ "is-path-in-cwd": "^1.0.0",
+ "object-assign": "^4.0.1",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0",
+ "rimraf": "^2.2.8"
},
- "version": "2.2.2"
+ "devDependencies": {
+ "ava": "*",
+ "fs-extra": "^0.30.0",
+ "path-exists": "^2.0.0",
+ "tempfile": "^1.1.1",
+ "xo": "*"
+ }
}