mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
104 lines
2.8 KiB
JSON
104 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"inline-source-map@~0.6.0",
|
|
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/combine-source-map"
|
|
]
|
|
],
|
|
"_from": "inline-source-map@>=0.6.0 <0.7.0",
|
|
"_id": "inline-source-map@0.6.2",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/inline-source-map",
|
|
"_nodeVersion": "5.10.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/inline-source-map-0.6.2.tgz_1460525282705_0.553636197000742"
|
|
},
|
|
"_npmUser": {
|
|
"email": "zertosh@gmail.com",
|
|
"name": "zertosh"
|
|
},
|
|
"_npmVersion": "3.8.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "inline-source-map",
|
|
"raw": "inline-source-map@~0.6.0",
|
|
"rawSpec": "~0.6.0",
|
|
"scope": null,
|
|
"spec": ">=0.6.0 <0.7.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/combine-source-map"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz",
|
|
"_shasum": "f9393471c18a79d1724f863fa38b586370ade2a5",
|
|
"_shrinkwrap": null,
|
|
"_spec": "inline-source-map@~0.6.0",
|
|
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/combine-source-map",
|
|
"author": {
|
|
"email": "thlorenz@gmx.de",
|
|
"name": "Thorsten Lorenz",
|
|
"url": "http://thlorenz.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/thlorenz/inline-source-map/issues"
|
|
},
|
|
"dependencies": {
|
|
"source-map": "~0.5.3"
|
|
},
|
|
"description": "Adds source mappings and base64 encodes them, so they can be inlined in your generated file.",
|
|
"devDependencies": {
|
|
"nave": "~0.5.0",
|
|
"tap": "~0.7.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "f9393471c18a79d1724f863fa38b586370ade2a5",
|
|
"tarball": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz"
|
|
},
|
|
"engine": {
|
|
"node": ">=0.6"
|
|
},
|
|
"gitHead": "c1a5b0c471bd8eee62bc8d4d2ec59a7439059f75",
|
|
"homepage": "https://github.com/thlorenz/inline-source-map",
|
|
"keywords": [
|
|
"base64",
|
|
"bundle",
|
|
"generate",
|
|
"inline",
|
|
"map",
|
|
"source",
|
|
"transpile"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "thlorenz",
|
|
"email": "thlorenz@gmx.de"
|
|
},
|
|
{
|
|
"name": "zertosh",
|
|
"email": "zertosh@gmail.com"
|
|
}
|
|
],
|
|
"name": "inline-source-map",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/thlorenz/inline-source-map.git"
|
|
},
|
|
"scripts": {
|
|
"test": "if [ -e $TRAVIS ]; then npm run test-all; else npm run test-main; fi",
|
|
"test-0.10": "nave use 0.10 npm run test-main",
|
|
"test-0.12": "nave use 0.12 npm run test-main",
|
|
"test-0.8": "nave use 0.8 npm run test-main",
|
|
"test-all": "npm run test-main && npm run test-0.8 && npm run test-0.10 && npm run test-0.12",
|
|
"test-main": "tap test/*.js"
|
|
},
|
|
"version": "0.6.2"
|
|
}
|