1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_from": "flyio",
- "_id": "flyio@0.6.14",
- "_inBundle": false,
- "_integrity": "sha512-RE2OXE1ZZmcXOKb0jCtGyquHDxpAqHg17CZ8lmQKRfl3x1kP+NBpaQDx4WgN7DNpLJjFnspTzTEQpwRGg6/xaA==",
- "_location": "/flyio",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "flyio",
- "name": "flyio",
- "escapedName": "flyio",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/flyio/-/flyio-0.6.14.tgz",
- "_shasum": "c5d83eb7a9b4fc1c915a463d2ea6dfce755c2d6f",
- "_spec": "flyio",
- "_where": "C:\\Users\\Jzdsh\\Desktop\\附近养车网uni-app\\附近养车网",
- "author": {
- "name": "wendux",
- "email": "824783146@qq.com",
- "url": "https://github.com/wendux/fly"
- },
- "browser": "index.js",
- "bugs": {
- "url": "https://github.com/wendux/fly/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "request": "^2.85.0"
- },
- "deprecated": false,
- "description": "Lightweigh Promise based HTTP client for the browser and node.js",
- "devDependencies": {
- "babel-core": "^6.0.0",
- "babel-loader": "^6.0.0",
- "babel-plugin-transform-runtime": "^6.0.0",
- "babel-preset-es2015": "^6.0.0",
- "babel-preset-es2017": "^6.24.1",
- "karma": "^2.0.2",
- "karma-babel-preprocessor": "^7.0.0",
- "karma-coverage": "^1.1.1",
- "karma-mocha": "^1.3.0",
- "karma-phantomjs-launcher": "^1.0.4",
- "karma-webpack": "^3.0.0",
- "keep-loader": "^0.7.1",
- "mocha": "^5.1.1",
- "promise-polyfill": "^7.1.2",
- "qs": "^6.5.1",
- "shelljs": "^0.8.1",
- "webpack": "^2.6.0"
- },
- "homepage": "https://github.com/wendux/fly",
- "keywords": [
- "flyjs",
- "fly.js"
- ],
- "license": "MIT",
- "main": "node-index.js",
- "name": "flyio",
- "respository": {
- "type": "git",
- "url": "https://github.com/wendux/fly"
- },
- "scripts": {
- "build": "node build.js npm && node build.js cdn && node build.js cdn-min && node build.js umd",
- "dev": "node build.js dev",
- "nodeTest": "node ./demon/nodeTest.js",
- "report-coverage": "codecov",
- "test": "karma start && codecov"
- },
- "typings": "./index.d.ts",
- "version": "0.6.14",
- "weapp": "dist/npm/wx.js"
- }
|