123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "_args": [
- [
- {
- "raw": "detect-indent@^5.0.0",
- "scope": null,
- "escapedName": "detect-indent",
- "name": "detect-indent",
- "rawSpec": "^5.0.0",
- "spec": ">=5.0.0 <6.0.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings-core"
- ]
- ],
- "_from": "detect-indent@>=5.0.0 <6.0.0",
- "_id": "detect-indent@5.0.0",
- "_inCache": true,
- "_location": "/detect-indent",
- "_nodeVersion": "4.6.0",
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/detect-indent-5.0.0.tgz_1476992892715_0.3219247553497553"
- },
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.15.9",
- "_phantomChildren": {},
- "_requested": {
- "raw": "detect-indent@^5.0.0",
- "scope": null,
- "escapedName": "detect-indent",
- "name": "detect-indent",
- "rawSpec": "^5.0.0",
- "spec": ">=5.0.0 <6.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/typings-core"
- ],
- "_resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz",
- "_shasum": "3871cc0a6a002e8c3e5b3cf7f336264675f06b9d",
- "_shrinkwrap": null,
- "_spec": "detect-indent@^5.0.0",
- "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/detect-indent/issues"
- },
- "dependencies": {},
- "description": "Detect the indentation of code",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "3871cc0a6a002e8c3e5b3cf7f336264675f06b9d",
- "tarball": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "6c7485c2e5b74abc11a8870b550a9d385beac9e0",
- "homepage": "https://github.com/sindresorhus/detect-indent#readme",
- "keywords": [
- "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": "xo && ava"
- },
- "version": "5.0.0",
- "xo": {
- "esnext": true
- }
- }
|