123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "@ionic/cli-framework@0.1.3",
- "_id": "@ionic/cli-framework@0.1.3",
- "_inBundle": false,
- "_integrity": "sha512-by5vosr5MXK5+yJMtRmBX9YjrcHTeelVLV5PsDv56zZR0aDMLP+1st5wvjKwAjlva660bIzx7yIax88hiV5KKA==",
- "_location": "/@ionic/cli-framework",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@ionic/cli-framework@0.1.3",
- "name": "@ionic/cli-framework",
- "escapedName": "@ionic%2fcli-framework",
- "scope": "@ionic",
- "rawSpec": "0.1.3",
- "saveSpec": null,
- "fetchSpec": "0.1.3"
- },
- "_requiredBy": [
- "/@ionic/cli-utils",
- "/ionic"
- ],
- "_resolved": "https://registry.npmjs.org/@ionic/cli-framework/-/cli-framework-0.1.3.tgz",
- "_shasum": "305ce75f39a3a88db17b969b5dfb323ef119d06c",
- "_spec": "@ionic/cli-framework@0.1.3",
- "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/ionic",
- "author": {
- "name": "Ionic Team",
- "email": "hi@ionic.io",
- "url": "https://ionicframework.com"
- },
- "bundleDependencies": false,
- "dependencies": {
- "chalk": "^2.3.0",
- "ncp": "^2.0.0",
- "rimraf": "^2.6.2",
- "strip-ansi": "^4.0.0",
- "superagent": "^3.8.0",
- "tslib": "^1.8.0"
- },
- "deprecated": false,
- "description": "The foundation framework of the Ionic CLI",
- "devDependencies": {
- "@types/minimist": "^1.2.0",
- "@types/ncp": "^2.0.1",
- "@types/rimraf": "^2.0.2",
- "@types/superagent": "^3.5.6"
- },
- "engines": {
- "node": ">=6.4.0"
- },
- "homepage": "https://ionicframework.com/",
- "jest": {
- "globals": {
- "ts-jest": {
- "tsConfigFile": "tsconfig.json"
- }
- },
- "moduleFileExtensions": [
- "ts",
- "js"
- ],
- "transform": {
- ".(ts)": "<rootDir>/../../../node_modules/ts-jest/preprocessor.js"
- },
- "testRegex": "/__tests__/.*\\.(ts|js)$"
- },
- "license": "MIT",
- "main": "./index.js",
- "name": "@ionic/cli-framework",
- "scripts": {
- "build": "npm run clean && tsc",
- "clean": "rm -rf index.* definitions.* guards.* ./utils",
- "prepublishOnly": "npm run build",
- "test": "jest",
- "watch": "tsc -w"
- },
- "types": "./index.d.ts",
- "version": "0.1.3"
- }
|