{ "_from": "comma-separated-tokens@^1.0.0", "_id": "comma-separated-tokens@1.0.7", "_inBundle": false, "_integrity": "sha512-Jrx3xsP4pPv4AwJUDWY9wOXGtwPXARej6Xd99h4TUGotmf8APuquKMpK+dnD3UgyxK7OEWaisjZz+3b5jtL6xQ==", "_location": "/comma-separated-tokens", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "comma-separated-tokens@^1.0.0", "name": "comma-separated-tokens", "escapedName": "comma-separated-tokens", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/hast-to-hyperscript", "/hast-util-to-html", "/hastscript" ], "_resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.7.tgz", "_shasum": "419cd7fb3258b1ed838dc0953167a25e152f5b59", "_spec": "comma-separated-tokens@^1.0.0", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/hastscript", "author": { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" }, "bugs": { "url": "https://github.com/wooorm/comma-separated-tokens/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Titus Wormer", "email": "tituswormer@gmail.com", "url": "https://wooorm.com" } ], "deprecated": false, "description": "Parse and stringify comma-separated tokens", "devDependencies": { "browserify": "^16.0.0", "nyc": "^14.0.0", "prettier": "^1.12.0", "remark-cli": "^6.0.1", "remark-preset-wooorm": "^4.0.0", "tape": "^4.0.0", "tinyify": "^2.5.0", "xo": "^0.24.0" }, "files": [ "index.js" ], "homepage": "https://github.com/wooorm/comma-separated-tokens#readme", "keywords": [ "dom", "html", "comma", "separated", "tokens", "parse", "stringify" ], "license": "MIT", "name": "comma-separated-tokens", "prettier": { "tabWidth": 2, "useTabs": false, "singleQuote": true, "bracketSpacing": false, "semi": false, "trailingComma": "none" }, "remarkConfig": { "plugins": [ "preset-wooorm" ] }, "repository": { "type": "git", "url": "git+https://github.com/wooorm/comma-separated-tokens.git" }, "scripts": { "build": "npm run build-bundle && npm run build-mangle", "build-bundle": "browserify . -s commaSeparatedTokens -o comma-separated-tokens.js", "build-mangle": "browserify . -s commaSeparatedTokens -p tinyify -o comma-separated-tokens.min.js", "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", "test": "npm run format && npm run build && npm run test-coverage", "test-api": "node test", "test-coverage": "nyc --reporter lcov tape test.js" }, "version": "1.0.7", "xo": { "prettier": true, "esnext": false, "ignores": [ "comma-separated-tokens.js" ] } }