123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "_args": [
- [
- {
- "raw": "magic-string@^0.22.4",
- "scope": null,
- "escapedName": "magic-string",
- "name": "magic-string",
- "rawSpec": "^0.22.4",
- "spec": ">=0.22.4 <0.23.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/rollup-plugin-commonjs"
- ]
- ],
- "_from": "magic-string@>=0.22.4 <0.23.0",
- "_id": "magic-string@0.22.5",
- "_inCache": true,
- "_location": "/magic-string",
- "_nodeVersion": "9.5.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/magic-string_0.22.5_1521039125131_0.5786631180712392"
- },
- "_npmUser": {
- "name": "alangpierce",
- "email": "alangpierce@gmail.com"
- },
- "_npmVersion": "5.7.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "magic-string@^0.22.4",
- "scope": null,
- "escapedName": "magic-string",
- "name": "magic-string",
- "rawSpec": "^0.22.4",
- "spec": ">=0.22.4 <0.23.0",
- "type": "range"
- },
- "_requiredBy": [
- "/rollup-plugin-commonjs"
- ],
- "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.22.5.tgz",
- "_shasum": "8e9cf5afddf44385c1da5bc2a6a0dbd10b03657e",
- "_shrinkwrap": null,
- "_spec": "magic-string@^0.22.4",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/rollup-plugin-commonjs",
- "author": {
- "name": "Rich Harris"
- },
- "bugs": {
- "url": "https://github.com/rich-harris/magic-string/issues"
- },
- "dependencies": {
- "vlq": "^0.2.2"
- },
- "description": "Modify strings, generate sourcemaps",
- "devDependencies": {
- "buble": "^0.15.2",
- "codecov.io": "^0.1.6",
- "console-group": "^0.3.3",
- "eslint": "^4.5.0",
- "istanbul": "^0.4.5",
- "mocha": "^3.5.0",
- "remap-istanbul": "^0.9.5",
- "resolve": "^1.4.0",
- "rollup": "^0.48.0",
- "rollup-plugin-buble": "^0.15.0",
- "rollup-plugin-node-resolve": "^3.0.0",
- "rollup-plugin-replace": "^1.1.1",
- "source-map": "^0.5.6",
- "source-map-support": "^0.4.16"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-oreip9rJZkzvA8Qzk9HFs8fZGF/u7H/gtrE8EN6RjKJ9kh2HlC+yQ2QezifqTZfGyiuAV0dRv5a+y/8gBb1m9w==",
- "shasum": "8e9cf5afddf44385c1da5bc2a6a0dbd10b03657e",
- "tarball": "https://registry.npmjs.org/magic-string/-/magic-string-0.22.5.tgz",
- "fileCount": 10,
- "unpackedSize": 347442
- },
- "files": [
- "dist/*",
- "index.d.ts",
- "README.md"
- ],
- "gitHead": "581c1bfe3991662f972193271f2c44220a6ca556",
- "homepage": "https://github.com/rich-harris/magic-string#readme",
- "jsnext:main": "dist/magic-string.es.js",
- "keywords": [
- "string",
- "string manipulation",
- "sourcemap",
- "templating",
- "transpilation"
- ],
- "license": "MIT",
- "main": "dist/magic-string.cjs.js",
- "maintainers": [
- {
- "name": "alangpierce",
- "email": "alangpierce@gmail.com"
- },
- {
- "name": "rich_harris",
- "email": "richard.a.harris@gmail.com"
- }
- ],
- "module": "dist/magic-string.es.js",
- "name": "magic-string",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rich-harris/magic-string.git"
- },
- "scripts": {
- "build": "rollup -c",
- "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov",
- "lint": "eslint src test",
- "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",
- "pretest": "npm run build",
- "pretest-coverage": "npm run build",
- "test": "mocha",
- "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/*.js",
- "watch": "rollup -cw"
- },
- "typings": "index.d.ts",
- "version": "0.22.5"
- }
|