This file is indexed.

/usr/lib/nodejs/es6-promise/package.json is in node-es6-promise 4.2.4-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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "name": "es6-promise",
  "namespace": "es6-promise",
  "version": "4.2.4",
  "description": "A lightweight library that provides tools for organizing asynchronous code",
  "main": "dist/es6-promise.js",
  "typings": "es6-promise.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "dist",
    "lib",
    "es6-promise.d.ts",
    "auto.js",
    "!dist/test"
  ],
  "devDependencies": {
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-plugin-transform-es2015-block-scoping": "^6.24.1",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
    "babel-plugin-transform-es2015-constants": "^6.1.4",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-es2015-parameters": "^6.24.1",
    "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
    "babel-plugin-transform-es2015-spread": "^6.22.0",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "babel6-plugin-strip-class-callcheck": "^6.0.0",
    "broccoli-babel-transpiler": "^6.0.0",
    "broccoli-concat": "^3.1.0",
    "broccoli-merge-trees": "^2.0.0",
    "broccoli-rollup": "^2.0.0",
    "broccoli-stew": "^1.5.0",
    "broccoli-uglify-js": "^0.2.0",
    "broccoli-watchify": "^1.0.1",
    "ember-cli": "2.18.0-beta.2",
    "ember-cli-dependency-checker": "^2.1.0",
    "git-repo-version": "1.0.1",
    "json3": "^3.3.2",
    "mocha": "^4.0.1",
    "promises-aplus-tests-phantom": "^2.1.0-revise"
  },
  "scripts": {
    "build": "ember build --environment production",
    "start": "ember s",
    "test": "ember test",
    "test:server": "ember test --server",
    "test:node": "ember test --launch Mocha",
    "test:browser": "ember test --launch PhantomJS",
    "prepublishOnly": "ember build --environment production"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/stefanpenner/es6-promise.git"
  },
  "bugs": {
    "url": "https://github.com/stefanpenner/es6-promise/issues"
  },
  "browser": {
    "vertx": false
  },
  "keywords": [
    "promises",
    "promise",
    "polyfill",
    "futures"
  ],
  "author": "Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)",
  "license": "MIT",
  "spm": {
    "main": "dist/es6-promise.js"
  },
  "dependencies": {}
}