source: imaps-frontend/node_modules/source-map-support/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[79a0317]1{
2 "_from": "source-map-support@~0.5.20",
3 "_id": "source-map-support@0.5.21",
4 "_inBundle": false,
5 "_integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
6 "_location": "/source-map-support",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "source-map-support@~0.5.20",
12 "name": "source-map-support",
13 "escapedName": "source-map-support",
14 "rawSpec": "~0.5.20",
15 "saveSpec": null,
16 "fetchSpec": "~0.5.20"
17 },
18 "_requiredBy": [
19 "/terser"
20 ],
21 "_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
22 "_shasum": "04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f",
23 "_spec": "source-map-support@~0.5.20",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/terser",
25 "bugs": {
26 "url": "https://github.com/evanw/node-source-map-support/issues"
27 },
28 "bundleDependencies": false,
29 "dependencies": {
30 "buffer-from": "^1.0.0",
31 "source-map": "^0.6.0"
32 },
33 "deprecated": false,
34 "description": "Fixes stack traces for files with source maps",
35 "devDependencies": {
36 "browserify": "^4.2.3",
37 "coffeescript": "^1.12.7",
38 "http-server": "^0.11.1",
39 "mocha": "^3.5.3",
40 "webpack": "^1.15.0"
41 },
42 "homepage": "https://github.com/evanw/node-source-map-support#readme",
43 "license": "MIT",
44 "main": "./source-map-support.js",
45 "name": "source-map-support",
46 "repository": {
47 "type": "git",
48 "url": "git+https://github.com/evanw/node-source-map-support.git"
49 },
50 "scripts": {
51 "build": "node build.js",
52 "prepublish": "npm run build",
53 "serve-tests": "http-server -p 1336",
54 "test": "mocha"
55 },
56 "version": "0.5.21"
57}
Note: See TracBrowser for help on using the repository browser.