12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_args": [
- [
- "indent-string@^1.1.0",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/meow"
- ]
- ],
- "_from": "indent-string@>=1.1.0 <2.0.0",
- "_id": "indent-string@1.2.2",
- "_inCache": true,
- "_location": "/indent-string",
- "_nodeVersion": "0.12.5",
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.11.2",
- "_phantomChildren": {},
- "_requested": {
- "name": "indent-string",
- "raw": "indent-string@^1.1.0",
- "rawSpec": "^1.1.0",
- "scope": null,
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/meow"
- ],
- "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz",
- "_shasum": "db99bcc583eb6abbb1e48dcbb1999a986041cb6b",
- "_shrinkwrap": null,
- "_spec": "indent-string@^1.1.0",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/meow",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bin": {
- "indent-string": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/indent-string/issues"
- },
- "dependencies": {
- "get-stdin": "^4.0.1",
- "minimist": "^1.1.0",
- "repeating": "^1.1.0"
- },
- "description": "Indent each line in a string",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "db99bcc583eb6abbb1e48dcbb1999a986041cb6b",
- "tarball": "http://registry.npmjs.org/indent-string/-/indent-string-1.2.2.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "cli.js",
- "index.js"
- ],
- "gitHead": "ce73faa67c3573fa81bf88796b8f4915ba09593e",
- "homepage": "https://github.com/sindresorhus/indent-string",
- "installable": true,
- "keywords": [
- "bin",
- "cli",
- "cli-app",
- "indent",
- "line",
- "pad",
- "str",
- "string"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "indent-string",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/sindresorhus/indent-string"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.2.2"
- }
|