1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
| {
| "_args": [
| [
| "de-indent@1.0.2",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "de-indent@1.0.2",
| "_id": "de-indent@1.0.2",
| "_inBundle": false,
| "_integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=",
| "_location": "/de-indent",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "de-indent@1.0.2",
| "name": "de-indent",
| "escapedName": "de-indent",
| "rawSpec": "1.0.2",
| "saveSpec": null,
| "fetchSpec": "1.0.2"
| },
| "_requiredBy": [
| "/vue-template-compiler"
| ],
| "_resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
| "_spec": "1.0.2",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Evan You"
| },
| "bugs": {
| "url": "https://github.com/yyx990803/de-indent/issues"
| },
| "description": "remove extra indent from a block of code",
| "devDependencies": {
| "mocha": "^2.3.4"
| },
| "homepage": "https://github.com/yyx990803/de-indent#readme",
| "keywords": [
| "deindent"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "de-indent",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/yyx990803/de-indent.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "version": "1.0.2"
| }
|
|