{ "_args": [ [ "terraformer@1.0.12", "E:\\04_项目代码\\mini-program" ] ], "_from": "terraformer@1.0.12", "_id": "terraformer@1.0.12", "_inBundle": false, "_integrity": "sha512-MokUp0+MFal4CmJDVL6VAO1bKegeXcBM2RnPVfqcFIp2IIv8EbPAjG0j/vEy/vuKB8NVMMSF2vfpVS/QLe4DBg==", "_location": "/terraformer", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "terraformer@1.0.12", "name": "terraformer", "escapedName": "terraformer", "rawSpec": "1.0.12", "saveSpec": null, "fetchSpec": "1.0.12" }, "_requiredBy": [ "/terraformer-wkt-parser" ], "_resolved": "https://registry.npmjs.org/terraformer/-/terraformer-1.0.12.tgz", "_spec": "1.0.12", "_where": "E:\\04_项目代码\\mini-program", "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": "^7946.0.0 || ^1.0.0" }, "description": "A Geo-toolkit built in Javascript.", "devDependencies": { "gh-release": "^3.5.0", "grunt": "^1.0.4", "grunt-cli": "^1.3.2", "grunt-complexity": "^1.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jasmine": "^2.0.3", "grunt-contrib-jshint": "^2.1.0", "grunt-contrib-uglify": "~4.0.1", "grunt-gh-pages": "~3.1.0", "grunt-middleman": "~0.2.0", "grunt-template-jasmine-istanbul": "~0.2.4", "jasmine": "^2.8.0", "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": "^7946.0.0 || ^1.0.0" }, "repository": { "type": "git", "url": "git://github.com/esri/terraformer.git" }, "scripts": { "pretest": "grunt lint", "release": "./release.sh", "test": "npm run test:node && grunt test", "test:node": "jasmine --config=jasmine.json", "test:ts": "tslint test.ts index.d.ts && tsc -p tsconfig.json && node test.js" }, "typings": "terraformer.d.ts", "version": "1.0.12" }