package.json 2.52 KB
{
  "_args": [
    [
      "terraformer@1.0.9",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_from": "terraformer@1.0.9",
  "_id": "terraformer@1.0.9",
  "_inBundle": false,
  "_integrity": "sha512-YlmQ1fsMWTkKGDGibCRWgmLzrpDRUr63Q025LJ/taYQ6j1Yb8q9McKF7NBi6ACAyUXO6F/bl9w6v4MY307y5Ag==",
  "_location": "/terraformer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "terraformer@1.0.9",
    "name": "terraformer",
    "escapedName": "terraformer",
    "rawSpec": "1.0.9",
    "saveSpec": null,
    "fetchSpec": "1.0.9"
  },
  "_requiredBy": [
    "/terraformer-wkt-parser"
  ],
  "_resolved": "https://registry.npmjs.org/terraformer/-/terraformer-1.0.9.tgz",
  "_spec": "1.0.9",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "author": {
    "name": "Patrick Arlt",
    "email": "parlt@esri.com",
    "url": "http://patrickarlt.com"
  },
  "bugs": {
    "url": "https://github.com/esri/terraformer/issues"
  },
  "contributors": [
    {
      "name": "Patrick Arlt",
      "email": "parlt@esri.com",
      "url": "http://patrickarlt.com"
    },
    {
      "name": "Jerry Sievert",
      "email": "jsievert@esri.com",
      "url": "http://legitimatesounding.com"
    }
  ],
  "dependencies": {
    "@types/geojson": "^1.0.0"
  },
  "description": "A Geo-toolkit built in Javascript.",
  "devDependencies": {
    "gh-release": "^2.1.0",
    "grunt": "0.4.x",
    "grunt-complexity": "~0.1.3",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jasmine": "^2.0.1",
    "grunt-contrib-jshint": "0.6.x",
    "grunt-contrib-uglify": "~2.0.0",
    "grunt-gh-pages": "~0.8.1",
    "grunt-jasmine-node": "^0.3.1",
    "grunt-middleman": "~0.1.0",
    "grunt-template-jasmine-istanbul": "~0.2.4",
    "tslint": "^4.5.1",
    "typescript": "^2.2.1"
  },
  "engines": {
    "node": ">=4.2.6"
  },
  "files": [
    "terraformer.min.js",
    "terraformer.d.ts"
  ],
  "homepage": "https://github.com/esri/terraformer#readme",
  "license": "MIT",
  "main": "terraformer.js",
  "name": "terraformer",
  "optionalDependencies": {
    "@types/geojson": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/esri/terraformer.git"
  },
  "scripts": {
    "release": "./release.sh",
    "test": "grunt test",
    "test:ts": "tslint test.ts index.d.ts && tsc -p tsconfig.json && node test.js"
  },
  "typings": "terraformer.d.ts",
  "version": "1.0.9"
}