You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
2.3 KiB
85 lines
2.3 KiB
{ |
|
"_from": "@gulp-sourcemaps/map-sources@1.X", |
|
"_id": "@gulp-sourcemaps/map-sources@1.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha1-iQrnxdjId/bThIYCFazp1+yUW9o=", |
|
"_location": "/@gulp-sourcemaps/map-sources", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "@gulp-sourcemaps/map-sources@1.X", |
|
"name": "@gulp-sourcemaps/map-sources", |
|
"escapedName": "@gulp-sourcemaps%2fmap-sources", |
|
"scope": "@gulp-sourcemaps", |
|
"rawSpec": "1.X", |
|
"saveSpec": null, |
|
"fetchSpec": "1.X" |
|
}, |
|
"_requiredBy": [ |
|
"/gulp-sourcemaps" |
|
], |
|
"_resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz", |
|
"_shasum": "890ae7c5d8c877f6d384860215ace9d7ec945bda", |
|
"_spec": "@gulp-sourcemaps/map-sources@1.X", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/gulp-sourcemaps", |
|
"author": { |
|
"name": "Gulp-sourcemaps Team" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/gulp-sourcemaps/map-sources/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"contributors": [ |
|
{ |
|
"name": "Blaine Bublitz", |
|
"email": "blaine.bublitz@gmail.com" |
|
} |
|
], |
|
"dependencies": { |
|
"normalize-path": "^2.0.1", |
|
"through2": "^2.0.3" |
|
}, |
|
"deprecated": false, |
|
"description": "Gulp plugin for mapping sources of a sourcemap.", |
|
"devDependencies": { |
|
"eslint": "^1.7.3", |
|
"eslint-config-gulp": "^2.0.0", |
|
"expect": "^1.19.0", |
|
"istanbul": "^0.4.3", |
|
"istanbul-coveralls": "^1.0.3", |
|
"jscs": "^2.3.5", |
|
"jscs-preset-gulp": "^1.0.0", |
|
"mississippi": "^1.3.0", |
|
"mocha": "^2.4.5", |
|
"vinyl": "^2.0.1" |
|
}, |
|
"engines": { |
|
"node": ">= 0.10" |
|
}, |
|
"files": [ |
|
"LICENSE", |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/gulp-sourcemaps/map-sources#readme", |
|
"keywords": [ |
|
"sourcemap", |
|
"sources", |
|
"stream" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "@gulp-sourcemaps/map-sources", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/gulp-sourcemaps/map-sources.git" |
|
}, |
|
"scripts": { |
|
"cover": "istanbul cover _mocha --report lcovonly", |
|
"coveralls": "npm run cover && istanbul-coveralls", |
|
"lint": "eslint . && jscs index.js test/", |
|
"pretest": "npm run lint", |
|
"test": "mocha --async-only" |
|
}, |
|
"version": "1.0.0" |
|
}
|
|
|