123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- {
- "_args": [
- [
- {
- "raw": "tsickle@^0.27.2",
- "scope": null,
- "escapedName": "tsickle",
- "name": "tsickle",
- "rawSpec": "^0.27.2",
- "spec": ">=0.27.2 <0.28.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/@angular/compiler-cli"
- ]
- ],
- "_from": "tsickle@>=0.27.2 <0.28.0",
- "_id": "tsickle@0.27.5",
- "_inCache": true,
- "_location": "/tsickle",
- "_nodeVersion": "8.9.1",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/tsickle_0.27.5_1522860684746_0.97455333430299"
- },
- "_npmUser": {
- "name": "angularcore",
- "email": "angular-core+npm@google.com"
- },
- "_npmVersion": "5.5.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "tsickle@^0.27.2",
- "scope": null,
- "escapedName": "tsickle",
- "name": "tsickle",
- "rawSpec": "^0.27.2",
- "spec": ">=0.27.2 <0.28.0",
- "type": "range"
- },
- "_requiredBy": [
- "/@angular/compiler-cli"
- ],
- "_resolved": "https://registry.npmjs.org/tsickle/-/tsickle-0.27.5.tgz",
- "_shasum": "41e1a41a5acf971cbb2b0558a9590779234d591f",
- "_shrinkwrap": null,
- "_spec": "tsickle@^0.27.2",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/@angular/compiler-cli",
- "bin": {
- "tsickle": "src/main.js"
- },
- "bugs": {
- "url": "https://github.com/angular/tsickle/issues"
- },
- "contributors": [
- {
- "name": "Evan Martin",
- "email": "evanm@google.com",
- "url": "https://angular.io/"
- },
- {
- "name": "Alex Eagle",
- "email": "alexeagle@google.com",
- "url": "https://angular.io/"
- },
- {
- "name": "Martin Probst",
- "email": "martinprobst@google.com",
- "url": "https://angular.io/"
- },
- {
- "name": "Rado Kirov",
- "email": "radokirov@google.com",
- "url": "https://angular.io/"
- },
- {
- "name": "Thomas Deegan",
- "email": "tdeegan@google.com"
- }
- ],
- "dependencies": {
- "minimist": "^1.2.0",
- "mkdirp": "^0.5.1",
- "source-map": "^0.6.0",
- "source-map-support": "^0.5.0"
- },
- "description": "Transpile TypeScript code to JavaScript with Closure annotations.",
- "devDependencies": {
- "@types/chai": "4.1.2",
- "@types/diff": "3.2.2",
- "@types/glob": "5.0.35",
- "@types/google-closure-compiler": "0.0.18",
- "@types/jasmine": "2.8.6",
- "@types/minimatch": "3.0.3",
- "@types/minimist": "1.2.0",
- "@types/mkdirp": "0.5.2",
- "@types/node": "6.0.102",
- "@types/source-map-support": "0.4.0",
- "chai": "4.1.2",
- "chai-diff": "1.0.1",
- "clang-format": "1.2.2",
- "diff": "3.5.0",
- "glob": "7.1.2",
- "google-closure-compiler": "20161024.3.0",
- "gulp": "3.9.1",
- "gulp-clang-format": "1.0.25",
- "gulp-tslint": "8.1.3",
- "gulp-typescript": "4.0.1",
- "jasmine": "3.1.0",
- "merge2": "1.2.1",
- "temp": "0.8.3",
- "tslint": "5.9.1",
- "typescript": "2.7.2"
- },
- "directories": {
- "test": "test"
- },
- "dist": {
- "integrity": "sha512-NP+CjM1EXza/M8mOXBLH3vkFEJiu1zfEAlC5WdJxHPn8l96QPz5eooP6uAgYtw1CcKfuSyIiheNUdKxtDWCNeg==",
- "shasum": "41e1a41a5acf971cbb2b0558a9590779234d591f",
- "tarball": "https://registry.npmjs.org/tsickle/-/tsickle-0.27.5.tgz",
- "fileCount": 38,
- "unpackedSize": 1217498
- },
- "files": [
- "src/*"
- ],
- "homepage": "https://github.com/angular/tsickle",
- "keywords": [
- "typescript",
- "closure"
- ],
- "license": "MIT",
- "main": "src/tsickle.js",
- "maintainers": [
- {
- "name": "angularcore",
- "email": "angular-core+npm@google.com"
- },
- {
- "name": "appsforartists",
- "email": "git@appsforartists.com"
- }
- ],
- "name": "tsickle",
- "optionalDependencies": {},
- "peerDependencies": {
- "typescript": ">=2.4.2 <2.8"
- },
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/angular/tsickle.git"
- },
- "scripts": {
- "build": "bazel build //:npm_package",
- "test": "gulp test.check-format && gulp test.check-lint && bazel test ..."
- },
- "typings": "src/tsickle.d.ts",
- "version": "0.27.5"
- }
|