Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/readdir-scoped-modules/package.json')
-rw-r--r--deps/npm/node_modules/readdir-scoped-modules/package.json36
1 files changed, 19 insertions, 17 deletions
diff --git a/deps/npm/node_modules/readdir-scoped-modules/package.json b/deps/npm/node_modules/readdir-scoped-modules/package.json
index 92afa2d9929..08e6e67b29a 100644
--- a/deps/npm/node_modules/readdir-scoped-modules/package.json
+++ b/deps/npm/node_modules/readdir-scoped-modules/package.json
@@ -1,34 +1,31 @@
{
- "_args": [
- [
- "readdir-scoped-modules@1.0.2",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "readdir-scoped-modules@1.0.2",
- "_id": "readdir-scoped-modules@1.0.2",
+ "_from": "readdir-scoped-modules@*",
+ "_id": "readdir-scoped-modules@1.1.0",
"_inBundle": false,
- "_integrity": "sha1-n6+jfShr5dksuuve4DDcm19AZ0c=",
+ "_integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==",
"_location": "/readdir-scoped-modules",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "readdir-scoped-modules@1.0.2",
+ "raw": "readdir-scoped-modules@*",
"name": "readdir-scoped-modules",
"escapedName": "readdir-scoped-modules",
- "rawSpec": "1.0.2",
+ "rawSpec": "*",
"saveSpec": null,
- "fetchSpec": "1.0.2"
+ "fetchSpec": "*"
},
"_requiredBy": [
+ "#USER",
"/",
+ "/npm-registry-mock",
"/read-installed",
"/read-package-tree"
],
- "_resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz",
- "_spec": "1.0.2",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz",
+ "_shasum": "8d45407b4f870a0dcaebc0e28670d18e74514309",
+ "_spec": "readdir-scoped-modules@*",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -37,12 +34,14 @@
"bugs": {
"url": "https://github.com/npm/readdir-scoped-modules/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"debuglog": "^1.0.1",
"dezalgo": "^1.0.0",
"graceful-fs": "^4.1.2",
"once": "^1.3.0"
},
+ "deprecated": false,
"description": "Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.",
"devDependencies": {
"tap": "^1.2.0"
@@ -50,6 +49,9 @@
"directories": {
"test": "test"
},
+ "files": [
+ "readdir.js"
+ ],
"homepage": "https://github.com/npm/readdir-scoped-modules",
"license": "ISC",
"main": "readdir.js",
@@ -61,5 +63,5 @@
"scripts": {
"test": "tap test/*.js"
},
- "version": "1.0.2"
+ "version": "1.1.0"
}