91 lines
2.4 KiB
JSON
91 lines
2.4 KiB
JSON
{
|
|
"_from": "@gulp-sourcemaps/identity-map@^2.0.1",
|
|
"_id": "@gulp-sourcemaps/identity-map@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Tb+nSISZku+eQ4X1lAkevcQa+jknn/OVUgZ3XCxEKIsLsqYuPoJwJOPQeaOk75X3WPftb29GWY1eqE7GLsXb1Q==",
|
|
"_location": "/@gulp-sourcemaps/identity-map",
|
|
"_phantomChildren": {
|
|
"inherits": "2.0.4",
|
|
"readable-stream": "2.3.7"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@gulp-sourcemaps/identity-map@^2.0.1",
|
|
"name": "@gulp-sourcemaps/identity-map",
|
|
"escapedName": "@gulp-sourcemaps%2fidentity-map",
|
|
"scope": "@gulp-sourcemaps",
|
|
"rawSpec": "^2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-sourcemaps"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-2.0.1.tgz",
|
|
"_shasum": "a6e8b1abec8f790ec6be2b8c500e6e68037c0019",
|
|
"_spec": "@gulp-sourcemaps/identity-map@^2.0.1",
|
|
"_where": "/var/www/html/jason/WeihnachtenMelly/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": "^6.4.1",
|
|
"normalize-path": "^3.0.0",
|
|
"postcss": "^7.0.16",
|
|
"source-map": "^0.6.0",
|
|
"through2": "^3.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Gulp plugin for generating an identity sourcemap for a file.",
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.3",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-gulp": "^3.0.1",
|
|
"expect": "^1.19.0",
|
|
"mississippi": "^4.0.0",
|
|
"mocha": "^6.1.4",
|
|
"nyc": "^14.1.0",
|
|
"vinyl": "^2.2.0"
|
|
},
|
|
"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": {
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
|
"lint": "eslint .",
|
|
"pretest": "npm run lint",
|
|
"test": "nyc mocha --async-only"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|