@nathanfaucett/format
Version: 
format strings with arguments
41 lines (40 loc) • 1.11 kB
JSON
{
  "name": "@nathanfaucett/format",
  "version": "0.0.2",
  "description": "format strings with arguments",
  "repository": {
    "type": "git",
    "url": "https://github.com/nathanfaucett/format.git"
  },
  "main": "src/index.js",
  "scripts": {
    "test": "npm run test-node",
    "test-node": "node ./test | ./node_modules/.bin/tap-spec",
    "test-node-raw": "node ./test",
    "test-browser-local": "zuul --local 9999 --ui tape -- ./test"
  },
  "keywords": [
    "format",
    "format.js"
  ],
  "author": "Nathan Faucett",
  "license": "MIT",
  "readmeFilename": "README.md",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-jsbeautifier": "^0.2.13",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.0",
    "zuul": "^3.6.0"
  },
  "dependencies": {
    "@nathanfaucett/is_string": "^0.0.1",
    "@nathanfaucett/is_object": "^0.0.1",
    "@nathanfaucett/is_primitive": "^0.0.2",
    "@nathanfaucett/is_array_like": "^0.0.2",
    "@nathanfaucett/is_function": "^0.0.1",
    "@nathanfaucett/index_of": "^0.0.1",
    "@nathanfaucett/fast_slice": "^0.0.1"
  }
}