UNPKG

laravel-js-str

Version:
85 lines (84 loc) 2.25 kB
{ "name": "laravel-js-str", "version": "1.0.6", "description": "", "main": "dist/index.js", "scripts": { "all": "npm run build && npm test", "pretest": "npm run transpile", "test": "mocha test/tests.js", "transpile": "babel src --quiet --out-dir dist", "readme": "node bundler/bundle.js", "bundle": "webpack-cli dist/index.js --output build/index.js --mode production --output-library laravelJsStr", "uglify": "uglifyjs build/index.js --compress --mangle --output build/index.min.js", "build": "npm run transpile && npm run bundle && npm run uglify && npm run readme", "coverage": "npm run transpile && nyc mocha test/tests.js", "reporter": "nyc report --reporter=html", "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs", "prepublishOnly": "npm run all" }, "repository": { "type": "git", "url": "git+https://github.com/zhorton34/laravel-js-str.git" }, "keywords": [ "laravel", "js", "str", "javascript strings", "fluent strings", "strings", "laraveljs strings", "str", "js stringable", "js stringify", "stringified", "strings", "text", "words", "string-package", "laravel strings", "illuminate str", "illuminate fluent", "illuminate stringify", "laraveljs", "illuminate js" ], "author": "Zachary Horton", "license": "MIT", "bugs": { "url": "https://github.com/zhorton34/laravel-js-str/issues" }, "homepage": "https://github.com/zhorton34/laravel-js-str#readme", "babel": { "presets": [ "@babel/preset-env" ], "plugins": [ "transform-class-properties" ] }, "dependencies": { "collect.js": "^4.25.0", "locutus": "^2.0.11", "pluralize": "^8.0.0" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/polyfill": "^7.8.3", "@babel/preset-env": "^7.9.6", "babel-plugin-transform-class-properties": "^6.24.1", "benchmark": "^2.1.0", "chai": "^4.2.0", "hoax.js": "^1.0.0", "locutus": "^2.0.11", "mocha": "^3.5.2", "nyc": "^11.0.2", "uglify-js": "^3.2.2", "uuid": "^8.1.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" } }