Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80552 views
1
{
2
"name": "inline-source-map",
3
"version": "0.3.1",
4
"description": "Adds source mappings and base64 encodes them, so they can be inlined in your generated file.",
5
"main": "index.js",
6
"scripts": {
7
"test-main": "tap test/*.js",
8
"test-0.8": "nave use 0.8 npm run test-main",
9
"test-0.10": "nave use 0.10 npm run test-main",
10
"test-0.12": "nave use 0.12 npm run test-main",
11
"test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10 && npm run test-0.12",
12
"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi"
13
},
14
"repository": {
15
"type": "git",
16
"url": "git://github.com/thlorenz/inline-source-map.git"
17
},
18
"homepage": "https://github.com/thlorenz/inline-source-map",
19
"dependencies": {
20
"source-map": "~0.3.0"
21
},
22
"devDependencies": {
23
"tap": "~0.4.3",
24
"nave": "~0.4.4"
25
},
26
"keywords": [
27
"source",
28
"map",
29
"inline",
30
"base64",
31
"bundle",
32
"generate",
33
"transpile"
34
],
35
"author": {
36
"name": "Thorsten Lorenz",
37
"email": "[email protected]",
38
"url": "http://thlorenz.com"
39
},
40
"license": "MIT",
41
"engine": {
42
"node": ">=0.6"
43
},
44
"gitHead": "2dd30ca646fb4f97f79f08cd1ecf35942a8f6095",
45
"bugs": {
46
"url": "https://github.com/thlorenz/inline-source-map/issues"
47
},
48
"_id": "[email protected]",
49
"_shasum": "a528b514e689fce90db3089e870d92f527acb5eb",
50
"_from": "inline-source-map@>=0.3.0 <0.4.0",
51
"_npmVersion": "2.4.1",
52
"_nodeVersion": "1.1.0",
53
"_npmUser": {
54
"name": "thlorenz",
55
"email": "[email protected]"
56
},
57
"maintainers": [
58
{
59
"name": "thlorenz",
60
"email": "[email protected]"
61
}
62
],
63
"dist": {
64
"shasum": "a528b514e689fce90db3089e870d92f527acb5eb",
65
"tarball": "http://registry.npmjs.org/inline-source-map/-/inline-source-map-0.3.1.tgz"
66
},
67
"directories": {},
68
"_resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.3.1.tgz",
69
"readme": "ERROR: No README data found!"
70
}
71
72