UNPKG

parse-string-data

Version:

Parse data (object literal / array) from a text string and return a data structure

44 lines (43 loc) 1.22 kB
{ "name": "parse-string-data", "version": "1.0.0", "description": "Parse data (object literal / array) from a text string and return a data structure", "main": "dist/index.js", "module": "dist/index.es6.js", "jsnext:main": "dist/index.es6.js", "scripts": { "build": "babel src -d dist", "build:watch": "babel src -d dist --watch", "compile": "npm run build && cp src/index.js dist/index.es6.js", "lint": "eslint ./src", "prepublish": "npm run test && npm run compile", "test": "npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/wildpixeldesign/parse-string-data.git" }, "keywords": [ "parse", "parser", "data", "parse-string", "metadata", "data-string", "extract", "data-extract" ], "author": "Daniel Moore <dan@wildpixeldesign.com>", "license": "MIT", "bugs": { "url": "https://github.com/wildpixeldesign/parse-string-data/issues" }, "homepage": "https://github.com/wildpixeldesign/parse-string-data#readme", "devDependencies": { "babel-cli": "^6.16.0", "babel-eslint": "^7.0.0", "babel-preset-es2015": "^6.16.0", "babelify": "^7.3.0", "eslint": "^3.8.1" } }