| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "_args": [
- [
- {
- "raw": "detect-indent@^2.0.0",
- "scope": null,
- "escapedName": "detect-indent",
- "name": "detect-indent",
- "rawSpec": "^2.0.0",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-json-editor"
- ]
- ],
- "_from": "detect-indent@>=2.0.0 <3.0.0",
- "_id": "detect-indent@2.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/detect-indent",
- "_nodeVersion": "0.10.32",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.1.4",
- "_phantomChildren": {
- "is-finite": "1.0.2"
- },
- "_requested": {
- "raw": "detect-indent@^2.0.0",
- "scope": null,
- "escapedName": "detect-indent",
- "name": "detect-indent",
- "rawSpec": "^2.0.0",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp-json-editor"
- ],
- "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-2.0.0.tgz",
- "_shasum": "720ff51e4d97b76884f6bf57292348b13dfde939",
- "_shrinkwrap": null,
- "_spec": "detect-indent@^2.0.0",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-json-editor",
- "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": "^3.0.0",
- "minimist": "^1.1.0",
- "repeating": "^1.1.0"
- },
- "description": "Detect the indentation of code",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "720ff51e4d97b76884f6bf57292348b13dfde939",
- "tarball": "https://registry.npmjs.org/detect-indent/-/detect-indent-2.0.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js",
- "cli.js"
- ],
- "gitHead": "401f402f06ecc897ba6726440ec93375673d4cc0",
- "homepage": "https://github.com/sindresorhus/detect-indent",
- "keywords": [
- "cli",
- "bin",
- "indent",
- "indentation",
- "detect",
- "infer",
- "identify",
- "code",
- "string",
- "text",
- "source",
- "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"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "2.0.0"
- }
|