mam-project-templates
Version:
my personal templating projects
75 lines (74 loc) • 2.15 kB
JSON
{
"_from": "inline-source-map@~0.3.0",
"_id": "inline-source-map@0.3.1",
"_inBundle": false,
"_integrity": "sha1-pSi1FOaJ/OkNswiehw2S9Sestes=",
"_location": "/inline-source-map",
"_phantomChildren": {
"amdefine": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "inline-source-map@~0.3.0",
"name": "inline-source-map",
"escapedName": "inline-source-map",
"rawSpec": "~0.3.0",
"saveSpec": null,
"fetchSpec": "~0.3.0"
},
"_requiredBy": [
"/combine-source-map"
],
"_resolved": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.3.1.tgz",
"_shasum": "a528b514e689fce90db3089e870d92f527acb5eb",
"_spec": "inline-source-map@~0.3.0",
"_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Ranger\\node_modules\\combine-source-map",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"bugs": {
"url": "https://github.com/thlorenz/inline-source-map/issues"
},
"bundleDependencies": false,
"dependencies": {
"source-map": "~0.3.0"
},
"deprecated": false,
"description": "Adds source mappings and base64 encodes them, so they can be inlined in your generated file.",
"devDependencies": {
"nave": "~0.4.4",
"tap": "~0.4.3"
},
"engine": {
"node": ">=0.6"
},
"homepage": "https://github.com/thlorenz/inline-source-map",
"keywords": [
"source",
"map",
"inline",
"base64",
"bundle",
"generate",
"transpile"
],
"license": "MIT",
"main": "index.js",
"name": "inline-source-map",
"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.3.1"
}