74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"_from": "source-map-concat",
|
|
"_id": "source-map-concat@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-B+ADHiyRVwRl2+v6nSpGg5AFk7M=",
|
|
"_location": "/source-map-concat",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "source-map-concat",
|
|
"name": "source-map-concat",
|
|
"escapedName": "source-map-concat",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/source-map-concat/-/source-map-concat-1.0.1.tgz",
|
|
"_shasum": "07e0031e2c91570465dbebfa9d2a4683900593b3",
|
|
"_spec": "source-map-concat",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Simon Lydell"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lydell/source-map-concat/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"source-map": "^0.5.3",
|
|
"urix": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Concatenate files with source maps.",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"jshint": "^2.9.1",
|
|
"mocha": "^2.4.5",
|
|
"source-map-dummy": "^1.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/lydell/source-map-concat#readme",
|
|
"keywords": [
|
|
"source map",
|
|
"source-map",
|
|
"source",
|
|
"map",
|
|
"dummy",
|
|
"concatenate",
|
|
"concat",
|
|
"cat",
|
|
"mapcat"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "source-map-concat",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lydell/source-map-concat.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint index.js test/index.js",
|
|
"test": "npm run lint && npm run unit",
|
|
"unit": "mocha"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|