mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
8539cacbbe
Extracted out of https://github.com/denoland/deno/pull/25614 It's better for these to be non-minified because then diffs are better when adding new versions.
79 lines
2.8 KiB
JSON
79 lines
2.8 KiB
JSON
{
|
|
"name": "sourcemap-codec",
|
|
"description": "Encode/decode sourcemap mappings",
|
|
"dist-tags": {
|
|
"latest": "1.4.8"
|
|
},
|
|
"versions": {
|
|
"1.4.8": {
|
|
"name": "sourcemap-codec",
|
|
"version": "1.4.8",
|
|
"description": "Encode/decode sourcemap mappings",
|
|
"main": "dist/sourcemap-codec.umd.js",
|
|
"module": "dist/sourcemap-codec.es.js",
|
|
"types": "dist/types/sourcemap-codec.d.ts",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"build": "rm -rf dist && rollup -c && tsc",
|
|
"pretest": "npm run build",
|
|
"prepublish": "npm test",
|
|
"lint": "eslint src",
|
|
"pretest-coverage": "npm run build",
|
|
"test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js",
|
|
"posttest-coverage": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped -t html -b dist",
|
|
"ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rich-Harris/sourcemap-codec.git"
|
|
},
|
|
"author": {
|
|
"name": "Rich Harris"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Rich-Harris/sourcemap-codec/issues"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"codecov.io": "^0.1.6",
|
|
"console-group": "^0.3.3",
|
|
"eslint": "^6.0.1",
|
|
"eslint-plugin-import": "^2.18.0",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^6.1.4",
|
|
"remap-istanbul": "^0.13.0",
|
|
"rollup": "^1.16.4",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-typescript": "^1.0.1",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"gitHead": "b549c1ee22f79bdf777d7bfe6471fe4293cd6391",
|
|
"_id": "sourcemap-codec@1.4.8",
|
|
"_nodeVersion": "12.13.0",
|
|
"_npmVersion": "6.12.0",
|
|
"dist": {
|
|
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
|
|
"shasum": "ea804bd94857402e6992d05a38ef1ae35a9ab4c4",
|
|
"tarball": "http://localhost:4260/sourcemap-codec/sourcemap-codec-1.4.8.tgz",
|
|
"fileCount": 9,
|
|
"unpackedSize": 31802
|
|
},
|
|
"directories": {},
|
|
"_hasShrinkwrap": false
|
|
}
|
|
},
|
|
"homepage": "https://github.com/Rich-Harris/sourcemap-codec",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Rich-Harris/sourcemap-codec.git"
|
|
},
|
|
"author": {
|
|
"name": "Rich Harris"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Rich-Harris/sourcemap-codec/issues"
|
|
},
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md"
|
|
}
|