116 lines
3.7 KiB
JSON
116 lines
3.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"magic-string@^0.14.0",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\buble"
|
|
]
|
|
],
|
|
"_from": "magic-string@>=0.14.0-0 <0.15.0-0",
|
|
"_id": "magic-string@0.14.0",
|
|
"_inCache": true,
|
|
"_location": "/magic-string",
|
|
"_nodeVersion": "6.0.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/magic-string-0.14.0.tgz_1463368287313_0.27023717132396996"
|
|
},
|
|
"_npmUser": {
|
|
"email": "richard.a.harris@gmail.com",
|
|
"name": "rich_harris"
|
|
},
|
|
"_npmVersion": "3.8.6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "magic-string",
|
|
"raw": "magic-string@^0.14.0",
|
|
"rawSpec": "^0.14.0",
|
|
"scope": null,
|
|
"spec": ">=0.14.0-0 <0.15.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/buble"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.14.0.tgz",
|
|
"_shasum": "57224aef1701caeed273b17a39a956e72b172462",
|
|
"_shrinkwrap": null,
|
|
"_spec": "magic-string@^0.14.0",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\buble",
|
|
"author": {
|
|
"name": "Rich Harris"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rich-harris/magic-string/issues"
|
|
},
|
|
"dependencies": {
|
|
"vlq": "^0.2.1"
|
|
},
|
|
"description": "Modify strings, generate sourcemaps",
|
|
"devDependencies": {
|
|
"codecov.io": "^0.1.6",
|
|
"console-group": "^0.2.0",
|
|
"es6-promise": "^3.0.2",
|
|
"eslint": "^2.0.0",
|
|
"istanbul": "^0.4.1",
|
|
"mocha": "^2.3.4",
|
|
"remap-istanbul": "^0.6.1",
|
|
"resolve": "^1.1.6",
|
|
"rollup": "^0.26.0",
|
|
"rollup-plugin-buble": "^0.7.0",
|
|
"rollup-plugin-node-resolve": "^1.5.0",
|
|
"rollup-plugin-replace": "^1.1.0",
|
|
"source-map": "^0.5.3",
|
|
"source-map-support": "^0.4.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "57224aef1701caeed273b17a39a956e72b172462",
|
|
"tarball": "https://registry.npmjs.org/magic-string/-/magic-string-0.14.0.tgz"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist/*",
|
|
"src/*"
|
|
],
|
|
"gitHead": "bc0f83ee126d0475aeef00ebc01d8c412a59cf1c",
|
|
"homepage": "https://github.com/rich-harris/magic-string#readme",
|
|
"installable": true,
|
|
"jsnext:main": "dist/magic-string.es6.js",
|
|
"keywords": [
|
|
"sourcemap",
|
|
"string",
|
|
"string manipulation",
|
|
"templating",
|
|
"transpilation"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/magic-string.cjs.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "rich_harris",
|
|
"email": "richard.a.harris@gmail.com"
|
|
}
|
|
],
|
|
"name": "magic-string",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rich-harris/magic-string.git"
|
|
},
|
|
"scripts": {
|
|
"build": " npm run build:cjs && npm run build:es6 && npm run build:umd",
|
|
"build:cjs": "rollup -c -f cjs -o dist/magic-string.cjs.js",
|
|
"build:es6": "rollup -c -f es6 -o dist/magic-string.es6.js",
|
|
"build:umd": "rollup -c --environment DEPS -f umd -o dist/magic-string.umd.js",
|
|
"ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov",
|
|
"lint": "eslint src",
|
|
"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",
|
|
"prepublish": "rm -rf dist && npm test && npm run build:es6 && npm run build:umd",
|
|
"pretest": "npm run build:cjs",
|
|
"pretest-coverage": "npm run build:cjs",
|
|
"test": "mocha",
|
|
"test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/index.js"
|
|
},
|
|
"version": "0.14.0"
|
|
}
|