aboutsummaryrefslogtreecommitdiff
path: root/node_modules/detect-indent/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/detect-indent/package.json')
-rw-r--r--node_modules/detect-indent/package.json107
1 files changed, 20 insertions, 87 deletions
diff --git a/node_modules/detect-indent/package.json b/node_modules/detect-indent/package.json
index d8dfce443..fa477985c 100644
--- a/node_modules/detect-indent/package.json
+++ b/node_modules/detect-indent/package.json
@@ -1,85 +1,24 @@
{
- "_args": [
- [
- {
- "raw": "detect-indent@^3.0.1",
- "scope": null,
- "escapedName": "detect-indent",
- "name": "detect-indent",
- "rawSpec": "^3.0.1",
- "spec": ">=3.0.1 <4.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/babel-generator"
- ]
- ],
- "_from": "detect-indent@>=3.0.1 <4.0.0",
- "_id": "detect-indent@3.0.1",
- "_inCache": true,
- "_location": "/detect-indent",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.5.1",
- "_phantomChildren": {
- "is-finite": "1.0.2"
- },
- "_requested": {
- "raw": "detect-indent@^3.0.1",
- "scope": null,
- "escapedName": "detect-indent",
- "name": "detect-indent",
- "rawSpec": "^3.0.1",
- "spec": ">=3.0.1 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/babel-generator"
- ],
- "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz",
- "_shasum": "9dc5e5ddbceef8325764b9451b02bc6d54084f75",
- "_shrinkwrap": null,
- "_spec": "detect-indent@^3.0.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/babel-generator",
+ "name": "detect-indent",
+ "version": "4.0.0",
+ "description": "Detect the indentation of code",
+ "license": "MIT",
+ "repository": "sindresorhus/detect-indent",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bin": {
- "detect-indent": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/detect-indent/issues"
- },
- "dependencies": {
- "get-stdin": "^4.0.1",
- "minimist": "^1.1.0",
- "repeating": "^1.1.0"
- },
- "description": "Detect the indentation of code",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "9dc5e5ddbceef8325764b9451b02bc6d54084f75",
- "tarball": "https://registry.npmjs.org/detect-indent/-/detect-indent-3.0.1.tgz"
+ "url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
- "index.js",
- "cli.js"
+ "index.js"
],
- "gitHead": "c046bec94ac5eefeb67ae4501d556c8dcec2914e",
- "homepage": "https://github.com/sindresorhus/detect-indent",
"keywords": [
- "cli",
- "bin",
"indent",
"indentation",
"detect",
@@ -92,22 +31,16 @@
"space",
"tab"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "detect-indent",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/detect-indent.git"
+ "dependencies": {
+ "repeating": "^2.0.0"
},
- "scripts": {
- "test": "mocha"
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
},
- "version": "3.0.1"
+ "xo": {
+ "ignores": [
+ "fixture/**"
+ ]
+ }
}