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/detect-newline/package.json')
-rw-r--r--node_modules/detect-newline/package.json23
1 files changed, 10 insertions, 13 deletions
diff --git a/node_modules/detect-newline/package.json b/node_modules/detect-newline/package.json
index 088e60c07..ae36cbcf7 100644
--- a/node_modules/detect-newline/package.json
+++ b/node_modules/detect-newline/package.json
@@ -1,32 +1,27 @@
{
- "_args": [
- [
- "detect-newline@2.1.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "detect-newline@2.1.0",
+ "_from": "detect-newline@^2.1.0",
"_id": "detect-newline@2.1.0",
"_inBundle": false,
"_integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=",
"_location": "/detect-newline",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "detect-newline@2.1.0",
+ "raw": "detect-newline@^2.1.0",
"name": "detect-newline",
"escapedName": "detect-newline",
- "rawSpec": "2.1.0",
+ "rawSpec": "^2.1.0",
"saveSpec": null,
- "fetchSpec": "2.1.0"
+ "fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "f41f1c10be4b00e87b5f13da680759f2c5bfd3e2",
+ "_spec": "detect-newline@^2.1.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -35,6 +30,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/detect-newline/issues"
},
+ "bundleDependencies": false,
+ "deprecated": false,
"description": "Detect the dominant newline character of a string",
"devDependencies": {
"ava": "*",