package.json 2.64 KB
{
  "_from": "terraformer-wkt-parser@^1.1.0",
  "_id": "terraformer-wkt-parser@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-+CJyNLWb3lJ9RsZMTM66BY0MT3yIo4l4l22Jd9CrZuwzk54fsu4Sc7zejuS9fCITTuTQy3p06d4MZMVI7v5wSg==",
  "_location": "/terraformer-wkt-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "terraformer-wkt-parser@^1.1.0",
    "name": "terraformer-wkt-parser",
    "escapedName": "terraformer-wkt-parser",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/sequelize"
  ],
  "_resolved": "https://registry.npmjs.org/terraformer-wkt-parser/-/terraformer-wkt-parser-1.2.1.tgz",
  "_shasum": "8041e2aeb0c9f2b4cbbec8ec2c5c00c45ddfee02",
  "_spec": "terraformer-wkt-parser@^1.1.0",
  "_where": "/Users/hyewon/Documents/KHU/capstone2/2016104140/code/lms_web/node_modules/sequelize",
  "author": {
    "name": "Jerry Sievert",
    "email": "code@legitimatesounding.com",
    "url": "http://legitimatesounding.com"
  },
  "bugs": {
    "url": "https://github.com/Esri/terraformer-wkt-parser/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Patrick Arlt",
      "email": "parlt@esri.com"
    },
    {
      "name": "John Gravois",
      "email": "jgravois@esri.com"
    }
  ],
  "dependencies": {
    "@types/geojson": "^1.0.0",
    "terraformer": "~1.0.5"
  },
  "deprecated": false,
  "description": "Well-Known Text parser",
  "devDependencies": {
    "gh-release": "^3.2.1",
    "grunt": "^1.0.3",
    "grunt-contrib-jasmine": "^2.0.1",
    "grunt-contrib-uglify": "~2.0.0",
    "grunt-template-jasmine-istanbul": "~0.2.4",
    "grunt-vows": "~0.4.0",
    "jasmine": "^2.8.0",
    "jison": "~0.3.12",
    "mkdirp": "^0.5.1",
    "tslint": "^4.5.1",
    "typescript": "^2.2.1",
    "vows": "^0.8.2"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=4.2.6"
  },
  "files": [
    "terraformer-wkt-parser.min.js",
    "terraformer-wkt-parser.d.ts"
  ],
  "homepage": "http://terraformer.io",
  "keywords": [
    "WKT",
    "GIS",
    "Geography"
  ],
  "license": "MIT",
  "main": "terraformer-wkt-parser.js",
  "name": "terraformer-wkt-parser",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Esri/terraformer-wkt-parser.git"
  },
  "scripts": {
    "prepare": "grunt wkt-parser && grunt uglify",
    "release": "./release.sh",
    "test": "npm run test:node && grunt test",
    "test:node": "jasmine --config=jasmine.json",
    "test:ts": "tslint test.ts terraformer-wkt-parser.d.ts && tsc -p tsconfig.json && node test.js"
  },
  "typings": "terraformer-wkt-parser.d.ts",
  "version": "1.2.1"
}