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.
90 lines
2.5 KiB
90 lines
2.5 KiB
{ |
|
"_from": "@gulp-sourcemaps/identity-map@1.X", |
|
"_id": "@gulp-sourcemaps/identity-map@1.0.2", |
|
"_inBundle": false, |
|
"_integrity": "sha512-ciiioYMLdo16ShmfHBXJBOFm3xPC4AuwO4xeRpFeHz7WK9PYsWCmigagG2XyzZpubK4a3qNKoUBDhbzHfa50LQ==", |
|
"_location": "/@gulp-sourcemaps/identity-map", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "@gulp-sourcemaps/identity-map@1.X", |
|
"name": "@gulp-sourcemaps/identity-map", |
|
"escapedName": "@gulp-sourcemaps%2fidentity-map", |
|
"scope": "@gulp-sourcemaps", |
|
"rawSpec": "1.X", |
|
"saveSpec": null, |
|
"fetchSpec": "1.X" |
|
}, |
|
"_requiredBy": [ |
|
"/gulp-sourcemaps" |
|
], |
|
"_resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-1.0.2.tgz", |
|
"_shasum": "1e6fe5d8027b1f285dc0d31762f566bccd73d5a9", |
|
"_spec": "@gulp-sourcemaps/identity-map@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/identity-map/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"contributors": [ |
|
{ |
|
"name": "Blaine Bublitz", |
|
"email": "blaine.bublitz@gmail.com" |
|
} |
|
], |
|
"dependencies": { |
|
"acorn": "^5.0.3", |
|
"css": "^2.2.1", |
|
"normalize-path": "^2.1.1", |
|
"source-map": "^0.6.0", |
|
"through2": "^2.0.3" |
|
}, |
|
"deprecated": false, |
|
"description": "Gulp plugin for generating an identity sourcemap for a file.", |
|
"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", |
|
"lib" |
|
], |
|
"homepage": "https://github.com/gulp-sourcemaps/identity-map#readme", |
|
"keywords": [ |
|
"sourcemap", |
|
"identity", |
|
"generate", |
|
"stream" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "@gulp-sourcemaps/identity-map", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/gulp-sourcemaps/identity-map.git" |
|
}, |
|
"scripts": { |
|
"cover": "istanbul cover _mocha --report lcovonly", |
|
"coveralls": "npm run cover && istanbul-coveralls", |
|
"lint": "eslint . && jscs index.js test/index.js lib/", |
|
"pretest": "npm run lint", |
|
"test": "mocha --async-only" |
|
}, |
|
"version": "1.0.2" |
|
}
|
|
|