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:
authorKat Marchán <kzm@zkat.tech>2018-12-12 01:37:32 +0300
committerKat Marchán <kzm@zkat.tech>2018-12-12 01:39:19 +0300
commita3ba0ccf1fa86aec56b1ad49883abf28c1f56b3c (patch)
tree9db06ac0b7bec8d85cda0704fbaf90055d7029a9 /node_modules/rimraf
parent569491b8042f939dc13986b6adb2a0a260f95b63 (diff)
deps: move rimraf to prod deps
Diffstat (limited to 'node_modules/rimraf')
-rw-r--r--node_modules/rimraf/package.json27
1 files changed, 11 insertions, 16 deletions
diff --git a/node_modules/rimraf/package.json b/node_modules/rimraf/package.json
index 758856bf6..a22d103bb 100644
--- a/node_modules/rimraf/package.json
+++ b/node_modules/rimraf/package.json
@@ -1,27 +1,22 @@
{
- "_args": [
- [
- "rimraf@2.6.2",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "rimraf@2.6.2",
+ "_from": "rimraf@*",
"_id": "rimraf@2.6.2",
"_inBundle": false,
"_integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
"_location": "/rimraf",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "rimraf@2.6.2",
+ "raw": "rimraf@*",
"name": "rimraf",
"escapedName": "rimraf",
- "rawSpec": "2.6.2",
+ "rawSpec": "*",
"saveSpec": null,
- "fetchSpec": "2.6.2"
+ "fetchSpec": "*"
},
"_requiredBy": [
+ "#USER",
"/",
"/cacache",
"/copy-concurrently",
@@ -32,15 +27,13 @@
"/libnpx",
"/move-concurrently",
"/node-gyp",
- "/npm-profile/cacache",
- "/npm-registry-fetch/cacache",
"/pacote",
- "/tacks",
"/tap"
],
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
- "_spec": "2.6.2",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36",
+ "_spec": "rimraf@*",
+ "_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -52,9 +45,11 @@
"bugs": {
"url": "https://github.com/isaacs/rimraf/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"glob": "^7.0.5"
},
+ "deprecated": false,
"description": "A deep deletion module for node (like `rm -rf`)",
"devDependencies": {
"mkdirp": "^0.5.1",