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": "bluebird@^3.0.5",
6 "scope": null,
7 "escapedName": "bluebird",
8 "name": "bluebird",
9 "rawSpec": "^3.0.5",
10 "spec": ">=3.0.5 <4.0.0",
11 "type": "range"
12 },
13 "/Users/evacomaroski/Documents/Development/corrade-nucleus-nucleons/script-kiddie/002_script_kiddie/script-kiddie/node_modules/editorconfig"
14 ]
15 ],
16 "_from": "bluebird@>=3.0.5 <4.0.0",
17 "_id": "bluebird@3.5.0",
18 "_inCache": true,
19 "_location": "/bluebird",
20 "_nodeVersion": "7.7.1",
21 "_npmOperationalInternal": {
22 "host": "packages-12-west.internal.npmjs.com",
23 "tmp": "tmp/bluebird-3.5.0.tgz_1488577769162_0.549377566203475"
24 },
25 "_npmUser": {
26 "name": "esailija",
27 "email": "petka_antonov@hotmail.com"
28 },
29 "_npmVersion": "4.1.2",
30 "_phantomChildren": {},
31 "_requested": {
32 "raw": "bluebird@^3.0.5",
33 "scope": null,
34 "escapedName": "bluebird",
35 "name": "bluebird",
36 "rawSpec": "^3.0.5",
37 "spec": ">=3.0.5 <4.0.0",
38 "type": "range"
39 },
40 "_requiredBy": [
41 "/editorconfig"
42 ],
43 "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz",
44 "_shasum": "791420d7f551eea2897453a8a77653f96606d67c",
45 "_shrinkwrap": null,
46 "_spec": "bluebird@^3.0.5",
47 "_where": "/Users/evacomaroski/Documents/Development/corrade-nucleus-nucleons/script-kiddie/002_script_kiddie/script-kiddie/node_modules/editorconfig",
48 "author": {
49 "name": "Petka Antonov",
50 "email": "petka_antonov@hotmail.com",
51 "url": "http://github.com/petkaantonov/"
52 },
53 "browser": "./js/browser/bluebird.js",
54 "bugs": {
55 "url": "http://github.com/petkaantonov/bluebird/issues"
56 },
57 "dependencies": {},
58 "description": "Full featured Promises/A+ implementation with exceptionally good performance",
59 "devDependencies": {
60 "acorn": "~0.6.0",
61 "baconjs": "^0.7.43",
62 "bluebird": "^2.9.2",
63 "body-parser": "^1.10.2",
64 "browserify": "^8.1.1",
65 "cli-table": "~0.3.1",
66 "co": "^4.2.0",
67 "cross-spawn": "^0.2.3",
68 "glob": "^4.3.2",
69 "grunt-saucelabs": "~8.4.1",
70 "highland": "^2.3.0",
71 "istanbul": "^0.3.5",
72 "jshint": "^2.6.0",
73 "jshint-stylish": "~0.2.0",
74 "kefir": "^2.4.1",
75 "mkdirp": "~0.5.0",
76 "mocha": "~2.1",
77 "open": "~0.0.5",
78 "optimist": "~0.6.1",
79 "rimraf": "~2.2.6",
80 "rx": "^2.3.25",
81 "serve-static": "^1.7.1",
82 "sinon": "~1.7.3",
83 "uglify-js": "~2.4.16"
84 },
85 "directories": {},
86 "dist": {
87 "shasum": "791420d7f551eea2897453a8a77653f96606d67c",
88 "tarball": "http://grimore.org:4873/bluebird/-/bluebird-3.5.0.tgz"
89 },
90 "files": [
91 "js/browser",
92 "js/release",
93 "LICENSE"
94 ],
95 "gitHead": "0b281e6caeec9c30b8de9a409b8ff1723f973f59",
96 "homepage": "https://github.com/petkaantonov/bluebird",
97 "keywords": [
98 "promise",
99 "performance",
100 "promises",
101 "promises-a",
102 "promises-aplus",
103 "async",
104 "await",
105 "deferred",
106 "deferreds",
107 "future",
108 "flow control",
109 "dsl",
110 "fluent interface"
111 ],
112 "license": "MIT",
113 "main": "./js/release/bluebird.js",
114 "maintainers": [
115 {
116 "name": "esailija",
117 "email": "petka_antonov@hotmail.com"
118 }
119 ],
120 "name": "bluebird",
121 "optionalDependencies": {},
122 "readme": "ERROR: No README data found!",
123 "repository": {
124 "type": "git",
125 "url": "git://github.com/petkaantonov/bluebird.git"
126 },
127 "scripts": {
128 "generate-browser-core": "node tools/build.js --features=core --no-debug --release --zalgo --browser --minify && mv js/browser/bluebird.js js/browser/bluebird.core.js && mv js/browser/bluebird.min.js js/browser/bluebird.core.min.js",
129 "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify",
130 "istanbul": "istanbul",
131 "lint": "node scripts/jshint.js",
132 "prepublish": "npm run generate-browser-core && npm run generate-browser-full",
133 "test": "node tools/test.js"
134 },
135 "version": "3.5.0",
136 "webpack": "./js/release/bluebird.js"
137 }