This file is indexed.

/usr/lib/nodejs/sparkles/package.json is in node-sparkles 1.0.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
{
  "name": "sparkles",
  "version": "1.0.0",
  "description": "Namespaced global event emitter",
  "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
  "contributors": [],
  "repository": "phated/sparkles",
  "license": "MIT",
  "engines": {
    "node": ">= 0.10"
  },
  "main": "index.js",
  "files": [
    "LICENSE",
    "index.js"
  ],
  "scripts": {
    "test": "lab -cvL --ignore store@sparkles"
  },
  "dependencies": {},
  "devDependencies": {
    "@phated/eslint-config-iceddev": "^0.2.1",
    "code": "^1.5.0",
    "eslint": "^1.3.1",
    "eslint-plugin-mocha": "^0.5.1",
    "eslint-plugin-react": "^3.3.1",
    "lab": "^5.16.0"
  },
  "keywords": [
    "ee",
    "emitter",
    "events",
    "global",
    "namespaced"
  ]
}