123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "_args": [
- [
- {
- "raw": "strip-indent@^1.0.1",
- "scope": null,
- "escapedName": "strip-indent",
- "name": "strip-indent",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/redent"
- ]
- ],
- "_from": "strip-indent@>=1.0.1 <2.0.0",
- "_id": "strip-indent@1.0.1",
- "_inCache": true,
- "_location": "/strip-indent",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.5.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "strip-indent@^1.0.1",
- "scope": null,
- "escapedName": "strip-indent",
- "name": "strip-indent",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/redent"
- ],
- "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
- "_shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
- "_shrinkwrap": null,
- "_spec": "strip-indent@^1.0.1",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/redent",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bin": {
- "strip-indent": "cli.js"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/strip-indent/issues"
- },
- "dependencies": {
- "get-stdin": "^4.0.1"
- },
- "description": "Strip leading whitespace from every line in a string",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
- "tarball": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js",
- "cli.js"
- ],
- "gitHead": "addcf90a56001ea122e9f1254987016bc87e5b5f",
- "homepage": "https://github.com/sindresorhus/strip-indent",
- "keywords": [
- "cli",
- "bin",
- "browser",
- "strip",
- "normalize",
- "remove",
- "indent",
- "indentation",
- "whitespace",
- "space",
- "tab",
- "string",
- "str"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "strip-indent",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/strip-indent.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.0.1"
- }
|