Sha256: 1a358d320beb01817a6564e9ae8f8c3bdc949cc33afea4763d2ea0829898afd3

Contents?: true

Size: 1 KB

Versions: 4

Compression:

Stored size: 1 KB

Contents

{
  "name": "locate-character",
  "version": "2.0.5",
  "description": "Get the line and column number of a specific character in a string",
  "main": "dist/locate-character.umd.js",
  "jsnext:main": "dist/locate-character.es.js",
  "module": "dist/locate-character.es.js",
  "scripts": {
    "test": "mocha",
    "pretest": "npm run build",
    "build": "rollup -c && tsc",
    "prepublish": "npm test"
  },
  "files": [
    "dist/*.js",
    "dist/**/*.d.ts",
    "README.md"
  ],
  "repository": "Rich-Harris/locate-character",
  "keywords": [
    "string",
    "character",
    "locate",
    "line",
    "column",
    "location"
  ],
  "author": "Rich Harris",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Rich-Harris/locate-character/issues"
  },
  "homepage": "https://github.com/Rich-Harris/locate-character#README",
  "devDependencies": {
    "mocha": "^3.0.1",
    "rollup": "^0.34.7",
    "rollup-plugin-typescript": "^0.8.1",
    "typescript": "^2.3.2"
  },
  "types": "./dist/types/index.d.ts"
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jass-0.9.5 vendor/node_modules/locate-character/package.json
jass-0.9.4 vendor/node_modules/locate-character/package.json
jass-0.9.3 vendor/node_modules/locate-character/package.json
jass-0.9.1 vendor/node_modules/locate-character/package.json