Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / source-map-url / package.json
1 {
2   "_from": "source-map-url@^0.4.0",
3   "_id": "source-map-url@0.4.0",
4   "_inBundle": false,
5   "_integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
6   "_location": "/source-map-url",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "source-map-url@^0.4.0",
12     "name": "source-map-url",
13     "escapedName": "source-map-url",
14     "rawSpec": "^0.4.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.4.0"
17   },
18   "_requiredBy": [
19     "/source-map-resolve"
20   ],
21   "_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
22   "_shasum": "3e935d7ddd73631b97659956d55128e87b5084a3",
23   "_spec": "source-map-url@^0.4.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/source-map-resolve",
25   "author": {
26     "name": "Simon Lydell"
27   },
28   "bugs": {
29     "url": "https://github.com/lydell/source-map-url/issues"
30   },
31   "bundleDependencies": false,
32   "deprecated": false,
33   "description": "Tools for working with sourceMappingURL comments.",
34   "devDependencies": {
35     "expect.js": "~0.3.1",
36     "jshint": "~2.4.3",
37     "mocha": "~1.17.1"
38   },
39   "homepage": "https://github.com/lydell/source-map-url#readme",
40   "keywords": [
41     "source map",
42     "sourceMappingURL",
43     "comment",
44     "annotation"
45   ],
46   "license": "MIT",
47   "main": "source-map-url.js",
48   "name": "source-map-url",
49   "repository": {
50     "type": "git",
51     "url": "git+https://github.com/lydell/source-map-url.git"
52   },
53   "scripts": {
54     "lint": "jshint source-map-url.js test/ ",
55     "test": "npm run lint && npm run unit",
56     "unit": "mocha"
57   },
58   "testling": {
59     "harness": "mocha",
60     "files": "test/*.js",
61     "browsers": [
62       "ie/8..latest",
63       "chrome/latest",
64       "firefox/latest",
65       "opera/12",
66       "opera/latest",
67       "safari/5",
68       "iphone/6",
69       "android-browser/4"
70     ]
71   },
72   "version": "0.4.0"
73 }