1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "source-map-url@0.4.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "source-map-url@0.4.1",
|
---|
10 | "_id": "source-map-url@0.4.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
|
---|
13 | "_location": "/source-map-url",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "source-map-url@0.4.1",
|
---|
19 | "name": "source-map-url",
|
---|
20 | "escapedName": "source-map-url",
|
---|
21 | "rawSpec": "0.4.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "0.4.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/css-parse/source-map-resolve",
|
---|
27 | "/snapdragon/source-map-resolve"
|
---|
28 | ],
|
---|
29 | "_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
|
---|
30 | "_spec": "0.4.1",
|
---|
31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
32 | "author": {
|
---|
33 | "name": "Simon Lydell"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/lydell/source-map-url/issues"
|
---|
37 | },
|
---|
38 | "description": "Tools for working with sourceMappingURL comments.",
|
---|
39 | "devDependencies": {
|
---|
40 | "expect.js": "~0.3.1",
|
---|
41 | "jshint": "~2.4.3",
|
---|
42 | "mocha": "~1.17.1"
|
---|
43 | },
|
---|
44 | "homepage": "https://github.com/lydell/source-map-url#readme",
|
---|
45 | "keywords": [
|
---|
46 | "source map",
|
---|
47 | "sourceMappingURL",
|
---|
48 | "comment",
|
---|
49 | "annotation"
|
---|
50 | ],
|
---|
51 | "license": "MIT",
|
---|
52 | "main": "source-map-url.js",
|
---|
53 | "name": "source-map-url",
|
---|
54 | "repository": {
|
---|
55 | "type": "git",
|
---|
56 | "url": "git+https://github.com/lydell/source-map-url.git"
|
---|
57 | },
|
---|
58 | "scripts": {
|
---|
59 | "lint": "jshint source-map-url.js test/ ",
|
---|
60 | "test": "npm run lint && npm run unit",
|
---|
61 | "unit": "mocha"
|
---|
62 | },
|
---|
63 | "testling": {
|
---|
64 | "harness": "mocha",
|
---|
65 | "files": "test/*.js",
|
---|
66 | "browsers": [
|
---|
67 | "ie/8..latest",
|
---|
68 | "chrome/latest",
|
---|
69 | "firefox/latest",
|
---|
70 | "opera/12",
|
---|
71 | "opera/latest",
|
---|
72 | "safari/5",
|
---|
73 | "iphone/6",
|
---|
74 | "android-browser/4"
|
---|
75 | ]
|
---|
76 | },
|
---|
77 | "version": "0.4.1"
|
---|
78 | }
|
---|