corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 {
2 "_args": [
3 [
4 {
5 "raw": "editorconfig@^0.13.2",
6 "scope": null,
7 "escapedName": "editorconfig",
8 "name": "editorconfig",
9 "rawSpec": "^0.13.2",
10 "spec": ">=0.13.2 <0.14.0",
11 "type": "range"
12 },
13 "/Users/evacomaroski/Documents/Development/corrade-nucleus-nucleons/script-kiddie/002_script_kiddie/script-kiddie/node_modules/js-beautify"
14 ]
15 ],
16 "_from": "editorconfig@>=0.13.2 <0.14.0",
17 "_id": "editorconfig@0.13.2",
18 "_inCache": true,
19 "_location": "/editorconfig",
20 "_nodeVersion": "5.0.0",
21 "_npmUser": {
22 "name": "jedmao",
23 "email": "jedmao@outlook.com"
24 },
25 "_npmVersion": "3.3.6",
26 "_phantomChildren": {
27 "graceful-readlink": "1.0.1"
28 },
29 "_requested": {
30 "raw": "editorconfig@^0.13.2",
31 "scope": null,
32 "escapedName": "editorconfig",
33 "name": "editorconfig",
34 "rawSpec": "^0.13.2",
35 "spec": ">=0.13.2 <0.14.0",
36 "type": "range"
37 },
38 "_requiredBy": [
39 "/js-beautify"
40 ],
41 "_resolved": "http://grimore.org:4873/editorconfig/-/editorconfig-0.13.2.tgz",
42 "_shasum": "8e57926d9ee69ab6cb999f027c2171467acceb35",
43 "_shrinkwrap": null,
44 "_spec": "editorconfig@^0.13.2",
45 "_where": "/Users/evacomaroski/Documents/Development/corrade-nucleus-nucleons/script-kiddie/002_script_kiddie/script-kiddie/node_modules/js-beautify",
46 "author": {
47 "name": "EditorConfig Team"
48 },
49 "bin": {
50 "editorconfig": "bin/editorconfig"
51 },
52 "bugs": {
53 "url": "https://github.com/editorconfig/editorconfig-core-js/issues"
54 },
55 "contributors": [
56 {
57 "name": "Hong Xu",
58 "url": "topbug.net"
59 },
60 {
61 "name": "Jed Mao",
62 "url": "https://github.com/jedmao/"
63 },
64 {
65 "name": "Trey Hunner",
66 "url": "http://treyhunner.com"
67 }
68 ],
69 "dependencies": {
70 "bluebird": "^3.0.5",
71 "commander": "^2.9.0",
72 "lru-cache": "^3.2.0",
73 "sigmund": "^1.0.1"
74 },
75 "description": "EditorConfig File Locator and Interpreter for Node.js",
76 "devDependencies": {
77 "eclint": "^1.1.5",
78 "mocha": "^2.3.4",
79 "should": "^7.1.1"
80 },
81 "directories": {
82 "bin": "./bin",
83 "lib": "./lib"
84 },
85 "dist": {
86 "shasum": "8e57926d9ee69ab6cb999f027c2171467acceb35",
87 "tarball": "http://grimore.org:4873/editorconfig/-/editorconfig-0.13.2.tgz"
88 },
89 "homepage": "https://github.com/editorconfig/editorconfig-core-js#readme",
90 "keywords": [
91 "editorconfig",
92 "core"
93 ],
94 "license": {
95 "type": "MIT",
96 "url": "http://editorconfig.mit-license.org/2012"
97 },
98 "main": "editorconfig.js",
99 "maintainers": [
100 {
101 "name": "trey",
102 "email": "trey@treyhunner.com"
103 },
104 {
105 "name": "jedmao",
106 "email": "jed.hunsaker+npm@gmail.com"
107 }
108 ],
109 "name": "editorconfig",
110 "optionalDependencies": {},
111 "readme": "ERROR: No README data found!",
112 "repository": {
113 "type": "git",
114 "url": "git://github.com/editorconfig/editorconfig-core-js.git"
115 },
116 "scripts": {
117 "lint": "eclint check --indent_size ignore editorconfig.js README.md \"bin/**\" \"lib/**\"",
118 "pretest": "cmake .",
119 "test": "npm run lint && ctest .",
120 "test-verbose": "npm run lint && ctest -VV --output-on-failure ."
121 },
122 "version": "0.13.2"
123 }