d4511f66f026c22641110a88141adc15f02a718d
[platform/framework/web/crosswalk-tizen.git] /
1 {
2   "_args": [
3     [
4       "string.prototype.endswith@https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz",
5       "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build"
6     ]
7   ],
8   "_development": true,
9   "_from": "string.prototype.endswith@https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz",
10   "_id": "string.prototype.endswith@https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz",
11   "_inBundle": false,
12   "_integrity": "sha1-oZwg3uUamHd+mkfhDwm+OTubunU=",
13   "_location": "/grunt-standard/standard-format/esformatter-eol-last/string.prototype.endswith",
14   "_phantomChildren": {},
15   "_requested": {
16     "type": "remote",
17     "raw": "string.prototype.endswith@https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz",
18     "name": "string.prototype.endswith",
19     "escapedName": "string.prototype.endswith",
20     "rawSpec": "https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz",
21     "saveSpec": "https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz",
22     "fetchSpec": "https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz"
23   },
24   "_requiredBy": [
25     "/grunt-standard/standard-format/esformatter-eol-last"
26   ],
27   "_spec": "https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz",
28   "_where": "/home/kenshin.choi/project/blink/workspace/public/crosswalk-tizen/wrt/build",
29   "author": {
30     "name": "Mathias Bynens",
31     "url": "http://mathiasbynens.be/"
32   },
33   "bugs": {
34     "url": "https://github.com/mathiasbynens/String.prototype.endsWith/issues"
35   },
36   "description": "A robust & optimized `String.prototype.endsWith` polyfill, based on the ECMAScript 6 specification.",
37   "directories": {
38     "test": "tests"
39   },
40   "files": [
41     "LICENSE-MIT.txt",
42     "endswith.js"
43   ],
44   "homepage": "http://mths.be/endswith",
45   "keywords": [
46     "string",
47     "endswith",
48     "es6",
49     "ecmascript",
50     "polyfill"
51   ],
52   "licenses": [
53     {
54       "type": "MIT",
55       "url": "http://mths.be/mit"
56     }
57   ],
58   "main": "endswith.js",
59   "name": "string.prototype.endswith",
60   "repository": {
61     "type": "git",
62     "url": "git+https://github.com/mathiasbynens/String.prototype.endsWith.git"
63   },
64   "scripts": {
65     "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
66     "test": "node tests/tests.js"
67   },
68   "version": "https://registry.npmjs.org/string.prototype.endswith/-/string.prototype.endswith-0.2.0.tgz"
69 }